@apteva/integrations 0.3.62 → 0.15.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (434) hide show
  1. package/dist/aws-sigv4.d.ts +32 -0
  2. package/dist/aws-sigv4.d.ts.map +1 -0
  3. package/dist/aws-sigv4.js +126 -0
  4. package/dist/aws-sigv4.js.map +1 -0
  5. package/dist/explorer/main.js +21617 -0
  6. package/dist/explorer/main.js.map +90 -0
  7. package/dist/explorer/style.css +2 -0
  8. package/dist/http-executor.d.ts.map +1 -1
  9. package/dist/http-executor.js +180 -12
  10. package/dist/http-executor.js.map +1 -1
  11. package/dist/index.d.ts +1 -1
  12. package/dist/index.d.ts.map +1 -1
  13. package/dist/index.js.map +1 -1
  14. package/dist/mcp-generator.d.ts +7 -2
  15. package/dist/mcp-generator.d.ts.map +1 -1
  16. package/dist/mcp-generator.js +46 -5
  17. package/dist/mcp-generator.js.map +1 -1
  18. package/dist/oauth.js +1 -1
  19. package/dist/oauth.js.map +1 -1
  20. package/dist/types.d.ts +251 -3
  21. package/dist/types.d.ts.map +1 -1
  22. package/dist/ui/github/ActivityFeed.d.ts +24 -0
  23. package/dist/ui/github/ActivityFeed.d.ts.map +1 -0
  24. package/dist/ui/github/ActivityFeed.js +106 -0
  25. package/dist/ui/github/ActivityFeed.js.map +1 -0
  26. package/dist/ui/github/ActivityFeed.mjs +3 -0
  27. package/dist/ui/github/ActivityFeed.mjs.map +29 -0
  28. package/dist/ui/github/CommitCard.d.ts +24 -0
  29. package/dist/ui/github/CommitCard.d.ts.map +1 -0
  30. package/dist/ui/github/CommitCard.js +102 -0
  31. package/dist/ui/github/CommitCard.js.map +1 -0
  32. package/dist/ui/github/CommitCard.mjs +5 -0
  33. package/dist/ui/github/CommitCard.mjs.map +11 -0
  34. package/dist/ui/github/IssueCard.d.ts +33 -0
  35. package/dist/ui/github/IssueCard.d.ts.map +1 -0
  36. package/dist/ui/github/IssueCard.js +131 -0
  37. package/dist/ui/github/IssueCard.js.map +1 -0
  38. package/dist/ui/github/IssueCard.mjs +3 -0
  39. package/dist/ui/github/IssueCard.mjs.map +21 -0
  40. package/dist/ui/github/PullRequestCard.d.ts +36 -0
  41. package/dist/ui/github/PullRequestCard.d.ts.map +1 -0
  42. package/dist/ui/github/PullRequestCard.js +158 -0
  43. package/dist/ui/github/PullRequestCard.js.map +1 -0
  44. package/dist/ui/github/PullRequestCard.mjs +3 -0
  45. package/dist/ui/github/PullRequestCard.mjs.map +22 -0
  46. package/dist/ui/github/WorkflowRunCard.d.ts +30 -0
  47. package/dist/ui/github/WorkflowRunCard.d.ts.map +1 -0
  48. package/dist/ui/github/WorkflowRunCard.js +124 -0
  49. package/dist/ui/github/WorkflowRunCard.js.map +1 -0
  50. package/dist/ui/github/WorkflowRunCard.mjs +3 -0
  51. package/dist/ui/github/WorkflowRunCard.mjs.map +11 -0
  52. package/dist/ui/github/lib/github.d.ts +43 -0
  53. package/dist/ui/github/lib/github.d.ts.map +1 -0
  54. package/dist/ui/github/lib/github.js +151 -0
  55. package/dist/ui/github/lib/github.js.map +1 -0
  56. package/dist/ui/hubspot/ActivityFeed.d.ts +22 -0
  57. package/dist/ui/hubspot/ActivityFeed.d.ts.map +1 -0
  58. package/dist/ui/hubspot/ActivityFeed.js +52 -0
  59. package/dist/ui/hubspot/ActivityFeed.js.map +1 -0
  60. package/dist/ui/hubspot/ActivityFeed.mjs +3 -0
  61. package/dist/ui/hubspot/ActivityFeed.mjs.map +26 -0
  62. package/dist/ui/hubspot/CompanyCard.d.ts +22 -0
  63. package/dist/ui/hubspot/CompanyCard.d.ts.map +1 -0
  64. package/dist/ui/hubspot/CompanyCard.js +63 -0
  65. package/dist/ui/hubspot/CompanyCard.js.map +1 -0
  66. package/dist/ui/hubspot/CompanyCard.mjs +3 -0
  67. package/dist/ui/hubspot/CompanyCard.mjs.map +11 -0
  68. package/dist/ui/hubspot/ContactCard.d.ts +22 -0
  69. package/dist/ui/hubspot/ContactCard.d.ts.map +1 -0
  70. package/dist/ui/hubspot/ContactCard.js +62 -0
  71. package/dist/ui/hubspot/ContactCard.js.map +1 -0
  72. package/dist/ui/hubspot/ContactCard.mjs +3 -0
  73. package/dist/ui/hubspot/ContactCard.mjs.map +11 -0
  74. package/dist/ui/hubspot/ContactList.d.ts +21 -0
  75. package/dist/ui/hubspot/ContactList.d.ts.map +1 -0
  76. package/dist/ui/hubspot/ContactList.js +31 -0
  77. package/dist/ui/hubspot/ContactList.js.map +1 -0
  78. package/dist/ui/hubspot/ContactList.mjs +3 -0
  79. package/dist/ui/hubspot/ContactList.mjs.map +11 -0
  80. package/dist/ui/hubspot/DealCard.d.ts +23 -0
  81. package/dist/ui/hubspot/DealCard.d.ts.map +1 -0
  82. package/dist/ui/hubspot/DealCard.js +63 -0
  83. package/dist/ui/hubspot/DealCard.js.map +1 -0
  84. package/dist/ui/hubspot/DealCard.mjs +3 -0
  85. package/dist/ui/hubspot/DealCard.mjs.map +11 -0
  86. package/dist/ui/hubspot/DealList.d.ts +24 -0
  87. package/dist/ui/hubspot/DealList.d.ts.map +1 -0
  88. package/dist/ui/hubspot/DealList.js +35 -0
  89. package/dist/ui/hubspot/DealList.js.map +1 -0
  90. package/dist/ui/hubspot/DealList.mjs +3 -0
  91. package/dist/ui/hubspot/DealList.mjs.map +11 -0
  92. package/dist/ui/hubspot/EmailCard.d.ts +25 -0
  93. package/dist/ui/hubspot/EmailCard.d.ts.map +1 -0
  94. package/dist/ui/hubspot/EmailCard.js +62 -0
  95. package/dist/ui/hubspot/EmailCard.js.map +1 -0
  96. package/dist/ui/hubspot/EmailCard.mjs +5 -0
  97. package/dist/ui/hubspot/EmailCard.mjs.map +11 -0
  98. package/dist/ui/hubspot/InboxStrip.d.ts +23 -0
  99. package/dist/ui/hubspot/InboxStrip.d.ts.map +1 -0
  100. package/dist/ui/hubspot/InboxStrip.js +36 -0
  101. package/dist/ui/hubspot/InboxStrip.js.map +1 -0
  102. package/dist/ui/hubspot/InboxStrip.mjs +3 -0
  103. package/dist/ui/hubspot/InboxStrip.mjs.map +11 -0
  104. package/dist/ui/hubspot/PipelineStrip.d.ts +22 -0
  105. package/dist/ui/hubspot/PipelineStrip.d.ts.map +1 -0
  106. package/dist/ui/hubspot/PipelineStrip.js +54 -0
  107. package/dist/ui/hubspot/PipelineStrip.js.map +1 -0
  108. package/dist/ui/hubspot/PipelineStrip.mjs +3 -0
  109. package/dist/ui/hubspot/PipelineStrip.mjs.map +11 -0
  110. package/dist/ui/hubspot/TicketCard.d.ts +25 -0
  111. package/dist/ui/hubspot/TicketCard.d.ts.map +1 -0
  112. package/dist/ui/hubspot/TicketCard.js +53 -0
  113. package/dist/ui/hubspot/TicketCard.js.map +1 -0
  114. package/dist/ui/hubspot/TicketCard.mjs +3 -0
  115. package/dist/ui/hubspot/TicketCard.mjs.map +21 -0
  116. package/dist/ui/hubspot/TicketList.d.ts +21 -0
  117. package/dist/ui/hubspot/TicketList.d.ts.map +1 -0
  118. package/dist/ui/hubspot/TicketList.js +33 -0
  119. package/dist/ui/hubspot/TicketList.js.map +1 -0
  120. package/dist/ui/hubspot/TicketList.mjs +3 -0
  121. package/dist/ui/hubspot/TicketList.mjs.map +11 -0
  122. package/dist/ui/hubspot/lib/hubspot.d.ts +24 -0
  123. package/dist/ui/hubspot/lib/hubspot.d.ts.map +1 -0
  124. package/dist/ui/hubspot/lib/hubspot.js +176 -0
  125. package/dist/ui/hubspot/lib/hubspot.js.map +1 -0
  126. package/dist/ui/notion/DatabaseCard.d.ts +24 -0
  127. package/dist/ui/notion/DatabaseCard.d.ts.map +1 -0
  128. package/dist/ui/notion/DatabaseCard.js +86 -0
  129. package/dist/ui/notion/DatabaseCard.js.map +1 -0
  130. package/dist/ui/notion/DatabaseCard.mjs +3 -0
  131. package/dist/ui/notion/DatabaseCard.mjs.map +11 -0
  132. package/dist/ui/notion/DatabaseRowList.d.ts +36 -0
  133. package/dist/ui/notion/DatabaseRowList.d.ts.map +1 -0
  134. package/dist/ui/notion/DatabaseRowList.js +87 -0
  135. package/dist/ui/notion/DatabaseRowList.js.map +1 -0
  136. package/dist/ui/notion/DatabaseRowList.mjs +3 -0
  137. package/dist/ui/notion/DatabaseRowList.mjs.map +11 -0
  138. package/dist/ui/notion/PageCard.d.ts +27 -0
  139. package/dist/ui/notion/PageCard.d.ts.map +1 -0
  140. package/dist/ui/notion/PageCard.js +80 -0
  141. package/dist/ui/notion/PageCard.js.map +1 -0
  142. package/dist/ui/notion/PageCard.mjs +3 -0
  143. package/dist/ui/notion/PageCard.mjs.map +11 -0
  144. package/dist/ui/notion/PageList.d.ts +24 -0
  145. package/dist/ui/notion/PageList.d.ts.map +1 -0
  146. package/dist/ui/notion/PageList.js +51 -0
  147. package/dist/ui/notion/PageList.js.map +1 -0
  148. package/dist/ui/notion/PageList.mjs +3 -0
  149. package/dist/ui/notion/PageList.mjs.map +11 -0
  150. package/dist/ui/notion/lib/notion.d.ts +35 -0
  151. package/dist/ui/notion/lib/notion.d.ts.map +1 -0
  152. package/dist/ui/notion/lib/notion.js +119 -0
  153. package/dist/ui/notion/lib/notion.js.map +1 -0
  154. package/dist/xml-to-json.d.ts +20 -0
  155. package/dist/xml-to-json.d.ts.map +1 -0
  156. package/dist/xml-to-json.js +256 -0
  157. package/dist/xml-to-json.js.map +1 -0
  158. package/package.json +13 -1
  159. package/src/apps/adroll.json +254 -0
  160. package/src/apps/ahrefs.json +156 -0
  161. package/src/apps/airtable.json +4 -13
  162. package/src/apps/algolia.json +115 -0
  163. package/src/apps/alibaba-cloud.json +211 -0
  164. package/src/apps/aliexpress.json +369 -0
  165. package/src/apps/alpaca-market-data.json +699 -0
  166. package/src/apps/alpaca-trading.json +214 -989
  167. package/src/apps/amazon-ads.json +249 -0
  168. package/src/apps/amazon-associates.json +102 -0
  169. package/src/apps/amplitude.json +86 -0
  170. package/src/apps/anchor-browser.json +173 -0
  171. package/src/apps/anthropic-api.json +9 -4
  172. package/src/apps/api-sports.json +180 -0
  173. package/src/apps/apple-search-ads.json +266 -0
  174. package/src/apps/auth0.json +126 -0
  175. package/src/apps/awin.json +111 -0
  176. package/src/apps/aws-codebuild.json +139 -0
  177. package/src/apps/aws-mediaconvert.json +196 -0
  178. package/src/apps/aws-s3.json +108 -192
  179. package/src/apps/aws-ses.json +666 -303
  180. package/src/apps/aws-sns.json +128 -106
  181. package/src/apps/azure-container-apps.json +116 -0
  182. package/src/apps/backblaze-b2.json +175 -0
  183. package/src/apps/bamboohr.json +303 -0
  184. package/src/apps/basiq.json +308 -0
  185. package/src/apps/bigcommerce.json +366 -0
  186. package/src/apps/bigquery.json +121 -0
  187. package/src/apps/binance-trading.json +7 -4
  188. package/src/apps/bing-webmaster-tools.json +158 -0
  189. package/src/apps/bitbucket.json +163 -0
  190. package/src/apps/blacksmith.json +81 -0
  191. package/src/apps/bls.json +104 -0
  192. package/src/apps/bluesky.json +74 -0
  193. package/src/apps/braze.json +103 -0
  194. package/src/apps/brevo.json +4 -1
  195. package/src/apps/brightdata.json +94 -0
  196. package/src/apps/browserbase.json +237 -0
  197. package/src/apps/bscscan.json +150 -0
  198. package/src/apps/buffer.json +121 -0
  199. package/src/apps/buildjet.json +80 -0
  200. package/src/apps/builtwith.json +101 -0
  201. package/src/apps/bunny-cdn.json +104 -0
  202. package/src/apps/bunny-stream.json +205 -3
  203. package/src/apps/byrd.json +585 -0
  204. package/src/apps/calendly.json +10 -7
  205. package/src/apps/campaign-manager-360.json +264 -0
  206. package/src/apps/capturekit.json +51 -0
  207. package/src/apps/circleci.json +212 -0
  208. package/src/apps/cirrus-runners.json +75 -0
  209. package/src/apps/cj-affiliate.json +101 -0
  210. package/src/apps/cjdropshipping.json +278 -0
  211. package/src/apps/clerk.json +153 -0
  212. package/src/apps/cloudflare-containers.json +98 -0
  213. package/src/apps/cloudflare-r2.json +180 -0
  214. package/src/apps/cloudflare.json +474 -157
  215. package/src/apps/cloudinary.json +119 -97
  216. package/src/apps/coconut.json +94 -0
  217. package/src/apps/contentful.json +157 -0
  218. package/src/apps/criteo.json +222 -0
  219. package/src/apps/crunchbase.json +104 -0
  220. package/src/apps/customer-io.json +106 -0
  221. package/src/apps/databricks.json +94 -0
  222. package/src/apps/deepgram.json +3 -0
  223. package/src/apps/deepl.json +113 -0
  224. package/src/apps/deepseek.json +5 -2
  225. package/src/apps/depot.json +102 -0
  226. package/src/apps/digitalocean-spaces.json +121 -0
  227. package/src/apps/digitalocean.json +115 -0
  228. package/src/apps/discord.json +90 -1
  229. package/src/apps/docker-build-cloud.json +68 -0
  230. package/src/apps/duffel.json +193 -77
  231. package/src/apps/dux-soup.json +4 -1
  232. package/src/apps/dv360.json +287 -0
  233. package/src/apps/earthly-cloud.json +84 -0
  234. package/src/apps/eia.json +121 -0
  235. package/src/apps/elasticsearch.json +282 -0
  236. package/src/apps/elevenlabs.json +336 -192
  237. package/src/apps/etherscan.json +162 -0
  238. package/src/apps/etsy.json +484 -0
  239. package/src/apps/eventbrite-events.json +5 -2
  240. package/src/apps/exa.json +101 -0
  241. package/src/apps/facebook-ads.json +3 -3
  242. package/src/apps/facebook-api.json +1484 -37
  243. package/src/apps/finnhub.json +232 -0
  244. package/src/apps/flightapi.json +248 -0
  245. package/src/apps/fly-io.json +134 -0
  246. package/src/apps/fred.json +156 -0
  247. package/src/apps/gdelt.json +96 -0
  248. package/src/apps/gelato.json +123 -0
  249. package/src/apps/gemini.json +143 -49
  250. package/src/apps/getscreenshot.json +52 -0
  251. package/src/apps/github.json +355 -39
  252. package/src/apps/gmail.json +151 -2
  253. package/src/apps/gnews.json +71 -0
  254. package/src/apps/google-analytics.json +311 -0
  255. package/src/apps/google-cloud-storage.json +484 -0
  256. package/src/apps/google-docs.json +2 -2
  257. package/src/apps/google-drive.json +2 -2
  258. package/src/apps/google-places.json +127 -0
  259. package/src/apps/google-search-console.json +126 -0
  260. package/src/apps/google-sheets.json +2 -2
  261. package/src/apps/grafana-cloud.json +98 -0
  262. package/src/apps/groq.json +119 -0
  263. package/src/apps/hetzner-object-storage.json +177 -0
  264. package/src/apps/hetzner.json +255 -367
  265. package/src/apps/heygen.json +828 -141
  266. package/src/apps/hive-fulfillment.json +559 -0
  267. package/src/apps/hotjar.json +91 -0
  268. package/src/apps/huawei-cloud.json +189 -0
  269. package/src/apps/huboo.json +286 -0
  270. package/src/apps/hubspot.json +253 -637
  271. package/src/apps/huggingface.json +5 -2
  272. package/src/apps/hunter.json +5 -2
  273. package/src/apps/hyperbrowser.json +205 -0
  274. package/src/apps/idrive-e2.json +128 -0
  275. package/src/apps/impact.json +106 -0
  276. package/src/apps/instagram-api.json +185 -11
  277. package/src/apps/instantly.json +169 -0
  278. package/src/apps/ionos.json +250 -0
  279. package/src/apps/{learning-platform.json → kalio.json} +162 -3
  280. package/src/apps/kalshi.json +144 -0
  281. package/src/apps/keywords-everywhere.json +86 -0
  282. package/src/apps/kickbox.json +71 -0
  283. package/src/apps/launchdarkly.json +111 -0
  284. package/src/apps/leadbyte.json +600 -0
  285. package/src/apps/leadfeeder.json +89 -0
  286. package/src/apps/lemlist.json +109 -0
  287. package/src/apps/linkedin-ads.json +279 -0
  288. package/src/apps/linkedin.json +96 -2
  289. package/src/apps/linode-object-storage.json +183 -0
  290. package/src/apps/linode.json +160 -0
  291. package/src/apps/lnk-bio.json +5 -2
  292. package/src/apps/loom.json +5 -2
  293. package/src/apps/lusha.json +104 -0
  294. package/src/apps/magalu-cloud.json +187 -0
  295. package/src/apps/majestic.json +117 -0
  296. package/src/apps/manifold-markets.json +144 -0
  297. package/src/apps/mapbox.json +118 -0
  298. package/src/apps/microsoft-ads.json +246 -0
  299. package/src/apps/microsoft-onedrive.json +380 -0
  300. package/src/apps/microsoft-teams.json +315 -96
  301. package/src/apps/millionverifier.json +85 -0
  302. package/src/apps/mindee.json +246 -0
  303. package/src/apps/miro.json +138 -0
  304. package/src/apps/mistral.json +129 -0
  305. package/src/apps/mixpanel.json +95 -0
  306. package/src/apps/moz.json +127 -0
  307. package/src/apps/mux.json +201 -0
  308. package/src/apps/namecheap.json +321 -123
  309. package/src/apps/namespace-cloud.json +84 -0
  310. package/src/apps/naver-cloud.json +184 -0
  311. package/src/apps/neon.json +122 -0
  312. package/src/apps/netlify.json +124 -0
  313. package/src/apps/neverbounce.json +92 -0
  314. package/src/apps/newrelic.json +80 -0
  315. package/src/apps/newsapi.json +86 -0
  316. package/src/apps/ngrok.json +29 -0
  317. package/src/apps/nixbuild.json +116 -0
  318. package/src/apps/northflank.json +161 -0
  319. package/src/apps/notion.json +3 -0
  320. package/src/apps/okta.json +131 -0
  321. package/src/apps/omnikit-analytics.json +73 -1
  322. package/src/apps/omnikit-api-gateway.json +74 -2
  323. package/src/apps/omnikit-billing.json +73 -1
  324. package/src/apps/omnikit-cms.json +73 -1
  325. package/src/apps/omnikit-code-ops.json +76 -4
  326. package/src/apps/omnikit-functions.json +74 -2
  327. package/src/apps/omnikit-intelligence.json +176 -33
  328. package/src/apps/omnikit-management.json +73 -1
  329. package/src/apps/omnikit-media.json +73 -1
  330. package/src/apps/omnikit-messaging.json +72 -0
  331. package/src/apps/omnikit-redirects.json +73 -1
  332. package/src/apps/omnikit-sites.json +325 -66
  333. package/src/apps/omnikit-storage.json +104 -7
  334. package/src/apps/omnikit-webhooks.json +73 -1
  335. package/src/apps/omnikit-workflows.json +73 -1
  336. package/src/apps/onesignal.json +108 -0
  337. package/src/apps/openai-api.json +176 -30
  338. package/src/apps/openai-codex.json +187 -0
  339. package/src/apps/opencode-go.json +113 -0
  340. package/src/apps/optinmonster.json +7 -4
  341. package/src/apps/outlook-calendar.json +350 -0
  342. package/src/apps/outlook-mail.json +337 -0
  343. package/src/apps/outscraper.json +118 -0
  344. package/src/apps/ovhcloud.json +209 -0
  345. package/src/apps/paddle.json +170 -0
  346. package/src/apps/pagerduty.json +151 -0
  347. package/src/apps/partnerstack.json +118 -0
  348. package/src/apps/perplexity.json +37 -0
  349. package/src/apps/phantombuster.json +85 -0
  350. package/src/apps/pinecone.json +129 -0
  351. package/src/apps/pinterest-ads.json +261 -0
  352. package/src/apps/pinterest.json +217 -0
  353. package/src/apps/planetscale.json +139 -0
  354. package/src/apps/polygonscan.json +157 -0
  355. package/src/apps/polymarket-clob.json +184 -0
  356. package/src/apps/polymarket-data.json +153 -0
  357. package/src/apps/porkbun.json +609 -145
  358. package/src/apps/posthog.json +107 -0
  359. package/src/apps/pushover.json +28 -0
  360. package/src/apps/quora-ads.json +251 -0
  361. package/src/apps/railway.json +57 -0
  362. package/src/apps/reddit-ads.json +238 -0
  363. package/src/apps/reddit.json +274 -0
  364. package/src/apps/render.json +124 -0
  365. package/src/apps/replicate.json +5 -2
  366. package/src/apps/reply-io.json +111 -0
  367. package/src/apps/resend.json +110 -0
  368. package/src/apps/ringover.json +1144 -0
  369. package/src/apps/rocketreach.json +158 -0
  370. package/src/apps/rollbar.json +88 -0
  371. package/src/apps/runs-on.json +70 -0
  372. package/src/apps/sanity.json +89 -0
  373. package/src/apps/scaleway-object-storage.json +175 -0
  374. package/src/apps/scrapingbee.json +75 -0
  375. package/src/apps/screenshotlayer.json +49 -0
  376. package/src/apps/screenshotmachine.json +49 -0
  377. package/src/apps/se-ranking.json +239 -0
  378. package/src/apps/seamless-ai.json +91 -0
  379. package/src/apps/sec-edgar.json +107 -0
  380. package/src/apps/segment.json +104 -0
  381. package/src/apps/semrush.json +153 -0
  382. package/src/apps/sentry.json +109 -0
  383. package/src/apps/serpapi.json +95 -0
  384. package/src/apps/serper.json +139 -0
  385. package/src/apps/shareasale.json +130 -0
  386. package/src/apps/skimlinks.json +48 -0
  387. package/src/apps/slack.json +101 -0
  388. package/src/apps/smartlead.json +146 -0
  389. package/src/apps/snapchat-ads.json +238 -0
  390. package/src/apps/snaprender.json +64 -0
  391. package/src/apps/snowflake.json +70 -0
  392. package/src/apps/snyk.json +108 -0
  393. package/src/apps/socialcast.json +74 -8
  394. package/src/apps/sovrn.json +125 -0
  395. package/src/apps/spotify-ads.json +231 -0
  396. package/src/apps/steel.json +239 -0
  397. package/src/apps/stocktwits.json +120 -0
  398. package/src/apps/stripe.json +153 -0
  399. package/src/apps/target-circle.json +348 -0
  400. package/src/apps/tavily.json +104 -0
  401. package/src/apps/tavus.json +403 -0
  402. package/src/apps/telegram.json +5 -2
  403. package/src/apps/teller.json +187 -0
  404. package/src/apps/tencent-cloud.json +214 -0
  405. package/src/apps/tennis-abstract.json +108 -0
  406. package/src/apps/the-odds-api.json +132 -0
  407. package/src/apps/the-sports-db.json +163 -0
  408. package/src/apps/tiktok-ads.json +295 -0
  409. package/src/apps/tiktok-api.json +181 -7
  410. package/src/apps/together.json +5 -2
  411. package/src/apps/trade-desk.json +237 -0
  412. package/src/apps/trading212.json +26 -29
  413. package/src/apps/transloadit.json +138 -0
  414. package/src/apps/truelayer.json +318 -0
  415. package/src/apps/twilio.json +313 -42
  416. package/src/apps/twitter-api.json +216 -33
  417. package/src/apps/ubicloud.json +82 -0
  418. package/src/apps/uplead.json +105 -0
  419. package/src/apps/upstash.json +90 -0
  420. package/src/apps/valueserp.json +63 -0
  421. package/src/apps/venice-ai.json +685 -0
  422. package/src/apps/vercel.json +137 -0
  423. package/src/apps/wappalyzer.json +65 -0
  424. package/src/apps/wasabi.json +175 -0
  425. package/src/apps/whale-alert.json +74 -0
  426. package/src/apps/whatsapp-business.json +131 -0
  427. package/src/apps/wikipedia.json +112 -0
  428. package/src/apps/workos.json +123 -0
  429. package/src/apps/yahoo-dsp.json +265 -0
  430. package/src/apps/yahoo-finance.json +60 -0
  431. package/src/apps/youtube-api.json +520 -142
  432. package/src/apps/zenrows.json +47 -0
  433. package/src/apps/zenserp.json +99 -0
  434. package/src/apps/zerobounce.json +80 -0
