@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,53 +1,52 @@
1
1
  {
2
2
  "slug": "alpaca-trading",
3
- "name": "Alpaca",
4
- "description": "MCP server for Alpaca \u2014 stock, options & crypto trading, real-time and historical market data, portfolio management, screener, news, and forex rates via the Alpaca REST API v2. Uses paper trading by default.",
3
+ "name": "Alpaca Trading",
4
+ "description": "Alpaca Trading API v2 \u2014 accounts, positions, orders, watchlists, and market clock for stocks, options, and crypto. Paired with alpaca-market-data for quotes/bars/snapshots. Defaults to paper trading; switch the 'host' credential to api.alpaca.markets for live.",
5
5
  "logo": "https://www.google.com/s2/favicons?domain=alpaca.markets&sz=128",
6
6
  "categories": [
7
7
  "trading",
8
8
  "stocks",
9
- "crypto",
10
9
  "options",
11
- "market-data",
10
+ "crypto",
12
11
  "portfolio",
13
12
  "orders",
14
- "news",
15
- "screener",
16
- "forex",
17
- "alpaca"
13
+ "alpaca",
14
+ "finance"
18
15
  ],
19
- "base_url": "https://api.alpaca.markets/v2",
16
+ "base_url": "https://{{host}}/v2",
20
17
  "auth": {
21
18
  "types": [
22
19
  "api_key"
23
20
  ],
24
21
  "headers": {
25
- "APCA-API-KEY-ID": "{{api_key}}"
22
+ "APCA-API-KEY-ID": "{{api_key}}",
23
+ "APCA-API-SECRET-KEY": "{{api_secret}}"
26
24
  },
27
25
  "credential_fields": [
28
26
  {
29
27
  "name": "api_key",
30
- "label": "Api_key",
31
- "description": "Your Alpaca API Key ID"
28
+ "label": "API Key ID",
29
+ "description": "Alpaca API Key ID (Sign in > Paper or Live > Generate Keys)."
32
30
  },
33
31
  {
34
32
  "name": "api_secret",
35
- "label": "Api_secret",
36
- "description": "Your Alpaca Secret Key"
33
+ "label": "API Secret Key",
34
+ "description": "Alpaca Secret Key shown once at key generation."
37
35
  },
38
36
  {
39
- "name": "base_url",
40
- "label": "Base_url",
41
- "description": "Default: https://paper-api.alpaca.markets \u2014 set to https://api.alpaca.markets for live trading"
37
+ "name": "host",
38
+ "label": "Host",
39
+ "description": "Trading host. Use 'paper-api.alpaca.markets' for paper trading (default) or 'api.alpaca.markets' for live trading. Do NOT include https:// or trailing slash.",
40
+ "default": "paper-api.alpaca.markets"
42
41
  }
43
42
  ]
44
43
  },
45
44
  "tools": [
46
45
  {
47
46
  "name": "get_account",
48
- "description": "Get account details: equity, buying_power, cash, portfolio_value, pattern_day_trader status, account_number, and trading restrictions. No parameters needed.",
47
+ "description": "Get account details: equity, buying_power, cash, portfolio_value, pattern_day_trader status, account_number, and trading restrictions.",
49
48
  "method": "GET",
50
- "path": "/get-account",
49
+ "path": "/account",
51
50
  "input_schema": {
52
51
  "type": "object",
53
52
  "properties": {}
@@ -55,9 +54,9 @@
55
54
  },
56
55
  {
57
56
  "name": "get_account_config",
58
- "description": "Get account configuration settings: DTBP check, trade confirm email, fractional trading, max margin multiplier, PDT check, and suspend trade flag.",
57
+ "description": "Get account configuration settings: DTBP check, fractional trading, max margin multiplier, PDT check, suspend-trade flag, trade-confirm email setting.",
59
58
  "method": "GET",
60
- "path": "/get-account-config",
59
+ "path": "/account/configurations",
61
60
  "input_schema": {
62
61
  "type": "object",
63
62
  "properties": {}
@@ -65,15 +64,14 @@
65
64
  },
66
65
  {
67
66
  "name": "update_account_config",
68
- "description": "Update account configuration. You can change trade confirmation emails, DTBP checking, fractional trading, margin multiplier, and PDT checks.",
67
+ "description": "Update account configuration. Supply only fields you want to change.",
69
68
  "method": "PATCH",
70
- "path": "/update-account-config",
69
+ "path": "/account/configurations",
71
70
  "input_schema": {
72
71
  "type": "object",
73
72
  "properties": {
74
73
  "dtbp_check": {
75
74
  "type": "string",
76
- "description": "Day trading buying power check: both, entry, exit",
77
75
  "enum": [
78
76
  "both",
79
77
  "entry",
@@ -82,128 +80,130 @@
82
80
  },
83
81
  "trade_confirm_email": {
84
82
  "type": "string",
85
- "description": "Trade confirmation email setting: all, none",
86
83
  "enum": [
87
84
  "all",
88
85
  "none"
89
86
  ]
90
87
  },
88
+ "suspend_trade": {
89
+ "type": "boolean"
90
+ },
91
+ "no_shorting": {
92
+ "type": "boolean"
93
+ },
91
94
  "fractional_trading": {
92
- "type": "boolean",
93
- "description": "Enable or disable fractional trading"
95
+ "type": "boolean"
94
96
  },
95
97
  "max_margin_multiplier": {
96
98
  "type": "string",
97
- "description": "Max margin multiplier (1 for no margin, 2 for 2x, 4 for 4x)"
99
+ "description": "'1', '2', or '4'."
98
100
  },
99
101
  "pdt_check": {
100
102
  "type": "string",
101
- "description": "PDT check: entry, exit",
102
103
  "enum": [
104
+ "both",
103
105
  "entry",
104
106
  "exit"
105
107
  ]
106
108
  },
107
- "suspend_trade": {
108
- "type": "boolean",
109
- "description": "Suspend trading (freeze account)"
109
+ "ptp_no_exception_entry": {
110
+ "type": "boolean"
110
111
  }
111
112
  }
112
113
  }
113
114
  },
114
115
  {
115
116
  "name": "get_portfolio_history",
116
- "description": "Get historical portfolio equity, P&L, and base values over time. Returns arrays of {timestamp, equity, profit_loss, profit_loss_pct, base_value}. Great for charting account performance.",
117
+ "description": "Get the time-series equity and P&L history for the account.",
117
118
  "method": "GET",
118
- "path": "/get-portfolio-history",
119
+ "path": "/account/portfolio/history",
119
120
  "input_schema": {
120
121
  "type": "object",
121
122
  "properties": {
122
123
  "period": {
123
124
  "type": "string",
124
- "description": "Time period: 1D, 1W, 1M, 3M, 6M, 1A (1 year), all, or custom like 5D, 2W"
125
+ "description": "Duration (e.g. '1D', '7D', '1M', '3M', '1A', 'all')."
125
126
  },
126
127
  "timeframe": {
127
128
  "type": "string",
128
- "description": "Resolution: 1Min, 5Min, 15Min, 1H, 1D"
129
+ "description": "Resolution: 1Min, 5Min, 15Min, 1H, 1D."
129
130
  },
130
131
  "intraday_reporting": {
131
132
  "type": "string",
132
- "description": "Intraday reporting type: market_hours, extended_hours, continuous"
133
+ "enum": [
134
+ "market_hours",
135
+ "extended_hours",
136
+ "continuous"
137
+ ]
133
138
  },
134
139
  "start": {
135
140
  "type": "string",
136
- "description": "Start date (RFC3339 or YYYY-MM-DD)"
141
+ "description": "RFC-3339 start timestamp."
137
142
  },
138
143
  "end": {
139
144
  "type": "string",
140
- "description": "End date (RFC3339 or YYYY-MM-DD)"
145
+ "description": "RFC-3339 end timestamp."
141
146
  },
142
147
  "pnl_reset": {
143
148
  "type": "string",
144
- "description": "P&L reset frequency: per_day, no_reset"
145
- },
146
- "extended_hours": {
147
- "type": "boolean",
148
- "description": "Include extended hours data"
149
+ "enum": [
150
+ "per_day",
151
+ "no_reset"
152
+ ]
149
153
  }
150
154
  }
151
155
  }
152
156
  },
153
157
  {
154
- "name": "get_activities",
155
- "description": "Retrieve account activities: fills, dividends, interest, deposits, withdrawals, fees, and more. Filter by activity type and date range.",
158
+ "name": "list_activities",
159
+ "description": "List account activities: fills, dividends, transfers, fees. Filter by activity_types or specific date.",
156
160
  "method": "GET",
157
- "path": "/get-activities",
161
+ "path": "/account/activities",
158
162
  "input_schema": {
159
163
  "type": "object",
160
164
  "properties": {
161
- "activity_type": {
165
+ "activity_types": {
162
166
  "type": "string",
163
- "description": "Filter by type: FILL, TRANS, MISC, ACATC, ACATS, CSD, CSW, DIV, JNLC, JNLS, MA, NC, OPASN, OPEXP, OPXRC, PTC, PTR, REORG, SC, SSO, SSP, CFEE, FEE, INT"
167
+ "description": "Comma-separated activity types (e.g. 'FILL,DIV,TRANS')."
164
168
  },
165
169
  "date": {
166
170
  "type": "string",
167
- "description": "Exact date (YYYY-MM-DD)"
171
+ "description": "Single-day filter (YYYY-MM-DD)."
168
172
  },
169
- "after": {
173
+ "until": {
170
174
  "type": "string",
171
- "description": "Return activities after this date (RFC3339)"
175
+ "description": "Activities before this date/time."
172
176
  },
173
- "until": {
177
+ "after": {
174
178
  "type": "string",
175
- "description": "Return activities until this date (RFC3339)"
179
+ "description": "Activities after this date/time."
176
180
  },
177
181
  "direction": {
178
182
  "type": "string",
179
- "description": "Sort direction: asc, desc",
180
183
  "enum": [
181
184
  "asc",
182
185
  "desc"
183
186
  ]
184
187
  },
185
188
  "page_size": {
186
- "type": "integer",
187
- "description": "Number of results per page (max 100)"
189
+ "type": "integer"
188
190
  },
189
191
  "page_token": {
190
- "type": "string",
191
- "description": "Pagination token from previous response"
192
+ "type": "string"
192
193
  }
193
194
  }
194
195
  }
195
196
  },
196
197
  {
197
198
  "name": "list_orders",
198
- "description": "Get all orders or filter by status, symbols, date range. Returns order ID, symbol, side, type, qty, filled_qty, filled_avg_price, status, timestamps. All filter values MUST be lowercase.",
199
+ "description": "List orders. Default returns open orders; pass status='all' or 'closed' for history.",
199
200
  "method": "GET",
200
- "path": "/list-orders",
201
+ "path": "/orders",
201
202
  "input_schema": {
202
203
  "type": "object",
203
204
  "properties": {
204
205
  "status": {
205
206
  "type": "string",
206
- "description": "MUST be lowercase: 'open' (pending/new), 'closed' (filled/cancelled/expired), 'all'",
207
207
  "enum": [
208
208
  "open",
209
209
  "closed",
@@ -212,19 +212,16 @@
212
212
  },
213
213
  "limit": {
214
214
  "type": "integer",
215
- "description": "Max results to return (default 50, max 500)"
215
+ "description": "Max 500."
216
216
  },
217
217
  "after": {
218
- "type": "string",
219
- "description": "Only orders created after this timestamp (RFC3339, e.g. '2024-01-15T00:00:00Z')"
218
+ "type": "string"
220
219
  },
221
220
  "until": {
222
- "type": "string",
223
- "description": "Only orders created before this timestamp (RFC3339)"
221
+ "type": "string"
224
222
  },
225
223
  "direction": {
226
224
  "type": "string",
227
- "description": "MUST be lowercase: 'asc' (oldest first) or 'desc' (newest first)",
228
225
  "enum": [
229
226
  "asc",
230
227
  "desc"
@@ -232,15 +229,14 @@
232
229
  },
233
230
  "nested": {
234
231
  "type": "boolean",
235
- "description": "If true, include child orders for bracket/OCO/OTO orders"
232
+ "description": "Include nested multi-leg orders."
236
233
  },
237
234
  "symbols": {
238
235
  "type": "string",
239
- "description": "Comma-separated symbols to filter (e.g. 'AAPL,TSLA,JNJ')"
236
+ "description": "Comma-separated symbols filter."
240
237
  },
241
238
  "side": {
242
239
  "type": "string",
243
- "description": "MUST be lowercase: 'buy' or 'sell'",
244
240
  "enum": [
245
241
  "buy",
246
242
  "sell"
@@ -251,27 +247,26 @@
251
247
  },
252
248
  {
253
249
  "name": "create_order",
254
- "description": "Place a new order. IMPORTANT: All enum values MUST be lowercase. Example: symbol='AAPL', side='buy', type='market', time_in_force='day'. To buy $20k worth of a stock use notional='20000' instead of qty. Returns order ID, status, filled_qty, filled_avg_price.",
250
+ "description": "Submit a new order. Required: symbol, side, type, time_in_force, plus qty OR notional. For limit/stop orders include the relevant prices. For options pass the OCC option symbol; for crypto pass the crypto pair (e.g. 'BTC/USD').",
255
251
  "method": "POST",
256
- "path": "/create-order",
252
+ "path": "/orders",
257
253
  "input_schema": {
258
254
  "type": "object",
259
255
  "properties": {
260
256
  "symbol": {
261
257
  "type": "string",
262
- "description": "Ticker symbol in UPPERCASE (e.g. AAPL, TSLA, JNJ, BTC/USD)"
258
+ "description": "Stock ticker, OCC option symbol, or crypto pair."
263
259
  },
264
260
  "qty": {
265
261
  "type": "string",
266
- "description": "Number of shares as a string (e.g. '10', '0.5'). Use qty OR notional, not both."
262
+ "description": "Number of shares/contracts (string for fractional precision). Use this OR notional."
267
263
  },
268
264
  "notional": {
269
265
  "type": "string",
270
- "description": "Dollar amount as a string (e.g. '20000' for $20k). Use for buying a dollar amount of shares. Use qty OR notional, not both."
266
+ "description": "Dollar amount instead of qty (fractional shares only). Use this OR qty."
271
267
  },
272
268
  "side": {
273
269
  "type": "string",
274
- "description": "MUST be lowercase: 'buy' or 'sell'",
275
270
  "enum": [
276
271
  "buy",
277
272
  "sell"
@@ -279,7 +274,6 @@
279
274
  },
280
275
  "type": {
281
276
  "type": "string",
282
- "description": "MUST be lowercase: 'market', 'limit', 'stop', 'stop_limit', or 'trailing_stop'",
283
277
  "enum": [
284
278
  "market",
285
279
  "limit",
@@ -290,7 +284,6 @@
290
284
  },
291
285
  "time_in_force": {
292
286
  "type": "string",
293
- "description": "MUST be lowercase: 'day' (cancel at close), 'gtc' (good till cancelled), 'opg' (market open), 'cls' (market close), 'ioc' (immediate or cancel), 'fok' (fill or kill). Use 'day' for most orders.",
294
287
  "enum": [
295
288
  "day",
296
289
  "gtc",
@@ -301,32 +294,26 @@
301
294
  ]
302
295
  },
303
296
  "limit_price": {
304
- "type": "string",
305
- "description": "Required for type='limit' and 'stop_limit'. Price as string (e.g. '150.50')"
297
+ "type": "string"
306
298
  },
307
299
  "stop_price": {
308
- "type": "string",
309
- "description": "Required for type='stop' and 'stop_limit'. Trigger price as string (e.g. '145.00')"
300
+ "type": "string"
310
301
  },
311
302
  "trail_price": {
312
- "type": "string",
313
- "description": "Trail amount in dollars for type='trailing_stop' (e.g. '5.00' means $5 trail)"
303
+ "type": "string"
314
304
  },
315
305
  "trail_percent": {
316
- "type": "string",
317
- "description": "Trail percentage for type='trailing_stop' (e.g. '2.5' means 2.5% trail)"
306
+ "type": "string"
318
307
  },
319
308
  "extended_hours": {
320
- "type": "boolean",
321
- "description": "Allow extended hours execution (only for type='limit' with time_in_force='day')"
309
+ "type": "boolean"
322
310
  },
323
311
  "client_order_id": {
324
312
  "type": "string",
325
- "description": "Optional unique ID for your own tracking (max 48 chars)"
313
+ "description": "Idempotent client-supplied ID (max 128 chars)."
326
314
  },
327
315
  "order_class": {
328
316
  "type": "string",
329
- "description": "MUST be lowercase: 'simple' (default), 'bracket' (entry + take_profit + stop_loss), 'oco' (one-cancels-other), 'oto' (one-triggers-other)",
330
317
  "enum": [
331
318
  "simple",
332
319
  "bracket",
@@ -336,11 +323,21 @@
336
323
  },
337
324
  "take_profit": {
338
325
  "type": "object",
339
- "description": "For bracket orders: { \"limit_price\": \"155.00\" }"
326
+ "description": "{ limit_price } for bracket / oto orders."
340
327
  },
341
328
  "stop_loss": {
342
329
  "type": "object",
343
- "description": "For bracket orders: { \"stop_price\": \"140.00\", \"limit_price\": \"139.50\" }"
330
+ "description": "{ stop_price, limit_price? } for bracket / oco orders."
331
+ },
332
+ "position_intent": {
333
+ "type": "string",
334
+ "enum": [
335
+ "buy_to_open",
336
+ "buy_to_close",
337
+ "sell_to_open",
338
+ "sell_to_close"
339
+ ],
340
+ "description": "Required for options."
344
341
  }
345
342
  },
346
343
  "required": [
@@ -353,19 +350,19 @@
353
350
  },
354
351
  {
355
352
  "name": "get_order",
356
- "description": "Get details of a specific order by its order ID, including status, fill info, and timestamps.",
353
+ "description": "Get a single order by ID or client_order_id.",
357
354
  "method": "GET",
358
- "path": "/get-order",
355
+ "path": "/orders/{order_id}",
359
356
  "input_schema": {
360
357
  "type": "object",
361
358
  "properties": {
362
359
  "order_id": {
363
360
  "type": "string",
364
- "description": "Order ID (UUID)"
361
+ "description": "Alpaca order ID."
365
362
  },
366
363
  "nested": {
367
364
  "type": "boolean",
368
- "description": "Include nested multi-leg order details"
365
+ "description": "Include nested legs."
369
366
  }
370
367
  },
371
368
  "required": [
@@ -375,47 +372,32 @@
375
372
  },
376
373
  {
377
374
  "name": "replace_order",
378
- "description": "Modify an existing open order by ID. Only open/pending orders can be replaced. Returns the new replacement order. All enum values MUST be lowercase.",
375
+ "description": "Replace an existing open order with new parameters (qty, time_in_force, limit_price, stop_price, trail, client_order_id). Server cancels the old order and submits a new one with the same order ID.",
379
376
  "method": "PATCH",
380
- "path": "/replace-order",
377
+ "path": "/orders/{order_id}",
381
378
  "input_schema": {
382
379
  "type": "object",
383
380
  "properties": {
384
381
  "order_id": {
385
- "type": "string",
386
- "description": "UUID of the order to replace (from create-order response or list-orders)"
382
+ "type": "string"
387
383
  },
388
384
  "qty": {
389
- "type": "string",
390
- "description": "New quantity as string (e.g. '15')"
385
+ "type": "string"
391
386
  },
392
387
  "time_in_force": {
393
- "type": "string",
394
- "description": "MUST be lowercase: 'day', 'gtc', 'opg', 'cls', 'ioc', 'fok'",
395
- "enum": [
396
- "day",
397
- "gtc",
398
- "opg",
399
- "cls",
400
- "ioc",
401
- "fok"
402
- ]
388
+ "type": "string"
403
389
  },
404
390
  "limit_price": {
405
- "type": "string",
406
- "description": "New limit price as string (e.g. '152.50')"
391
+ "type": "string"
407
392
  },
408
393
  "stop_price": {
409
- "type": "string",
410
- "description": "New stop trigger price as string (e.g. '148.00')"
394
+ "type": "string"
411
395
  },
412
396
  "trail": {
413
- "type": "string",
414
- "description": "New trail amount in dollars or percent as string"
397
+ "type": "string"
415
398
  },
416
399
  "client_order_id": {
417
- "type": "string",
418
- "description": "New client-assigned tracking ID (max 48 chars)"
400
+ "type": "string"
419
401
  }
420
402
  },
421
403
  "required": [
@@ -425,15 +407,14 @@
425
407
  },
426
408
  {
427
409
  "name": "cancel_order",
428
- "description": "Cancel a specific open order by its order ID.",
410
+ "description": "Cancel a single open order.",
429
411
  "method": "DELETE",
430
- "path": "/cancel-order",
412
+ "path": "/orders/{order_id}",
431
413
  "input_schema": {
432
414
  "type": "object",
433
415
  "properties": {
434
416
  "order_id": {
435
- "type": "string",
436
- "description": "Order ID to cancel (UUID)"
417
+ "type": "string"
437
418
  }
438
419
  },
439
420
  "required": [
@@ -443,9 +424,9 @@
443
424
  },
444
425
  {
445
426
  "name": "cancel_all_orders",
446
- "description": "Cancel all open orders. Returns a list of orders that were cancelled. Use with caution.",
427
+ "description": "Cancel every open order. Returns 207 with per-order outcomes.",
447
428
  "method": "DELETE",
448
- "path": "/cancel-all-orders",
429
+ "path": "/orders",
449
430
  "input_schema": {
450
431
  "type": "object",
451
432
  "properties": {}
@@ -453,9 +434,9 @@
453
434
  },
454
435
  {
455
436
  "name": "list_positions",
456
- "description": "Get all open positions. Returns array of {symbol, qty, avg_entry_price, current_price, market_value, cost_basis, unrealized_pl, unrealized_plpc, side}. No parameters needed.",
437
+ "description": "List all open positions: symbol, qty, avg_entry_price, market_value, unrealized P&L, side.",
457
438
  "method": "GET",
458
- "path": "/list-positions",
439
+ "path": "/positions",
459
440
  "input_schema": {
460
441
  "type": "object",
461
442
  "properties": {}
@@ -463,74 +444,72 @@
463
444
  },
464
445
  {
465
446
  "name": "get_position",
466
- "description": "Get details of a specific open position by symbol or asset ID, including quantity, market value, cost basis, and unrealized P&L.",
447
+ "description": "Get the open position for a single symbol.",
467
448
  "method": "GET",
468
- "path": "/get-position",
449
+ "path": "/positions/{symbol}",
469
450
  "input_schema": {
470
451
  "type": "object",
471
452
  "properties": {
472
- "symbol_or_asset_id": {
453
+ "symbol": {
473
454
  "type": "string",
474
- "description": "Symbol (e.g., AAPL) or asset UUID"
455
+ "description": "Stock ticker, OCC option symbol, or crypto pair (URL-encode '/' for crypto)."
475
456
  }
476
457
  },
477
458
  "required": [
478
- "symbol_or_asset_id"
459
+ "symbol"
479
460
  ]
480
461
  }
481
462
  },
482
463
  {
483
464
  "name": "close_position",
484
- "description": "Close (sell) an open position by symbol. Full close by default. Use qty or percentage for partial close. Returns the closing order details.",
465
+ "description": "Liquidate (or partially liquidate) a single position by submitting a market order. Specify qty OR percentage to partially close.",
485
466
  "method": "DELETE",
486
- "path": "/close-position",
467
+ "path": "/positions/{symbol}",
487
468
  "input_schema": {
488
469
  "type": "object",
489
470
  "properties": {
490
- "symbol_or_asset_id": {
491
- "type": "string",
492
- "description": "Symbol in UPPERCASE (e.g. 'AAPL', 'BTC/USD') or asset UUID"
471
+ "symbol": {
472
+ "type": "string"
493
473
  },
494
474
  "qty": {
495
475
  "type": "string",
496
- "description": "Number of shares to close as string for partial close (e.g. '5'). Omit to close entire position."
476
+ "description": "Specific quantity to close. Use this OR percentage."
497
477
  },
498
478
  "percentage": {
499
479
  "type": "string",
500
- "description": "Percentage of position to close as string (e.g. '50' for 50%). Omit to close entire position."
480
+ "description": "0\u2013100% of the position to close."
501
481
  }
502
482
  },
503
483
  "required": [
504
- "symbol_or_asset_id"
484
+ "symbol"
505
485
  ]
506
486
  }
507
487
  },
508
488
  {
509
489
  "name": "close_all_positions",
510
- "description": "Liquidate all open positions at market price. Optionally cancel all open orders first. Use with extreme caution.",
490
+ "description": "Liquidate every open position. Optionally cancel open orders first.",
511
491
  "method": "DELETE",
512
- "path": "/close-all-positions",
492
+ "path": "/positions",
513
493
  "input_schema": {
514
494
  "type": "object",
515
495
  "properties": {
516
496
  "cancel_orders": {
517
497
  "type": "boolean",
518
- "description": "Also cancel all open orders before liquidating (recommended: true)"
498
+ "description": "Cancel all open orders before liquidating."
519
499
  }
520
500
  }
521
501
  }
522
502
  },
523
503
  {
524
504
  "name": "list_assets",
525
- "description": "Get a list of tradeable assets. Filter by status, asset class, or exchange. Returns symbol, name, tradability, marginability, shortability, and more.",
505
+ "description": "List tradeable assets. Filter by status, asset class, exchange, or attributes.",
526
506
  "method": "GET",
527
- "path": "/list-assets",
507
+ "path": "/assets",
528
508
  "input_schema": {
529
509
  "type": "object",
530
510
  "properties": {
531
511
  "status": {
532
512
  "type": "string",
533
- "description": "Filter by status: active, inactive",
534
513
  "enum": [
535
514
  "active",
536
515
  "inactive"
@@ -538,30 +517,33 @@
538
517
  },
539
518
  "asset_class": {
540
519
  "type": "string",
541
- "description": "Filter by class: us_equity, us_option, crypto"
520
+ "enum": [
521
+ "us_equity",
522
+ "us_option",
523
+ "crypto"
524
+ ]
542
525
  },
543
526
  "exchange": {
544
- "type": "string",
545
- "description": "Filter by exchange: AMEX, ARCA, BATS, NYSE, NASDAQ, NYSEARCA, OTC, CRYPTO"
527
+ "type": "string"
546
528
  },
547
529
  "attributes": {
548
530
  "type": "string",
549
- "description": "Comma-separated attributes filter (e.g., options_enabled)"
531
+ "description": "Comma-separated attribute filters (e.g. 'fractional_eb,ptp_no_exception')."
550
532
  }
551
533
  }
552
534
  }
553
535
  },
554
536
  {
555
537
  "name": "get_asset",
556
- "description": "Get details of a specific asset by symbol or ID. Returns tradability, marginability, shortability, fractionability, and exchange info.",
538
+ "description": "Get a single asset by symbol or asset_id, including tradeable / marginable / shortable / fractionable flags.",
557
539
  "method": "GET",
558
- "path": "/get-asset",
540
+ "path": "/assets/{symbol_or_asset_id}",
559
541
  "input_schema": {
560
542
  "type": "object",
561
543
  "properties": {
562
544
  "symbol_or_asset_id": {
563
545
  "type": "string",
564
- "description": "Symbol (e.g., AAPL, BTC/USD) or asset UUID"
546
+ "description": "Symbol (e.g. 'AAPL') or asset UUID."
565
547
  }
566
548
  },
567
549
  "required": [
@@ -570,20 +552,19 @@
570
552
  }
571
553
  },
572
554
  {
573
- "name": "get_option_contracts",
574
- "description": "Get available option contracts. Filter by underlying symbol, expiration date, strike price, and option type.",
555
+ "name": "list_option_contracts",
556
+ "description": "List option contracts for an underlying symbol. Filter by expiration, strike range, contract type (call/put), and root symbol.",
575
557
  "method": "GET",
576
- "path": "/get-option-contracts",
558
+ "path": "/options/contracts",
577
559
  "input_schema": {
578
560
  "type": "object",
579
561
  "properties": {
580
562
  "underlying_symbols": {
581
563
  "type": "string",
582
- "description": "Comma-separated underlying symbols (e.g., AAPL,TSLA)"
564
+ "description": "Comma-separated underlying tickers (e.g. 'AAPL,MSFT')."
583
565
  },
584
566
  "status": {
585
567
  "type": "string",
586
- "description": "Contract status: active, inactive",
587
568
  "enum": [
588
569
  "active",
589
570
  "inactive"
@@ -591,27 +572,19 @@
591
572
  },
592
573
  "expiration_date": {
593
574
  "type": "string",
594
- "description": "Exact expiration date (YYYY-MM-DD)"
575
+ "description": "Exact expiration (YYYY-MM-DD)."
595
576
  },
596
577
  "expiration_date_gte": {
597
- "type": "string",
598
- "description": "Expiration on or after date (YYYY-MM-DD)"
578
+ "type": "string"
599
579
  },
600
580
  "expiration_date_lte": {
601
- "type": "string",
602
- "description": "Expiration on or before date (YYYY-MM-DD)"
603
- },
604
- "strike_price_gte": {
605
- "type": "string",
606
- "description": "Minimum strike price"
581
+ "type": "string"
607
582
  },
608
- "strike_price_lte": {
609
- "type": "string",
610
- "description": "Maximum strike price"
583
+ "root_symbol": {
584
+ "type": "string"
611
585
  },
612
586
  "type": {
613
587
  "type": "string",
614
- "description": "Option type: call, put",
615
588
  "enum": [
616
589
  "call",
617
590
  "put"
@@ -619,28 +592,31 @@
619
592
  },
620
593
  "style": {
621
594
  "type": "string",
622
- "description": "Option style: american, european",
623
595
  "enum": [
624
596
  "american",
625
597
  "european"
626
598
  ]
627
599
  },
628
- "limit": {
629
- "type": "integer",
630
- "description": "Max results per page"
600
+ "strike_price_gte": {
601
+ "type": "string"
602
+ },
603
+ "strike_price_lte": {
604
+ "type": "string"
631
605
  },
632
606
  "page_token": {
633
- "type": "string",
634
- "description": "Pagination token"
607
+ "type": "string"
608
+ },
609
+ "limit": {
610
+ "type": "integer"
635
611
  }
636
612
  }
637
613
  }
638
614
  },
639
615
  {
640
616
  "name": "list_watchlists",
641
- "description": "Get all watchlists for the account.",
617
+ "description": "List all watchlists for the account.",
642
618
  "method": "GET",
643
- "path": "/list-watchlists",
619
+ "path": "/watchlists",
644
620
  "input_schema": {
645
621
  "type": "object",
646
622
  "properties": {}
@@ -648,22 +624,21 @@
648
624
  },
649
625
  {
650
626
  "name": "create_watchlist",
651
- "description": "Create a new watchlist with a name and optional list of symbols.",
627
+ "description": "Create a new watchlist with an optional initial symbol set.",
652
628
  "method": "POST",
653
- "path": "/create-watchlist",
629
+ "path": "/watchlists",
654
630
  "input_schema": {
655
631
  "type": "object",
656
632
  "properties": {
657
633
  "name": {
658
634
  "type": "string",
659
- "description": "Watchlist name"
635
+ "description": "Watchlist name (max 64 chars)."
660
636
  },
661
637
  "symbols": {
662
638
  "type": "array",
663
639
  "items": {
664
640
  "type": "string"
665
- },
666
- "description": "Array of symbols to add (e.g., [\"AAPL\", \"TSLA\"])"
641
+ }
667
642
  }
668
643
  },
669
644
  "required": [
@@ -671,28 +646,42 @@
671
646
  ]
672
647
  }
673
648
  },
649
+ {
650
+ "name": "get_watchlist",
651
+ "description": "Get a watchlist by ID with its current asset list.",
652
+ "method": "GET",
653
+ "path": "/watchlists/{watchlist_id}",
654
+ "input_schema": {
655
+ "type": "object",
656
+ "properties": {
657
+ "watchlist_id": {
658
+ "type": "string"
659
+ }
660
+ },
661
+ "required": [
662
+ "watchlist_id"
663
+ ]
664
+ }
665
+ },
674
666
  {
675
667
  "name": "update_watchlist",
676
- "description": "Update a watchlist's name and/or symbols by watchlist ID.",
668
+ "description": "Replace a watchlist's name and/or symbol set.",
677
669
  "method": "PUT",
678
- "path": "/update-watchlist",
670
+ "path": "/watchlists/{watchlist_id}",
679
671
  "input_schema": {
680
672
  "type": "object",
681
673
  "properties": {
682
674
  "watchlist_id": {
683
- "type": "string",
684
- "description": "Watchlist UUID"
675
+ "type": "string"
685
676
  },
686
677
  "name": {
687
- "type": "string",
688
- "description": "New watchlist name"
678
+ "type": "string"
689
679
  },
690
680
  "symbols": {
691
681
  "type": "array",
692
682
  "items": {
693
683
  "type": "string"
694
- },
695
- "description": "New list of symbols (replaces existing)"
684
+ }
696
685
  }
697
686
  },
698
687
  "required": [
@@ -702,15 +691,14 @@
702
691
  },
703
692
  {
704
693
  "name": "delete_watchlist",
705
- "description": "Delete a watchlist by its ID.",
694
+ "description": "Delete a watchlist permanently.",
706
695
  "method": "DELETE",
707
- "path": "/delete-watchlist",
696
+ "path": "/watchlists/{watchlist_id}",
708
697
  "input_schema": {
709
698
  "type": "object",
710
699
  "properties": {
711
700
  "watchlist_id": {
712
- "type": "string",
713
- "description": "Watchlist UUID to delete"
701
+ "type": "string"
714
702
  }
715
703
  },
716
704
  "required": [
@@ -720,9 +708,9 @@
720
708
  },
721
709
  {
722
710
  "name": "get_clock",
723
- "description": "Get market clock: {is_open, timestamp, next_open, next_close}. Check if US stock market is currently open. No parameters needed.",
711
+ "description": "Get the market clock: current time, is_open, next_open, next_close.",
724
712
  "method": "GET",
725
- "path": "/get-clock",
713
+ "path": "/clock",
726
714
  "input_schema": {
727
715
  "type": "object",
728
716
  "properties": {}
@@ -730,59 +718,61 @@
730
718
  },
731
719
  {
732
720
  "name": "get_calendar",
733
- "description": "Get the market calendar showing trading days and their open/close times. Useful for determining trading days and early closes.",
721
+ "description": "Get the trading calendar: market days with open/close times. Default returns the full calendar.",
734
722
  "method": "GET",
735
- "path": "/get-calendar",
723
+ "path": "/calendar",
736
724
  "input_schema": {
737
725
  "type": "object",
738
726
  "properties": {
739
727
  "start": {
740
728
  "type": "string",
741
- "description": "Start date (YYYY-MM-DD)"
729
+ "description": "Start date (YYYY-MM-DD)."
742
730
  },
743
731
  "end": {
732
+ "type": "string"
733
+ },
734
+ "date_type": {
744
735
  "type": "string",
745
- "description": "End date (YYYY-MM-DD)"
736
+ "enum": [
737
+ "TRADING",
738
+ "SETTLEMENT"
739
+ ]
746
740
  }
747
741
  }
748
742
  }
749
743
  },
750
744
  {
751
- "name": "get_announcements",
752
- "description": "Get corporate action announcements: dividends, mergers, spinoffs, stock splits, and more. Filter by type, date, and symbol.",
745
+ "name": "list_announcements",
746
+ "description": "List corporate-action announcements (dividends, splits, mergers, spinoffs) within a date range.",
753
747
  "method": "GET",
754
- "path": "/get-announcements",
748
+ "path": "/corporate_actions/announcements",
755
749
  "input_schema": {
756
750
  "type": "object",
757
751
  "properties": {
758
752
  "ca_types": {
759
753
  "type": "string",
760
- "description": "Comma-separated types: dividend, merger, spinoff, split"
754
+ "description": "Comma-separated: dividend, merger, spinoff, split."
761
755
  },
762
756
  "since": {
763
757
  "type": "string",
764
- "description": "Start date (YYYY-MM-DD)"
758
+ "description": "YYYY-MM-DD."
765
759
  },
766
760
  "until": {
767
- "type": "string",
768
- "description": "End date (YYYY-MM-DD)"
761
+ "type": "string"
769
762
  },
770
763
  "symbol": {
771
- "type": "string",
772
- "description": "Filter by symbol"
764
+ "type": "string"
773
765
  },
774
766
  "cusip": {
775
- "type": "string",
776
- "description": "Filter by CUSIP"
767
+ "type": "string"
777
768
  },
778
769
  "date_type": {
779
770
  "type": "string",
780
- "description": "Date field to filter on: declaration, ex, record, payable",
781
771
  "enum": [
782
- "declaration",
783
- "ex",
784
- "record",
785
- "payable"
772
+ "declaration_date",
773
+ "ex_date",
774
+ "record_date",
775
+ "payable_date"
786
776
  ]
787
777
  }
788
778
  },
@@ -792,774 +782,9 @@
792
782
  "until"
793
783
  ]
794
784
  }
795
- },
796
- {
797
- "name": "stock_bars",
798
- "description": "Get historical OHLCV (open/high/low/close/volume) bars for stocks. Returns arrays of {t, o, h, l, c, v, n, vw} per symbol. Example: symbols='AAPL', timeframe='1Day', start='2024-01-01'.",
799
- "method": "GET",
800
- "path": "/stock-bars",
801
- "input_schema": {
802
- "type": "object",
803
- "properties": {
804
- "symbols": {
805
- "type": "string",
806
- "description": "Comma-separated symbols (e.g., AAPL,TSLA,MSFT)"
807
- },
808
- "timeframe": {
809
- "type": "string",
810
- "description": "Bar timeframe: 1Min, 5Min, 15Min, 30Min, 1Hour, 4Hour, 1Day, 1Week, 1Month"
811
- },
812
- "start": {
813
- "type": "string",
814
- "description": "Start time (RFC3339 or YYYY-MM-DD)"
815
- },
816
- "end": {
817
- "type": "string",
818
- "description": "End time (RFC3339 or YYYY-MM-DD)"
819
- },
820
- "limit": {
821
- "type": "integer",
822
- "description": "Max bars per symbol (default 1000, max 10000)"
823
- },
824
- "page_token": {
825
- "type": "string",
826
- "description": "Pagination token"
827
- },
828
- "adjustment": {
829
- "type": "string",
830
- "description": "Price adjustment: raw, split, dividend, all",
831
- "enum": [
832
- "raw",
833
- "split",
834
- "dividend",
835
- "all"
836
- ]
837
- },
838
- "feed": {
839
- "type": "string",
840
- "description": "Data feed: iex (free), sip (premium)",
841
- "enum": [
842
- "iex",
843
- "sip"
844
- ]
845
- },
846
- "sort": {
847
- "type": "string",
848
- "description": "Sort order: asc, desc",
849
- "enum": [
850
- "asc",
851
- "desc"
852
- ]
853
- },
854
- "currency": {
855
- "type": "string",
856
- "description": "Currency for prices (default: USD)"
857
- }
858
- },
859
- "required": [
860
- "symbols",
861
- "timeframe"
862
- ]
863
- }
864
- },
865
- {
866
- "name": "stock_trades",
867
- "description": "Get historical trade (tick) data for one or more stock symbols. Returns price, size, exchange, and conditions for each trade.",
868
- "method": "GET",
869
- "path": "/stock-trades",
870
- "input_schema": {
871
- "type": "object",
872
- "properties": {
873
- "symbols": {
874
- "type": "string",
875
- "description": "Comma-separated symbols (e.g., AAPL,TSLA)"
876
- },
877
- "start": {
878
- "type": "string",
879
- "description": "Start time (RFC3339 or YYYY-MM-DD)"
880
- },
881
- "end": {
882
- "type": "string",
883
- "description": "End time (RFC3339 or YYYY-MM-DD)"
884
- },
885
- "limit": {
886
- "type": "integer",
887
- "description": "Max trades per symbol (default 1000, max 10000)"
888
- },
889
- "page_token": {
890
- "type": "string",
891
- "description": "Pagination token"
892
- },
893
- "feed": {
894
- "type": "string",
895
- "description": "Data feed: iex, sip",
896
- "enum": [
897
- "iex",
898
- "sip"
899
- ]
900
- },
901
- "sort": {
902
- "type": "string",
903
- "description": "Sort order: asc, desc",
904
- "enum": [
905
- "asc",
906
- "desc"
907
- ]
908
- },
909
- "currency": {
910
- "type": "string",
911
- "description": "Currency for prices (default: USD)"
912
- }
913
- },
914
- "required": [
915
- "symbols"
916
- ]
917
- }
918
- },
919
- {
920
- "name": "stock_quotes",
921
- "description": "Get historical quote (NBBO) data for one or more stock symbols. Returns bid/ask price and size.",
922
- "method": "GET",
923
- "path": "/stock-quotes",
924
- "input_schema": {
925
- "type": "object",
926
- "properties": {
927
- "symbols": {
928
- "type": "string",
929
- "description": "Comma-separated symbols"
930
- },
931
- "start": {
932
- "type": "string",
933
- "description": "Start time (RFC3339 or YYYY-MM-DD)"
934
- },
935
- "end": {
936
- "type": "string",
937
- "description": "End time (RFC3339 or YYYY-MM-DD)"
938
- },
939
- "limit": {
940
- "type": "integer",
941
- "description": "Max quotes per symbol (default 1000, max 10000)"
942
- },
943
- "page_token": {
944
- "type": "string",
945
- "description": "Pagination token"
946
- },
947
- "feed": {
948
- "type": "string",
949
- "description": "Data feed: iex, sip",
950
- "enum": [
951
- "iex",
952
- "sip"
953
- ]
954
- },
955
- "sort": {
956
- "type": "string",
957
- "description": "Sort order: asc, desc",
958
- "enum": [
959
- "asc",
960
- "desc"
961
- ]
962
- },
963
- "currency": {
964
- "type": "string",
965
- "description": "Currency for prices"
966
- }
967
- },
968
- "required": [
969
- "symbols"
970
- ]
971
- }
972
- },
973
- {
974
- "name": "stock_snapshots",
975
- "description": "Get real-time snapshots for stocks in one call. Returns {latestTrade, latestQuote, minuteBar, dailyBar, prevDailyBar} per symbol. Best way to get current price + daily change. Example: symbols='AAPL,TSLA'.",
976
- "method": "GET",
977
- "path": "/stock-snapshots",
978
- "input_schema": {
979
- "type": "object",
980
- "properties": {
981
- "symbols": {
982
- "type": "string",
983
- "description": "Comma-separated symbols (e.g., AAPL,TSLA,MSFT)"
984
- },
985
- "feed": {
986
- "type": "string",
987
- "description": "Data feed: iex, sip",
988
- "enum": [
989
- "iex",
990
- "sip"
991
- ]
992
- },
993
- "currency": {
994
- "type": "string",
995
- "description": "Currency for prices"
996
- }
997
- },
998
- "required": [
999
- "symbols"
1000
- ]
1001
- }
1002
- },
1003
- {
1004
- "name": "stock_latest_trades",
1005
- "description": "Get the most recent trade for stocks. Returns {price, size, timestamp, exchange} per symbol. Fastest way to get current stock prices. Example: symbols='AAPL,TSLA,JNJ'.",
1006
- "method": "GET",
1007
- "path": "/stock-latest-trades",
1008
- "input_schema": {
1009
- "type": "object",
1010
- "properties": {
1011
- "symbols": {
1012
- "type": "string",
1013
- "description": "Comma-separated symbols"
1014
- },
1015
- "feed": {
1016
- "type": "string",
1017
- "description": "Data feed: iex, sip",
1018
- "enum": [
1019
- "iex",
1020
- "sip"
1021
- ]
1022
- },
1023
- "currency": {
1024
- "type": "string",
1025
- "description": "Currency for prices"
1026
- }
1027
- },
1028
- "required": [
1029
- "symbols"
1030
- ]
1031
- }
1032
- },
1033
- {
1034
- "name": "stock_latest_quotes",
1035
- "description": "Get the latest NBBO quote for one or more stock symbols. Returns bid/ask price and size.",
1036
- "method": "GET",
1037
- "path": "/stock-latest-quotes",
1038
- "input_schema": {
1039
- "type": "object",
1040
- "properties": {
1041
- "symbols": {
1042
- "type": "string",
1043
- "description": "Comma-separated symbols"
1044
- },
1045
- "feed": {
1046
- "type": "string",
1047
- "description": "Data feed: iex, sip",
1048
- "enum": [
1049
- "iex",
1050
- "sip"
1051
- ]
1052
- },
1053
- "currency": {
1054
- "type": "string",
1055
- "description": "Currency for prices"
1056
- }
1057
- },
1058
- "required": [
1059
- "symbols"
1060
- ]
1061
- }
1062
- },
1063
- {
1064
- "name": "stock_latest_bars",
1065
- "description": "Get the latest minute bar for one or more stock symbols.",
1066
- "method": "GET",
1067
- "path": "/stock-latest-bars",
1068
- "input_schema": {
1069
- "type": "object",
1070
- "properties": {
1071
- "symbols": {
1072
- "type": "string",
1073
- "description": "Comma-separated symbols"
1074
- },
1075
- "feed": {
1076
- "type": "string",
1077
- "description": "Data feed: iex, sip",
1078
- "enum": [
1079
- "iex",
1080
- "sip"
1081
- ]
1082
- },
1083
- "currency": {
1084
- "type": "string",
1085
- "description": "Currency for prices"
1086
- }
1087
- },
1088
- "required": [
1089
- "symbols"
1090
- ]
1091
- }
1092
- },
1093
- {
1094
- "name": "crypto_bars",
1095
- "description": "Get historical OHLCV bar data for one or more crypto symbols (e.g., BTC/USD, ETH/USD).",
1096
- "method": "GET",
1097
- "path": "/crypto-bars",
1098
- "input_schema": {
1099
- "type": "object",
1100
- "properties": {
1101
- "symbols": {
1102
- "type": "string",
1103
- "description": "Comma-separated crypto pairs (e.g., BTC/USD,ETH/USD)"
1104
- },
1105
- "timeframe": {
1106
- "type": "string",
1107
- "description": "Bar timeframe: 1Min, 5Min, 15Min, 30Min, 1Hour, 4Hour, 1Day, 1Week, 1Month"
1108
- },
1109
- "start": {
1110
- "type": "string",
1111
- "description": "Start time (RFC3339 or YYYY-MM-DD)"
1112
- },
1113
- "end": {
1114
- "type": "string",
1115
- "description": "End time (RFC3339 or YYYY-MM-DD)"
1116
- },
1117
- "limit": {
1118
- "type": "integer",
1119
- "description": "Max bars per symbol (default 1000, max 10000)"
1120
- },
1121
- "page_token": {
1122
- "type": "string",
1123
- "description": "Pagination token"
1124
- },
1125
- "sort": {
1126
- "type": "string",
1127
- "description": "Sort order: asc, desc",
1128
- "enum": [
1129
- "asc",
1130
- "desc"
1131
- ]
1132
- }
1133
- },
1134
- "required": [
1135
- "symbols",
1136
- "timeframe"
1137
- ]
1138
- }
1139
- },
1140
- {
1141
- "name": "crypto_trades",
1142
- "description": "Get historical trade data for one or more crypto symbols.",
1143
- "method": "GET",
1144
- "path": "/crypto-trades",
1145
- "input_schema": {
1146
- "type": "object",
1147
- "properties": {
1148
- "symbols": {
1149
- "type": "string",
1150
- "description": "Comma-separated crypto pairs (e.g., BTC/USD,ETH/USD)"
1151
- },
1152
- "start": {
1153
- "type": "string",
1154
- "description": "Start time (RFC3339 or YYYY-MM-DD)"
1155
- },
1156
- "end": {
1157
- "type": "string",
1158
- "description": "End time (RFC3339 or YYYY-MM-DD)"
1159
- },
1160
- "limit": {
1161
- "type": "integer",
1162
- "description": "Max trades per symbol"
1163
- },
1164
- "page_token": {
1165
- "type": "string",
1166
- "description": "Pagination token"
1167
- },
1168
- "sort": {
1169
- "type": "string",
1170
- "description": "Sort order: asc, desc",
1171
- "enum": [
1172
- "asc",
1173
- "desc"
1174
- ]
1175
- }
1176
- },
1177
- "required": [
1178
- "symbols"
1179
- ]
1180
- }
1181
- },
1182
- {
1183
- "name": "crypto_snapshots",
1184
- "description": "Get real-time snapshots for crypto pairs in one call. Returns {latestTrade, latestQuote, minuteBar, dailyBar, prevDailyBar} per symbol. Example: symbols='BTC/USD,ETH/USD'.",
1185
- "method": "GET",
1186
- "path": "/crypto-snapshots",
1187
- "input_schema": {
1188
- "type": "object",
1189
- "properties": {
1190
- "symbols": {
1191
- "type": "string",
1192
- "description": "Comma-separated crypto pairs (e.g., BTC/USD,ETH/USD,SOL/USD)"
1193
- }
1194
- },
1195
- "required": [
1196
- "symbols"
1197
- ]
1198
- }
1199
- },
1200
- {
1201
- "name": "crypto_latest_trades",
1202
- "description": "Get the latest trade for one or more crypto pairs. Quick way to check current crypto prices.",
1203
- "method": "GET",
1204
- "path": "/crypto-latest-trades",
1205
- "input_schema": {
1206
- "type": "object",
1207
- "properties": {
1208
- "symbols": {
1209
- "type": "string",
1210
- "description": "Comma-separated crypto pairs (e.g., BTC/USD,ETH/USD)"
1211
- }
1212
- },
1213
- "required": [
1214
- "symbols"
1215
- ]
1216
- }
1217
- },
1218
- {
1219
- "name": "crypto_latest_bars",
1220
- "description": "Get the latest minute bar for one or more crypto pairs.",
1221
- "method": "GET",
1222
- "path": "/crypto-latest-bars",
1223
- "input_schema": {
1224
- "type": "object",
1225
- "properties": {
1226
- "symbols": {
1227
- "type": "string",
1228
- "description": "Comma-separated crypto pairs (e.g., BTC/USD,ETH/USD)"
1229
- }
1230
- },
1231
- "required": [
1232
- "symbols"
1233
- ]
1234
- }
1235
- },
1236
- {
1237
- "name": "crypto_latest_quotes",
1238
- "description": "Get the latest quote (bid/ask) for one or more crypto pairs.",
1239
- "method": "GET",
1240
- "path": "/crypto-latest-quotes",
1241
- "input_schema": {
1242
- "type": "object",
1243
- "properties": {
1244
- "symbols": {
1245
- "type": "string",
1246
- "description": "Comma-separated crypto pairs (e.g., BTC/USD,ETH/USD)"
1247
- }
1248
- },
1249
- "required": [
1250
- "symbols"
1251
- ]
1252
- }
1253
- },
1254
- {
1255
- "name": "crypto_latest_orderbooks",
1256
- "description": "Get the latest orderbook (bid/ask depth) for one or more crypto pairs.",
1257
- "method": "GET",
1258
- "path": "/crypto-latest-orderbooks",
1259
- "input_schema": {
1260
- "type": "object",
1261
- "properties": {
1262
- "symbols": {
1263
- "type": "string",
1264
- "description": "Comma-separated crypto pairs (e.g., BTC/USD,ETH/USD)"
1265
- }
1266
- },
1267
- "required": [
1268
- "symbols"
1269
- ]
1270
- }
1271
- },
1272
- {
1273
- "name": "option_bars",
1274
- "description": "Get historical OHLCV bar data for option contracts. Use OCC symbol format (e.g., AAPL230120C00150000).",
1275
- "method": "GET",
1276
- "path": "/option-bars",
1277
- "input_schema": {
1278
- "type": "object",
1279
- "properties": {
1280
- "symbols": {
1281
- "type": "string",
1282
- "description": "Comma-separated option symbols in OCC format"
1283
- },
1284
- "timeframe": {
1285
- "type": "string",
1286
- "description": "Bar timeframe: 1Min, 5Min, 15Min, 30Min, 1Hour, 1Day, 1Week, 1Month"
1287
- },
1288
- "start": {
1289
- "type": "string",
1290
- "description": "Start time (RFC3339 or YYYY-MM-DD)"
1291
- },
1292
- "end": {
1293
- "type": "string",
1294
- "description": "End time (RFC3339 or YYYY-MM-DD)"
1295
- },
1296
- "limit": {
1297
- "type": "integer",
1298
- "description": "Max bars (default 1000, max 10000)"
1299
- },
1300
- "page_token": {
1301
- "type": "string",
1302
- "description": "Pagination token"
1303
- },
1304
- "sort": {
1305
- "type": "string",
1306
- "description": "Sort order: asc, desc",
1307
- "enum": [
1308
- "asc",
1309
- "desc"
1310
- ]
1311
- }
1312
- },
1313
- "required": [
1314
- "symbols",
1315
- "timeframe"
1316
- ]
1317
- }
1318
- },
1319
- {
1320
- "name": "option_chain",
1321
- "description": "Get option chain snapshots for an underlying symbol. Returns {latestQuote, latestTrade, greeks, impliedVolatility} per contract. Filter by expiration, strike range, and type. Example: underlying_symbols='AAPL'.",
1322
- "method": "GET",
1323
- "path": "/option-chain",
1324
- "input_schema": {
1325
- "type": "object",
1326
- "properties": {
1327
- "underlying_symbols": {
1328
- "type": "string",
1329
- "description": "Underlying symbol (e.g., AAPL, SPY)"
1330
- },
1331
- "feed": {
1332
- "type": "string",
1333
- "description": "Data feed: indicative, opra",
1334
- "enum": [
1335
- "indicative",
1336
- "opra"
1337
- ]
1338
- },
1339
- "expiration_date": {
1340
- "type": "string",
1341
- "description": "Exact expiration (YYYY-MM-DD)"
1342
- },
1343
- "expiration_date_gte": {
1344
- "type": "string",
1345
- "description": "Expiration on or after (YYYY-MM-DD)"
1346
- },
1347
- "expiration_date_lte": {
1348
- "type": "string",
1349
- "description": "Expiration on or before (YYYY-MM-DD)"
1350
- },
1351
- "strike_price_gte": {
1352
- "type": "string",
1353
- "description": "Min strike price"
1354
- },
1355
- "strike_price_lte": {
1356
- "type": "string",
1357
- "description": "Max strike price"
1358
- },
1359
- "type": {
1360
- "type": "string",
1361
- "description": "Option type: call, put",
1362
- "enum": [
1363
- "call",
1364
- "put"
1365
- ]
1366
- },
1367
- "limit": {
1368
- "type": "integer",
1369
- "description": "Max results"
1370
- },
1371
- "page_token": {
1372
- "type": "string",
1373
- "description": "Pagination token"
1374
- }
1375
- },
1376
- "required": [
1377
- "underlying_symbols"
1378
- ]
1379
- }
1380
- },
1381
- {
1382
- "name": "option_latest_quotes",
1383
- "description": "Get the latest quote (bid/ask, greeks) for option contracts.",
1384
- "method": "GET",
1385
- "path": "/option-latest-quotes",
1386
- "input_schema": {
1387
- "type": "object",
1388
- "properties": {
1389
- "symbols": {
1390
- "type": "string",
1391
- "description": "Comma-separated option symbols in OCC format"
1392
- },
1393
- "feed": {
1394
- "type": "string",
1395
- "description": "Data feed: indicative, opra",
1396
- "enum": [
1397
- "indicative",
1398
- "opra"
1399
- ]
1400
- }
1401
- },
1402
- "required": [
1403
- "symbols"
1404
- ]
1405
- }
1406
- },
1407
- {
1408
- "name": "most_active_stocks",
1409
- "description": "Get the most actively traded stocks today ranked by volume or number of trades. Returns {symbol, volume, trade_count} per stock. No parameters required (defaults to top 10 by volume).",
1410
- "method": "GET",
1411
- "path": "/most-active-stocks",
1412
- "input_schema": {
1413
- "type": "object",
1414
- "properties": {
1415
- "by": {
1416
- "type": "string",
1417
- "description": "Rank by: volume, trades",
1418
- "enum": [
1419
- "volume",
1420
- "trades"
1421
- ]
1422
- },
1423
- "top": {
1424
- "type": "integer",
1425
- "description": "Number of results (default 10, max 100)"
1426
- }
1427
- }
1428
- }
1429
- },
1430
- {
1431
- "name": "market_movers",
1432
- "description": "Get today's biggest gainers and losers by percent change. Returns {gainers: [...], losers: [...]} each with {symbol, percent_change, price, change}.",
1433
- "method": "GET",
1434
- "path": "/market-movers",
1435
- "input_schema": {
1436
- "type": "object",
1437
- "properties": {
1438
- "top": {
1439
- "type": "integer",
1440
- "description": "Number of results per side (default 10, max 50)"
1441
- },
1442
- "market_type": {
1443
- "type": "string",
1444
- "description": "Market type: stocks, crypto",
1445
- "enum": [
1446
- "stocks",
1447
- "crypto"
1448
- ]
1449
- }
1450
- }
1451
- }
1452
- },
1453
- {
1454
- "name": "get_news",
1455
- "description": "Get news articles from Benzinga (FREE, data since 2015). Returns {id, headline, summary, author, source, url, symbols, created_at, images}. Filter by symbols and date range. Example: symbols='AAPL,TSLA', limit=5.",
1456
- "method": "GET",
1457
- "path": "/get-news",
1458
- "input_schema": {
1459
- "type": "object",
1460
- "properties": {
1461
- "symbols": {
1462
- "type": "string",
1463
- "description": "Comma-separated symbols to filter news (e.g., AAPL,TSLA,BTC/USD)"
1464
- },
1465
- "start": {
1466
- "type": "string",
1467
- "description": "Start date (RFC3339 or YYYY-MM-DD)"
1468
- },
1469
- "end": {
1470
- "type": "string",
1471
- "description": "End date (RFC3339 or YYYY-MM-DD)"
1472
- },
1473
- "limit": {
1474
- "type": "integer",
1475
- "description": "Number of articles (default 10, max 50)"
1476
- },
1477
- "page_token": {
1478
- "type": "string",
1479
- "description": "Pagination token from previous response"
1480
- },
1481
- "sort": {
1482
- "type": "string",
1483
- "description": "Sort order: ASC, DESC",
1484
- "enum": [
1485
- "ASC",
1486
- "DESC"
1487
- ]
1488
- },
1489
- "include_content": {
1490
- "type": "boolean",
1491
- "description": "Include full article content"
1492
- },
1493
- "exclude_contentless": {
1494
- "type": "boolean",
1495
- "description": "Exclude articles without content"
1496
- }
1497
- }
1498
- }
1499
- },
1500
- {
1501
- "name": "forex_rates",
1502
- "description": "Get historical exchange rates for currency pairs (e.g., EUR/USD, GBP/USD).",
1503
- "method": "GET",
1504
- "path": "/forex-rates",
1505
- "input_schema": {
1506
- "type": "object",
1507
- "properties": {
1508
- "currency_pairs": {
1509
- "type": "string",
1510
- "description": "Comma-separated currency pairs (e.g., EUR/USD,GBP/USD)"
1511
- },
1512
- "timeframe": {
1513
- "type": "string",
1514
- "description": "Rate timeframe: 1Min, 5Min, 15Min, 1H, 1D"
1515
- },
1516
- "start": {
1517
- "type": "string",
1518
- "description": "Start time (RFC3339 or YYYY-MM-DD)"
1519
- },
1520
- "end": {
1521
- "type": "string",
1522
- "description": "End time (RFC3339 or YYYY-MM-DD)"
1523
- },
1524
- "limit": {
1525
- "type": "integer",
1526
- "description": "Max results"
1527
- },
1528
- "page_token": {
1529
- "type": "string",
1530
- "description": "Pagination token"
1531
- },
1532
- "sort": {
1533
- "type": "string",
1534
- "description": "Sort: asc, desc",
1535
- "enum": [
1536
- "asc",
1537
- "desc"
1538
- ]
1539
- }
1540
- },
1541
- "required": [
1542
- "currency_pairs"
1543
- ]
1544
- }
1545
- },
1546
- {
1547
- "name": "forex_latest_rates",
1548
- "description": "Get the latest exchange rates for currency pairs.",
1549
- "method": "GET",
1550
- "path": "/forex-latest-rates",
1551
- "input_schema": {
1552
- "type": "object",
1553
- "properties": {
1554
- "currency_pairs": {
1555
- "type": "string",
1556
- "description": "Comma-separated currency pairs (e.g., EUR/USD,GBP/USD,JPY/USD)"
1557
- }
1558
- },
1559
- "required": [
1560
- "currency_pairs"
1561
- ]
1562
- }
1563
785
  }
1564
- ]
786
+ ],
787
+ "health_check": {
788
+ "tool": "get_account"
789
+ }
1565
790
  }