@@ -1,24 +1,30 @@
1
1
  {
2
2
  "slug": "hubspot",
3
3
  "name": "HubSpot",
4
- "description": "MCP server for HubSpot CRM operations - deals, contacts, companies, and pipelines",
4
+ "description": "HubSpot CRM via HubSpot's hosted MCP server. OAuth 2.1 + PKCE. Vendor-maintained tool catalog (deals, contacts, companies, notes, tasks, emails, etc.) — no local tool list to drift.",
5
5
  "logo": "https://www.google.com/s2/favicons?domain=hubspot.com&sz=128",
6
6
  "categories": [
7
7
  "crm",
8
8
  "hubspot",
9
9
  "deals",
10
10
  "contacts",
11
- "sales"
11
+ "sales",
12
+ "mcp"
12
13
  ],
13
- "base_url": "https://api.hubapi.com",
14
+ "kind": "remote_mcp",
15
+ "base_url": "https://mcp-eu1.hubspot.com",
16
+ "mcp": {
17
+ "transport": "http",
18
+ "url": "https://mcp-eu1.hubspot.com/",
19
+ "auth_header": {
20
+ "name": "Authorization",
21
+ "value": "Bearer {{token}}"
22
+ }
23
+ },
14
24
  "auth": {
15
25
  "types": [
16
- "bearer",
17
26
  "oauth2"
18
27
  ],
19
- "headers": {
20
- "Authorization": "Bearer {{token}}"
21
- },
22
28
  "credential_fields": [
23
29
  {
24
30
  "name": "token",
@@ -38,706 +44,316 @@
38
44
  }
39
45
  ],
40
46
  "oauth2": {
41
- "authorize_url": "https://app.hubspot.com/oauth/authorize",
42
- "token_url": "https://api.hubapi.com/oauth/v1/token",
43
- "scopes": [
44
- "contacts",
45
- "content",
46
- "reports",
47
- "social",
48
- "automation",
49
- "timeline",
50
- "forms",
51
- "files",
52
- "hubdb",
53
- "integration-sync",
54
- "tickets",
55
- "e-commerce",
56
- "accounting",
57
- "sales-email-read",
58
- "forms-uploaded-files",
59
- "media_bridge.read",
60
- "media_bridge.write",
61
- "oauth",
62
- "crm.objects.companies.read",
63
- "crm.objects.companies.write",
64
- "crm.objects.contacts.read",
65
- "crm.objects.contacts.write",
66
- "crm.objects.deals.read",
67
- "crm.objects.deals.write",
68
- "crm.schemas.companies.read",
69
- "crm.schemas.companies.write",
70
- "crm.schemas.contacts.read",
71
- "crm.schemas.contacts.write",
72
- "crm.schemas.deals.read",
73
- "crm.schemas.deals.write"
74
- ],
47
+ "authorize_url": "https://mcp-eu1.hubspot.com/oauth/authorize/user",
48
+ "token_url": "https://mcp-eu1.hubspot.com/oauth/v3/token",
49
+ "scopes": [],
75
50
  "client_id_required": true,
76
- "pkce": false
51
+ "pkce": true
77
52
  }
78
53
  },
79
- "tools": [
54
+ "ui_components": [
80
55
  {
81
- "name": "list_deals",
82
- "description": "List deals from HubSpot CRM",
83
- "method": "GET",
84
- "path": "/list-deals",
85
- "input_schema": {
56
+ "name": "deal-card",
57
+ "entry": "/ui/DealCard.mjs",
58
+ "slots": ["chat.message_attachment", "dashboard.tile"],
59
+ "props_schema": {
86
60
  "type": "object",
61
+ "required": ["deal_id"],
87
62
  "properties": {
88
- "limit": {
89
- "type": "number",
90
- "description": "Maximum number of deals to return",
91
- "default": 100
92
- },
93
- "after": {
94
- "type": "string",
95
- "description": "Pagination cursor"
96
- },
97
- "properties": {
98
- "type": "array",
99
- "items": {
100
- "type": "string"
101
- },
102
- "description": "Properties to include"
103
- },
104
- "associations": {
105
- "type": "array",
106
- "items": {
107
- "type": "string"
108
- },
109
- "description": "Associations to include"
110
- }
63
+ "deal_id": { "type": "string", "description": "HubSpot deal object id" },
64
+ "dealname": { "type": "string" },
65
+ "amount": { "type": "string", "description": "Raw HubSpot amount string; component formats USD" },
66
+ "dealstage": { "type": "string", "description": "Internal id, e.g. contractsent" },
67
+ "dealstage_label": { "type": "string", "description": "Optional human label override" },
68
+ "pipeline": { "type": "string" },
69
+ "closedate": { "type": "string", "description": "ISO date" },
70
+ "owner_email": { "type": "string" },
71
+ "company_name": { "type": "string" },
72
+ "company_domain": { "type": "string" },
73
+ "portal_id": { "type": "string", "description": "HubSpot portal id for canonical URL" }
111
74
  }
112
- }
113
- },
114
- {
115
- "name": "create_deal",
116
- "description": "Create a new deal in HubSpot",
117
- "method": "POST",
118
- "path": "/create-deal",
119
- "input_schema": {
120
- "type": "object",
121
- "properties": {
122
- "dealname": {
123
- "type": "string",
124
- "description": "Name of the deal"
125
- },
126
- "amount": {
127
- "type": "number",
128
- "description": "Deal amount"
129
- },
130
- "dealstage": {
131
- "type": "string",
132
- "description": "Deal stage ID"
133
- },
134
- "pipeline": {
135
- "type": "string",
136
- "description": "Pipeline ID"
137
- },
138
- "closedate": {
139
- "type": "string",
140
- "description": "Expected close date"
141
- },
142
- "hubspot_owner_id": {
143
- "type": "string",
144
- "description": "Owner ID"
145
- }
146
- },
147
- "required": [
148
- "dealname"
149
- ]
150
- }
151
- },
152
- {
153
- "name": "update_deal",
154
- "description": "Update an existing deal",
155
- "method": "PUT",
156
- "path": "/update-deal",
157
- "input_schema": {
158
- "type": "object",
159
- "properties": {
160
- "deal_id": {
161
- "type": "string",
162
- "description": "ID of the deal to update"
163
- },
164
- "dealname": {
165
- "type": "string",
166
- "description": "Name of the deal"
167
- },
168
- "amount": {
169
- "type": "number",
170
- "description": "Deal amount"
171
- },
172
- "dealstage": {
173
- "type": "string",
174
- "description": "Deal stage ID"
175
- },
176
- "closedate": {
177
- "type": "string",
178
- "description": "Expected close date"
179
- }
180
- },
181
- "required": [
182
- "deal_id"
183
- ]
184
- }
185
- },
186
- {
187
- "name": "get_deal",
188
- "description": "Get a specific deal from HubSpot",
189
- "method": "GET",
190
- "path": "/get-deal",
191
- "input_schema": {
192
- "type": "object",
193
- "properties": {
194
- "dealId": {
195
- "type": "string",
196
- "description": "ID of the deal"
197
- },
198
- "properties": {
199
- "type": "array",
200
- "items": {
201
- "type": "string"
202
- },
203
- "description": "Properties to include"
204
- },
205
- "associations": {
206
- "type": "array",
207
- "items": {
208
- "type": "string"
209
- },
210
- "description": "Associations to include"
211
- }
212
- },
213
- "required": [
214
- "dealId"
215
- ]
216
- }
75
+ },
76
+ "preview_props": { "preview": true }
217
77
  },
218
78
  {
219
- "name": "list_contacts",
220
- "description": "List contacts from HubSpot",
221
- "method": "GET",
222
- "path": "/list-contacts",
223
- "input_schema": {
79
+ "name": "company-card",
80
+ "entry": "/ui/CompanyCard.mjs",
81
+ "slots": ["chat.message_attachment", "dashboard.tile"],
82
+ "props_schema": {
224
83
  "type": "object",
84
+ "required": ["company_id"],
225
85
  "properties": {
226
- "limit": {
227
- "type": "number",
228
- "description": "Maximum number of contacts to return",
229
- "default": 100
230
- },
231
- "after": {
232
- "type": "string",
233
- "description": "Pagination cursor"
234
- },
235
- "properties": {
236
- "type": "array",
237
- "items": {
238
- "type": "string"
239
- },
240
- "description": "Properties to include"
241
- }
86
+ "company_id": { "type": "string" },
87
+ "name": { "type": "string" },
88
+ "domain": { "type": "string" },
89
+ "industry": { "type": "string", "description": "HubSpot enum (SHOUTY_SNAKE_CASE)" },
90
+ "numberofemployees": { "type": "string" },
91
+ "city": { "type": "string" },
92
+ "country": { "type": "string" },
93
+ "lifecyclestage": { "type": "string" },
94
+ "open_deal_total": { "type": "string", "description": "Pre-aggregated by the agent" },
95
+ "open_deal_count": { "type": "integer" },
96
+ "description": { "type": "string" },
97
+ "portal_id": { "type": "string" }
242
98
  }
243
- }
244
- },
245
- {
246
- "name": "get_contact",
247
- "description": "Get a specific contact from HubSpot",
248
- "method": "GET",
249
- "path": "/get-contact",
250
- "input_schema": {
251
- "type": "object",
252
- "properties": {
253
- "contactId": {
254
- "type": "string",
255
- "description": "ID of the contact"
256
- },
257
- "properties": {
258
- "type": "array",
259
- "items": {
260
- "type": "string"
261
- },
262
- "description": "Properties to include"
263
- },
264
- "associations": {
265
- "type": "array",
266
- "items": {
267
- "type": "string"
268
- },
269
- "description": "Associations to include"
270
- }
271
- },
272
- "required": [
273
- "contactId"
274
- ]
275
- }
99
+ },
100
+ "preview_props": { "preview": true }
276
101
  },
277
102
  {
278
- "name": "create_contact",
279
- "description": "Create a new contact in HubSpot",
280
- "method": "POST",
281
- "path": "/create-contact",
282
- "input_schema": {
103
+ "name": "contact-card",
104
+ "entry": "/ui/ContactCard.mjs",
105
+ "slots": ["chat.message_attachment"],
106
+ "props_schema": {
283
107
  "type": "object",
108
+ "required": ["contact_id"],
284
109
  "properties": {
285
- "email": {
286
- "type": "string",
287
- "description": "Contact email"
288
- },
289
- "firstname": {
290
- "type": "string",
291
- "description": "First name"
292
- },
293
- "lastname": {
294
- "type": "string",
295
- "description": "Last name"
296
- },
297
- "phone": {
298
- "type": "string",
299
- "description": "Phone number"
300
- },
301
- "company": {
302
- "type": "string",
303
- "description": "Company name"
304
- },
305
- "jobtitle": {
306
- "type": "string",
307
- "description": "Job title"
308
- }
309
- },
310
- "required": [
311
- "email"
312
- ]
313
- }
110
+ "contact_id": { "type": "string" },
111
+ "firstname": { "type": "string" },
112
+ "lastname": { "type": "string" },
113
+ "email": { "type": "string" },
114
+ "phone": { "type": "string" },
115
+ "jobtitle": { "type": "string" },
116
+ "lifecyclestage": { "type": "string" },
117
+ "company_name": { "type": "string" },
118
+ "company_domain": { "type": "string" },
119
+ "last_engagement_at": { "type": "string", "description": "ISO timestamp" },
120
+ "last_engagement_kind": { "type": "string", "description": "email | call | meeting | note | task" },
121
+ "portal_id": { "type": "string" }
122
+ }
123
+ },
124
+ "preview_props": { "preview": true }
314
125
  },
315
126
  {
316
- "name": "update_contact",
317
- "description": "Update an existing contact in HubSpot",
318
- "method": "PUT",
319
- "path": "/update-contact",
320
- "input_schema": {
127
+ "name": "ticket-card",
128
+ "entry": "/ui/TicketCard.mjs",
129
+ "slots": ["chat.message_attachment", "dashboard.tile"],
130
+ "props_schema": {
321
131
  "type": "object",
132
+ "required": ["ticket_id"],
322
133
  "properties": {
323
- "contactId": {
324
- "type": "string",
325
- "description": "ID of the contact to update"
326
- },
327
- "email": {
328
- "type": "string",
329
- "description": "Contact email"
330
- },
331
- "firstname": {
332
- "type": "string",
333
- "description": "First name"
334
- },
335
- "lastname": {
336
- "type": "string",
337
- "description": "Last name"
338
- },
339
- "phone": {
340
- "type": "string",
341
- "description": "Phone number"
342
- },
343
- "company": {
344
- "type": "string",
345
- "description": "Company name"
346
- },
347
- "jobtitle": {
348
- "type": "string",
349
- "description": "Job title"
350
- }
351
- },
352
- "required": [
353
- "contactId"
354
- ]
355
- }
134
+ "ticket_id": { "type": "string" },
135
+ "subject": { "type": "string" },
136
+ "content": { "type": "string" },
137
+ "hs_ticket_priority": { "type": "string", "description": "LOW | MEDIUM | HIGH | URGENT" },
138
+ "hs_pipeline_stage": { "type": "string", "description": "Pipeline-stage id" },
139
+ "stage_label": { "type": "string" },
140
+ "createdate": { "type": "string", "description": "ISO timestamp" },
141
+ "hs_lastmodifieddate": { "type": "string" },
142
+ "company_name": { "type": "string" },
143
+ "company_domain": { "type": "string" },
144
+ "comment_count": { "type": "integer" },
145
+ "portal_id": { "type": "string" }
146
+ }
147
+ },
148
+ "preview_props": { "preview": true }
356
149
  },
357
150
  {
358
- "name": "search_contacts",
359
- "description": "Search for contacts in HubSpot",
360
- "method": "GET",
361
- "path": "/search-contacts",
362
- "input_schema": {
151
+ "name": "pipeline-strip",
152
+ "entry": "/ui/PipelineStrip.mjs",
153
+ "slots": ["dashboard.tile"],
154
+ "props_schema": {
363
155
  "type": "object",
364
156
  "properties": {
365
- "query": {
366
- "type": "string",
367
- "description": "Search query"
368
- },
369
- "filterGroups": {
370
- "type": "array",
371
- "description": "Filter groups for advanced search"
372
- },
373
- "sorts": {
374
- "type": "array",
375
- "description": "Sort options"
376
- },
377
- "properties": {
157
+ "pipeline_label": { "type": "string" },
158
+ "pipeline": { "type": "string", "description": "Pipeline id (default: 'default')" },
159
+ "stages": {
378
160
  "type": "array",
161
+ "description": "Pre-aggregated count + total per stage",
379
162
  "items": {
380
- "type": "string"
381
- },
382
- "description": "Properties to return"
383
- },
384
- "limit": {
385
- "type": "number",
386
- "description": "Maximum results",
387
- "default": 100
163
+ "type": "object",
164
+ "required": ["id", "count"],
165
+ "properties": {
166
+ "id": { "type": "string", "description": "Internal HubSpot stage id" },
167
+ "label": { "type": "string", "description": "Optional human label override" },
168
+ "count": { "type": "integer" },
169
+ "total": { "type": ["string", "number"], "description": "Sum of deal amounts in stage" }
170
+ }
171
+ }
388
172
  },
389
- "after": {
390
- "type": "string",
391
- "description": "Pagination cursor"
392
- }
173
+ "portal_id": { "type": "string" }
393
174
  }
394
- }
175
+ },
176
+ "preview_props": { "preview": true }
395
177
  },
396
178
  {
397
- "name": "list_companies",
398
- "description": "List companies from HubSpot",
399
- "method": "GET",
400
- "path": "/list-companies",
401
- "input_schema": {
179
+ "name": "email-card",
180
+ "entry": "/ui/EmailCard.mjs",
181
+ "slots": ["chat.message_attachment"],
182
+ "props_schema": {
402
183
  "type": "object",
184
+ "required": ["email_id"],
403
185
  "properties": {
404
- "limit": {
405
- "type": "number",
406
- "description": "Maximum number of companies to return",
407
- "default": 100
408
- },
409
- "after": {
410
- "type": "string",
411
- "description": "Pagination cursor"
412
- },
413
- "properties": {
414
- "type": "array",
415
- "items": {
416
- "type": "string"
417
- },
418
- "description": "Properties to include"
419
- }
186
+ "email_id": { "type": "string", "description": "HubSpot engagement id" },
187
+ "direction": { "type": "string", "description": "INCOMING_EMAIL | EMAIL | FORWARDED_EMAIL" },
188
+ "from_name": { "type": "string" },
189
+ "from_email": { "type": "string" },
190
+ "to_email": { "type": "string" },
191
+ "subject": { "type": "string" },
192
+ "body": { "type": "string" },
193
+ "sent_at": { "type": "string", "description": "ISO timestamp" },
194
+ "thread_length": { "type": "integer" },
195
+ "company_name": { "type": "string" },
196
+ "company_domain": { "type": "string" },
197
+ "contact_name": { "type": "string" },
198
+ "portal_id": { "type": "string" }
420
199
  }
421
- }
200
+ },
201
+ "preview_props": { "preview": true }
422
202
  },
423
203
  {
424
- "name": "get_company",
425
- "description": "Get a specific company from HubSpot",
426
- "method": "GET",
427
- "path": "/get-company",
428
- "input_schema": {
204
+ "name": "activity-feed",
205
+ "entry": "/ui/ActivityFeed.mjs",
206
+ "slots": ["dashboard.tile", "chat.message_attachment"],
207
+ "props_schema": {
429
208
  "type": "object",
430
209
  "properties": {
431
- "companyId": {
432
- "type": "string",
433
- "description": "ID of the company"
434
- },
435
- "properties": {
210
+ "events": {
436
211
  "type": "array",
212
+ "description": "Pre-merged engagement events (emails, calls, notes, tasks, meetings, record_changes)",
437
213
  "items": {
438
- "type": "string"
439
- },
440
- "description": "Properties to include"
441
- },
442
- "associations": {
443
- "type": "array",
444
- "items": {
445
- "type": "string"
446
- },
447
- "description": "Associations to include"
448
- }
449
- },
450
- "required": [
451
- "companyId"
452
- ]
453
- }
454
- },
455
- {
456
- "name": "create_company",
457
- "description": "Create a new company in HubSpot",
458
- "method": "POST",
459
- "path": "/create-company",
460
- "input_schema": {
461
- "type": "object",
462
- "properties": {
463
- "name": {
464
- "type": "string",
465
- "description": "Company name"
466
- },
467
- "domain": {
468
- "type": "string",
469
- "description": "Company domain"
470
- },
471
- "phone": {
472
- "type": "string",
473
- "description": "Company phone"
474
- },
475
- "industry": {
476
- "type": "string",
477
- "description": "Industry"
478
- },
479
- "city": {
480
- "type": "string",
481
- "description": "City"
214
+ "type": "object",
215
+ "required": ["id", "kind", "timestamp", "title"],
216
+ "properties": {
217
+ "id": { "type": "string" },
218
+ "kind": { "type": "string", "description": "email | call | note | task | meeting | record_change" },
219
+ "timestamp": { "type": "string", "description": "ISO timestamp" },
220
+ "title": { "type": "string" },
221
+ "subtitle": { "type": "string" },
222
+ "engagement_id": { "type": "string", "description": "HubSpot engagement id for click-through" }
223
+ }
224
+ }
482
225
  },
483
- "country": {
484
- "type": "string",
485
- "description": "Country"
486
- }
487
- },
488
- "required": [
489
- "name"
490
- ]
491
- }
226
+ "max": { "type": "integer", "description": "Cap rendered events; default 12" },
227
+ "portal_id": { "type": "string" }
228
+ }
229
+ },
230
+ "preview_props": { "preview": true }
492
231
  },
493
232
  {
494
- "name": "search_companies",
495
- "description": "Search for companies in HubSpot",
496
- "method": "GET",
497
- "path": "/search-companies",
498
- "input_schema": {
233
+ "name": "deal-list",
234
+ "entry": "/ui/DealList.mjs",
235
+ "slots": ["chat.message_attachment", "dashboard.tile"],
236
+ "props_schema": {
499
237
  "type": "object",
500
238
  "properties": {
501
- "query": {
502
- "type": "string",
503
- "description": "Search query"
504
- },
505
- "filterGroups": {
506
- "type": "array",
507
- "description": "Filter groups for advanced search"
508
- },
509
- "sorts": {
510
- "type": "array",
511
- "description": "Sort options"
512
- },
513
- "properties": {
239
+ "items": {
514
240
  "type": "array",
515
241
  "items": {
516
- "type": "string"
517
- },
518
- "description": "Properties to return"
519
- },
520
- "limit": {
521
- "type": "number",
522
- "description": "Maximum results",
523
- "default": 100
242
+ "type": "object",
243
+ "required": ["deal_id"],
244
+ "properties": {
245
+ "deal_id": { "type": "string" },
246
+ "dealname": { "type": "string" },
247
+ "amount": { "type": "string" },
248
+ "dealstage": { "type": "string" },
249
+ "dealstage_label": { "type": "string" },
250
+ "closedate": { "type": "string" },
251
+ "company_name": { "type": "string" }
252
+ }
253
+ }
524
254
  },
525
- "after": {
526
- "type": "string",
527
- "description": "Pagination cursor"
528
- }
255
+ "title": { "type": "string" },
256
+ "subtitle": { "type": "string" },
257
+ "max_rows": { "type": "integer" },
258
+ "portal_id": { "type": "string" }
529
259
  }
530
- }
260
+ },
261
+ "preview_props": { "preview": true }
531
262
  },
532
263
  {
533
- "name": "search_deals",
534
- "description": "Search for deals in HubSpot",
535
- "method": "GET",
536
- "path": "/search-deals",
537
- "input_schema": {
264
+ "name": "ticket-list",
265
+ "entry": "/ui/TicketList.mjs",
266
+ "slots": ["chat.message_attachment", "dashboard.tile"],
267
+ "props_schema": {
538
268
  "type": "object",
539
269
  "properties": {
540
- "query": {
541
- "type": "string",
542
- "description": "Search query"
543
- },
544
- "filterGroups": {
545
- "type": "array",
546
- "description": "Filter groups for advanced search"
547
- },
548
- "sorts": {
549
- "type": "array",
550
- "description": "Sort options"
551
- },
552
- "properties": {
270
+ "items": {
553
271
  "type": "array",
554
272
  "items": {
555
- "type": "string"
556
- },
557
- "description": "Properties to return"
558
- },
559
- "limit": {
560
- "type": "number",
561
- "description": "Maximum results",
562
- "default": 100
273
+ "type": "object",
274
+ "required": ["ticket_id"],
275
+ "properties": {
276
+ "ticket_id": { "type": "string" },
277
+ "subject": { "type": "string" },
278
+ "hs_ticket_priority": { "type": "string" },
279
+ "hs_pipeline_stage": { "type": "string" },
280
+ "stage_label": { "type": "string" },
281
+ "createdate": { "type": "string" },
282
+ "company_name": { "type": "string" }
283
+ }
284
+ }
563
285
  },
564
- "after": {
565
- "type": "string",
566
- "description": "Pagination cursor"
567
- }
286
+ "title": { "type": "string" },
287
+ "subtitle": { "type": "string" },
288
+ "max_rows": { "type": "integer" },
289
+ "portal_id": { "type": "string" }
568
290
  }
569
- }
570
- },
571
- {
572
- "name": "list_pipelines",
573
- "description": "List deal pipelines from HubSpot",
574
- "method": "GET",
575
- "path": "/list-pipelines",
576
- "input_schema": {
577
- "type": "object",
578
- "properties": {}
579
- }
291
+ },
292
+ "preview_props": { "preview": true }
580
293
  },
581
294
  {
582
- "name": "list_owners",
583
- "description": "List owners from HubSpot",
584
- "method": "GET",
585
- "path": "/list-owners",
586
- "input_schema": {
295
+ "name": "contact-list",
296
+ "entry": "/ui/ContactList.mjs",
297
+ "slots": ["chat.message_attachment"],
298
+ "props_schema": {
587
299
  "type": "object",
588
300
  "properties": {
589
- "email": {
590
- "type": "string",
591
- "description": "Filter by email"
592
- },
593
- "limit": {
594
- "type": "number",
595
- "description": "Maximum results",
596
- "default": 100
301
+ "items": {
302
+ "type": "array",
303
+ "items": {
304
+ "type": "object",
305
+ "required": ["contact_id"],
306
+ "properties": {
307
+ "contact_id": { "type": "string" },
308
+ "firstname": { "type": "string" },
309
+ "lastname": { "type": "string" },
310
+ "email": { "type": "string" },
311
+ "jobtitle": { "type": "string" },
312
+ "company_name": { "type": "string" },
313
+ "last_engagement_at": { "type": "string" }
314
+ }
315
+ }
597
316
  },
598
- "after": {
599
- "type": "string",
600
- "description": "Pagination cursor"
601
- }
317
+ "title": { "type": "string" },
318
+ "subtitle": { "type": "string" },
319
+ "max_rows": { "type": "integer" },
320
+ "portal_id": { "type": "string" }
602
321
  }
603
- }
604
- },
605
- {
606
- "name": "create_ticket",
607
- "description": "Create a support ticket in HubSpot CRM",
608
- "method": "POST",
609
- "path": "/create-ticket",
610
- "input_schema": {
611
- "type": "object",
612
- "properties": {
613
- "subject": {
614
- "type": "string",
615
- "description": "Ticket subject"
616
- },
617
- "description": {
618
- "type": "string",
619
- "description": "Ticket description"
620
- },
621
- "priority": {
622
- "type": "string",
623
- "enum": [
624
- "LOW",
625
- "MEDIUM",
626
- "HIGH"
627
- ],
628
- "description": "Ticket priority"
629
- },
630
- "pipeline": {
631
- "type": "string",
632
- "description": "Pipeline ID"
633
- },
634
- "status": {
635
- "type": "string",
636
- "description": "Ticket status"
637
- },
638
- "contact_id": {
639
- "type": "string",
640
- "description": "Associated contact ID"
641
- },
642
- "company_id": {
643
- "type": "string",
644
- "description": "Associated company ID"
645
- }
646
- },
647
- "required": [
648
- "subject",
649
- "description"
650
- ]
651
- }
322
+ },
323
+ "preview_props": { "preview": true }
652
324
  },
653
325
  {
654
- "name": "create_workflow",
655
- "description": "Create an automation workflow in HubSpot",
656
- "method": "POST",
657
- "path": "/create-workflow",
658
- "input_schema": {
326
+ "name": "inbox-strip",
327
+ "entry": "/ui/InboxStrip.mjs",
328
+ "slots": ["chat.message_attachment", "dashboard.tile"],
329
+ "props_schema": {
659
330
  "type": "object",
660
331
  "properties": {
661
- "name": {
662
- "type": "string",
663
- "description": "Workflow name"
664
- },
665
- "type": {
666
- "type": "string",
667
- "enum": [
668
- "CONTACT",
669
- "COMPANY",
670
- "DEAL",
671
- "TICKET"
672
- ],
673
- "description": "Workflow object type"
674
- },
675
- "actions": {
332
+ "items": {
676
333
  "type": "array",
677
- "description": "Workflow actions to perform",
678
334
  "items": {
679
- "type": "object"
335
+ "type": "object",
336
+ "required": ["email_id"],
337
+ "properties": {
338
+ "email_id": { "type": "string" },
339
+ "from_name": { "type": "string" },
340
+ "from_email": { "type": "string" },
341
+ "subject": { "type": "string" },
342
+ "snippet": { "type": "string" },
343
+ "sent_at": { "type": "string" },
344
+ "unread": { "type": "boolean" },
345
+ "thread_length": { "type": "integer" }
346
+ }
680
347
  }
681
348
  },
682
- "enrollment_criteria": {
683
- "type": "object",
684
- "description": "Criteria for enrollment in workflow"
685
- }
686
- },
687
- "required": [
688
- "name",
689
- "type"
690
- ]
691
- }
349
+ "title": { "type": "string" },
350
+ "subtitle": { "type": "string" },
351
+ "max_rows": { "type": "integer" },
352
+ "portal_id": { "type": "string" }
353
+ }
354
+ },
355
+ "preview_props": { "preview": true }
692
356
  }
693
357
  ],
694
- "webhooks": {
695
- "signature_header": "x-hubspot-signature-v3",
696
- "events": [
697
- {
698
- "name": "contact.creation",
699
- "description": "New contact created"
700
- },
701
- {
702
- "name": "contact.propertyChange",
703
- "description": "Contact property changed"
704
- },
705
- {
706
- "name": "contact.deletion",
707
- "description": "Contact deleted"
708
- },
709
- {
710
- "name": "company.creation",
711
- "description": "New company created"
712
- },
713
- {
714
- "name": "company.propertyChange",
715
- "description": "Company property changed"
716
- },
717
- {
718
- "name": "deal.creation",
719
- "description": "New deal created"
720
- },
721
- {
722
- "name": "deal.propertyChange",
723
- "description": "Deal property changed (e.g., stage change)"
724
- },
725
- {
726
- "name": "deal.deletion",
727
- "description": "Deal deleted"
728
- },
729
- {
730
- "name": "ticket.creation",
731
- "description": "New ticket created"
732
- },
733
- {
734
- "name": "ticket.propertyChange",
735
- "description": "Ticket property changed"
736
- },
737
- {
738
- "name": "ticket.deletion",
739
- "description": "Ticket deleted"
740
- }
741
- ]
742
- }
358
+ "tools": []
743
359
  }