@apteva/integrations 0.3.62 → 0.15.3
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.
- package/dist/aws-sigv4.d.ts +32 -0
- package/dist/aws-sigv4.d.ts.map +1 -0
- package/dist/aws-sigv4.js +126 -0
- package/dist/aws-sigv4.js.map +1 -0
- package/dist/explorer/main.js +21617 -0
- package/dist/explorer/main.js.map +90 -0
- package/dist/explorer/style.css +2 -0
- package/dist/http-executor.d.ts.map +1 -1
- package/dist/http-executor.js +145 -12
- package/dist/http-executor.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp-generator.d.ts +7 -2
- package/dist/mcp-generator.d.ts.map +1 -1
- package/dist/mcp-generator.js +46 -5
- package/dist/mcp-generator.js.map +1 -1
- package/dist/oauth.js +1 -1
- package/dist/oauth.js.map +1 -1
- package/dist/types.d.ts +251 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/ui/github/ActivityFeed.d.ts +24 -0
- package/dist/ui/github/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/github/ActivityFeed.js +106 -0
- package/dist/ui/github/ActivityFeed.js.map +1 -0
- package/dist/ui/github/ActivityFeed.mjs +3 -0
- package/dist/ui/github/ActivityFeed.mjs.map +29 -0
- package/dist/ui/github/CommitCard.d.ts +24 -0
- package/dist/ui/github/CommitCard.d.ts.map +1 -0
- package/dist/ui/github/CommitCard.js +102 -0
- package/dist/ui/github/CommitCard.js.map +1 -0
- package/dist/ui/github/CommitCard.mjs +5 -0
- package/dist/ui/github/CommitCard.mjs.map +11 -0
- package/dist/ui/github/IssueCard.d.ts +33 -0
- package/dist/ui/github/IssueCard.d.ts.map +1 -0
- package/dist/ui/github/IssueCard.js +131 -0
- package/dist/ui/github/IssueCard.js.map +1 -0
- package/dist/ui/github/IssueCard.mjs +3 -0
- package/dist/ui/github/IssueCard.mjs.map +21 -0
- package/dist/ui/github/PullRequestCard.d.ts +36 -0
- package/dist/ui/github/PullRequestCard.d.ts.map +1 -0
- package/dist/ui/github/PullRequestCard.js +158 -0
- package/dist/ui/github/PullRequestCard.js.map +1 -0
- package/dist/ui/github/PullRequestCard.mjs +3 -0
- package/dist/ui/github/PullRequestCard.mjs.map +22 -0
- package/dist/ui/github/WorkflowRunCard.d.ts +30 -0
- package/dist/ui/github/WorkflowRunCard.d.ts.map +1 -0
- package/dist/ui/github/WorkflowRunCard.js +124 -0
- package/dist/ui/github/WorkflowRunCard.js.map +1 -0
- package/dist/ui/github/WorkflowRunCard.mjs +3 -0
- package/dist/ui/github/WorkflowRunCard.mjs.map +11 -0
- package/dist/ui/github/lib/github.d.ts +43 -0
- package/dist/ui/github/lib/github.d.ts.map +1 -0
- package/dist/ui/github/lib/github.js +151 -0
- package/dist/ui/github/lib/github.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts +22 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.js +52 -0
- package/dist/ui/hubspot/ActivityFeed.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.mjs +3 -0
- package/dist/ui/hubspot/ActivityFeed.mjs.map +26 -0
- package/dist/ui/hubspot/CompanyCard.d.ts +22 -0
- package/dist/ui/hubspot/CompanyCard.d.ts.map +1 -0
- package/dist/ui/hubspot/CompanyCard.js +63 -0
- package/dist/ui/hubspot/CompanyCard.js.map +1 -0
- package/dist/ui/hubspot/CompanyCard.mjs +3 -0
- package/dist/ui/hubspot/CompanyCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactCard.d.ts +22 -0
- package/dist/ui/hubspot/ContactCard.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactCard.js +62 -0
- package/dist/ui/hubspot/ContactCard.js.map +1 -0
- package/dist/ui/hubspot/ContactCard.mjs +3 -0
- package/dist/ui/hubspot/ContactCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactList.d.ts +21 -0
- package/dist/ui/hubspot/ContactList.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactList.js +31 -0
- package/dist/ui/hubspot/ContactList.js.map +1 -0
- package/dist/ui/hubspot/ContactList.mjs +3 -0
- package/dist/ui/hubspot/ContactList.mjs.map +11 -0
- package/dist/ui/hubspot/DealCard.d.ts +23 -0
- package/dist/ui/hubspot/DealCard.d.ts.map +1 -0
- package/dist/ui/hubspot/DealCard.js +63 -0
- package/dist/ui/hubspot/DealCard.js.map +1 -0
- package/dist/ui/hubspot/DealCard.mjs +3 -0
- package/dist/ui/hubspot/DealCard.mjs.map +11 -0
- package/dist/ui/hubspot/DealList.d.ts +24 -0
- package/dist/ui/hubspot/DealList.d.ts.map +1 -0
- package/dist/ui/hubspot/DealList.js +35 -0
- package/dist/ui/hubspot/DealList.js.map +1 -0
- package/dist/ui/hubspot/DealList.mjs +3 -0
- package/dist/ui/hubspot/DealList.mjs.map +11 -0
- package/dist/ui/hubspot/EmailCard.d.ts +25 -0
- package/dist/ui/hubspot/EmailCard.d.ts.map +1 -0
- package/dist/ui/hubspot/EmailCard.js +62 -0
- package/dist/ui/hubspot/EmailCard.js.map +1 -0
- package/dist/ui/hubspot/EmailCard.mjs +5 -0
- package/dist/ui/hubspot/EmailCard.mjs.map +11 -0
- package/dist/ui/hubspot/InboxStrip.d.ts +23 -0
- package/dist/ui/hubspot/InboxStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/InboxStrip.js +36 -0
- package/dist/ui/hubspot/InboxStrip.js.map +1 -0
- package/dist/ui/hubspot/InboxStrip.mjs +3 -0
- package/dist/ui/hubspot/InboxStrip.mjs.map +11 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts +22 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.js +54 -0
- package/dist/ui/hubspot/PipelineStrip.js.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.mjs +3 -0
- package/dist/ui/hubspot/PipelineStrip.mjs.map +11 -0
- package/dist/ui/hubspot/TicketCard.d.ts +25 -0
- package/dist/ui/hubspot/TicketCard.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketCard.js +53 -0
- package/dist/ui/hubspot/TicketCard.js.map +1 -0
- package/dist/ui/hubspot/TicketCard.mjs +3 -0
- package/dist/ui/hubspot/TicketCard.mjs.map +21 -0
- package/dist/ui/hubspot/TicketList.d.ts +21 -0
- package/dist/ui/hubspot/TicketList.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketList.js +33 -0
- package/dist/ui/hubspot/TicketList.js.map +1 -0
- package/dist/ui/hubspot/TicketList.mjs +3 -0
- package/dist/ui/hubspot/TicketList.mjs.map +11 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts +24 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts.map +1 -0
- package/dist/ui/hubspot/lib/hubspot.js +176 -0
- package/dist/ui/hubspot/lib/hubspot.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.d.ts +24 -0
- package/dist/ui/notion/DatabaseCard.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseCard.js +86 -0
- package/dist/ui/notion/DatabaseCard.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.mjs +3 -0
- package/dist/ui/notion/DatabaseCard.mjs.map +11 -0
- package/dist/ui/notion/DatabaseRowList.d.ts +36 -0
- package/dist/ui/notion/DatabaseRowList.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseRowList.js +87 -0
- package/dist/ui/notion/DatabaseRowList.js.map +1 -0
- package/dist/ui/notion/DatabaseRowList.mjs +3 -0
- package/dist/ui/notion/DatabaseRowList.mjs.map +11 -0
- package/dist/ui/notion/PageCard.d.ts +27 -0
- package/dist/ui/notion/PageCard.d.ts.map +1 -0
- package/dist/ui/notion/PageCard.js +80 -0
- package/dist/ui/notion/PageCard.js.map +1 -0
- package/dist/ui/notion/PageCard.mjs +3 -0
- package/dist/ui/notion/PageCard.mjs.map +11 -0
- package/dist/ui/notion/PageList.d.ts +24 -0
- package/dist/ui/notion/PageList.d.ts.map +1 -0
- package/dist/ui/notion/PageList.js +51 -0
- package/dist/ui/notion/PageList.js.map +1 -0
- package/dist/ui/notion/PageList.mjs +3 -0
- package/dist/ui/notion/PageList.mjs.map +11 -0
- package/dist/ui/notion/lib/notion.d.ts +35 -0
- package/dist/ui/notion/lib/notion.d.ts.map +1 -0
- package/dist/ui/notion/lib/notion.js +119 -0
- package/dist/ui/notion/lib/notion.js.map +1 -0
- package/dist/xml-to-json.d.ts +20 -0
- package/dist/xml-to-json.d.ts.map +1 -0
- package/dist/xml-to-json.js +256 -0
- package/dist/xml-to-json.js.map +1 -0
- package/package.json +12 -1
- package/src/apps/adroll.json +254 -0
- package/src/apps/ahrefs.json +156 -0
- package/src/apps/airtable.json +4 -13
- package/src/apps/algolia.json +115 -0
- package/src/apps/alibaba-cloud.json +211 -0
- package/src/apps/aliexpress.json +369 -0
- package/src/apps/alpaca-market-data.json +699 -0
- package/src/apps/alpaca-trading.json +214 -989
- package/src/apps/amazon-ads.json +249 -0
- package/src/apps/amazon-associates.json +102 -0
- package/src/apps/amplitude.json +86 -0
- package/src/apps/anchor-browser.json +173 -0
- package/src/apps/anthropic-api.json +9 -4
- package/src/apps/api-sports.json +180 -0
- package/src/apps/apple-search-ads.json +266 -0
- package/src/apps/auth0.json +126 -0
- package/src/apps/awin.json +111 -0
- package/src/apps/aws-codebuild.json +139 -0
- package/src/apps/aws-mediaconvert.json +196 -0
- package/src/apps/aws-s3.json +108 -192
- package/src/apps/aws-ses.json +666 -303
- package/src/apps/aws-sns.json +128 -106
- package/src/apps/azure-container-apps.json +116 -0
- package/src/apps/backblaze-b2.json +175 -0
- package/src/apps/bamboohr.json +303 -0
- package/src/apps/basiq.json +308 -0
- package/src/apps/bigcommerce.json +366 -0
- package/src/apps/bigquery.json +121 -0
- package/src/apps/binance-trading.json +7 -4
- package/src/apps/bing-webmaster-tools.json +158 -0
- package/src/apps/bitbucket.json +163 -0
- package/src/apps/blacksmith.json +81 -0
- package/src/apps/bls.json +104 -0
- package/src/apps/bluesky.json +74 -0
- package/src/apps/braze.json +103 -0
- package/src/apps/brevo.json +4 -1
- package/src/apps/brightdata.json +94 -0
- package/src/apps/browserbase.json +237 -0
- package/src/apps/bscscan.json +150 -0
- package/src/apps/buffer.json +121 -0
- package/src/apps/buildjet.json +80 -0
- package/src/apps/builtwith.json +101 -0
- package/src/apps/bunny-cdn.json +104 -0
- package/src/apps/bunny-stream.json +205 -3
- package/src/apps/byrd.json +585 -0
- package/src/apps/calendly.json +10 -7
- package/src/apps/campaign-manager-360.json +264 -0
- package/src/apps/capturekit.json +51 -0
- package/src/apps/circleci.json +212 -0
- package/src/apps/cirrus-runners.json +75 -0
- package/src/apps/cj-affiliate.json +101 -0
- package/src/apps/cjdropshipping.json +278 -0
- package/src/apps/clerk.json +153 -0
- package/src/apps/cloudflare-containers.json +98 -0
- package/src/apps/cloudflare-r2.json +180 -0
- package/src/apps/cloudflare.json +474 -157
- package/src/apps/cloudinary.json +119 -97
- package/src/apps/coconut.json +94 -0
- package/src/apps/contentful.json +157 -0
- package/src/apps/criteo.json +222 -0
- package/src/apps/crunchbase.json +104 -0
- package/src/apps/customer-io.json +106 -0
- package/src/apps/databricks.json +94 -0
- package/src/apps/deepgram.json +3 -0
- package/src/apps/deepl.json +113 -0
- package/src/apps/deepseek.json +5 -2
- package/src/apps/depot.json +102 -0
- package/src/apps/digitalocean-spaces.json +121 -0
- package/src/apps/digitalocean.json +115 -0
- package/src/apps/discord.json +90 -1
- package/src/apps/docker-build-cloud.json +68 -0
- package/src/apps/duffel.json +193 -77
- package/src/apps/dux-soup.json +4 -1
- package/src/apps/dv360.json +287 -0
- package/src/apps/earthly-cloud.json +84 -0
- package/src/apps/eia.json +121 -0
- package/src/apps/elasticsearch.json +282 -0
- package/src/apps/elevenlabs.json +336 -192
- package/src/apps/etherscan.json +162 -0
- package/src/apps/etsy.json +484 -0
- package/src/apps/eventbrite-events.json +5 -2
- package/src/apps/exa.json +101 -0
- package/src/apps/facebook-ads.json +3 -3
- package/src/apps/facebook-api.json +1484 -37
- package/src/apps/finnhub.json +232 -0
- package/src/apps/flightapi.json +248 -0
- package/src/apps/fly-io.json +134 -0
- package/src/apps/fred.json +156 -0
- package/src/apps/gdelt.json +96 -0
- package/src/apps/gelato.json +123 -0
- package/src/apps/gemini.json +143 -49
- package/src/apps/getscreenshot.json +52 -0
- package/src/apps/github.json +355 -39
- package/src/apps/gmail.json +151 -2
- package/src/apps/gnews.json +71 -0
- package/src/apps/google-analytics.json +311 -0
- package/src/apps/google-cloud-storage.json +484 -0
- package/src/apps/google-docs.json +2 -2
- package/src/apps/google-drive.json +2 -2
- package/src/apps/google-places.json +127 -0
- package/src/apps/google-search-console.json +126 -0
- package/src/apps/google-sheets.json +2 -2
- package/src/apps/grafana-cloud.json +98 -0
- package/src/apps/groq.json +119 -0
- package/src/apps/hetzner-object-storage.json +177 -0
- package/src/apps/hetzner.json +255 -367
- package/src/apps/heygen.json +828 -141
- package/src/apps/hive-fulfillment.json +559 -0
- package/src/apps/hotjar.json +91 -0
- package/src/apps/huawei-cloud.json +189 -0
- package/src/apps/huboo.json +286 -0
- package/src/apps/hubspot.json +253 -637
- package/src/apps/huggingface.json +5 -2
- package/src/apps/hunter.json +5 -2
- package/src/apps/hyperbrowser.json +205 -0
- package/src/apps/idrive-e2.json +128 -0
- package/src/apps/impact.json +106 -0
- package/src/apps/instagram-api.json +185 -11
- package/src/apps/instantly.json +169 -0
- package/src/apps/ionos.json +250 -0
- package/src/apps/{learning-platform.json → kalio.json} +162 -3
- package/src/apps/kalshi.json +144 -0
- package/src/apps/keywords-everywhere.json +86 -0
- package/src/apps/kickbox.json +71 -0
- package/src/apps/launchdarkly.json +111 -0
- package/src/apps/leadbyte.json +600 -0
- package/src/apps/leadfeeder.json +89 -0
- package/src/apps/lemlist.json +109 -0
- package/src/apps/linkedin-ads.json +279 -0
- package/src/apps/linkedin.json +96 -2
- package/src/apps/linode-object-storage.json +183 -0
- package/src/apps/linode.json +160 -0
- package/src/apps/lnk-bio.json +5 -2
- package/src/apps/loom.json +5 -2
- package/src/apps/lusha.json +104 -0
- package/src/apps/magalu-cloud.json +187 -0
- package/src/apps/majestic.json +117 -0
- package/src/apps/manifold-markets.json +144 -0
- package/src/apps/mapbox.json +118 -0
- package/src/apps/microsoft-ads.json +246 -0
- package/src/apps/microsoft-onedrive.json +380 -0
- package/src/apps/microsoft-teams.json +315 -96
- package/src/apps/millionverifier.json +85 -0
- package/src/apps/mindee.json +246 -0
- package/src/apps/miro.json +138 -0
- package/src/apps/mistral.json +129 -0
- package/src/apps/mixpanel.json +95 -0
- package/src/apps/moz.json +127 -0
- package/src/apps/mux.json +201 -0
- package/src/apps/namecheap.json +321 -123
- package/src/apps/namespace-cloud.json +84 -0
- package/src/apps/naver-cloud.json +184 -0
- package/src/apps/neon.json +122 -0
- package/src/apps/netlify.json +124 -0
- package/src/apps/neverbounce.json +92 -0
- package/src/apps/newrelic.json +80 -0
- package/src/apps/newsapi.json +86 -0
- package/src/apps/ngrok.json +29 -0
- package/src/apps/nixbuild.json +116 -0
- package/src/apps/northflank.json +161 -0
- package/src/apps/notion.json +3 -0
- package/src/apps/okta.json +131 -0
- package/src/apps/omnikit-analytics.json +73 -1
- package/src/apps/omnikit-api-gateway.json +74 -2
- package/src/apps/omnikit-billing.json +73 -1
- package/src/apps/omnikit-cms.json +73 -1
- package/src/apps/omnikit-code-ops.json +76 -4
- package/src/apps/omnikit-functions.json +74 -2
- package/src/apps/omnikit-intelligence.json +176 -33
- package/src/apps/omnikit-management.json +73 -1
- package/src/apps/omnikit-media.json +73 -1
- package/src/apps/omnikit-messaging.json +72 -0
- package/src/apps/omnikit-redirects.json +73 -1
- package/src/apps/omnikit-sites.json +325 -66
- package/src/apps/omnikit-storage.json +104 -7
- package/src/apps/omnikit-webhooks.json +73 -1
- package/src/apps/omnikit-workflows.json +73 -1
- package/src/apps/onesignal.json +108 -0
- package/src/apps/openai-api.json +176 -30
- package/src/apps/openai-codex.json +187 -0
- package/src/apps/opencode-go.json +113 -0
- package/src/apps/optinmonster.json +7 -4
- package/src/apps/outlook-calendar.json +350 -0
- package/src/apps/outlook-mail.json +337 -0
- package/src/apps/outscraper.json +118 -0
- package/src/apps/ovhcloud.json +209 -0
- package/src/apps/paddle.json +170 -0
- package/src/apps/pagerduty.json +151 -0
- package/src/apps/partnerstack.json +118 -0
- package/src/apps/perplexity.json +37 -0
- package/src/apps/phantombuster.json +85 -0
- package/src/apps/pinecone.json +129 -0
- package/src/apps/pinterest-ads.json +261 -0
- package/src/apps/pinterest.json +217 -0
- package/src/apps/planetscale.json +139 -0
- package/src/apps/polygonscan.json +157 -0
- package/src/apps/polymarket-clob.json +184 -0
- package/src/apps/polymarket-data.json +153 -0
- package/src/apps/porkbun.json +609 -145
- package/src/apps/posthog.json +107 -0
- package/src/apps/pushover.json +28 -0
- package/src/apps/quora-ads.json +251 -0
- package/src/apps/railway.json +57 -0
- package/src/apps/reddit-ads.json +238 -0
- package/src/apps/reddit.json +274 -0
- package/src/apps/render.json +124 -0
- package/src/apps/replicate.json +5 -2
- package/src/apps/reply-io.json +111 -0
- package/src/apps/resend.json +110 -0
- package/src/apps/ringover.json +1144 -0
- package/src/apps/rocketreach.json +158 -0
- package/src/apps/rollbar.json +88 -0
- package/src/apps/runs-on.json +70 -0
- package/src/apps/sanity.json +89 -0
- package/src/apps/scaleway-object-storage.json +175 -0
- package/src/apps/scrapingbee.json +75 -0
- package/src/apps/screenshotlayer.json +49 -0
- package/src/apps/screenshotmachine.json +49 -0
- package/src/apps/se-ranking.json +239 -0
- package/src/apps/seamless-ai.json +91 -0
- package/src/apps/sec-edgar.json +107 -0
- package/src/apps/segment.json +104 -0
- package/src/apps/semrush.json +153 -0
- package/src/apps/sentry.json +109 -0
- package/src/apps/serpapi.json +95 -0
- package/src/apps/serper.json +139 -0
- package/src/apps/shareasale.json +130 -0
- package/src/apps/skimlinks.json +48 -0
- package/src/apps/slack.json +101 -0
- package/src/apps/smartlead.json +146 -0
- package/src/apps/snapchat-ads.json +238 -0
- package/src/apps/snaprender.json +64 -0
- package/src/apps/snowflake.json +70 -0
- package/src/apps/snyk.json +108 -0
- package/src/apps/socialcast.json +74 -8
- package/src/apps/sovrn.json +125 -0
- package/src/apps/spotify-ads.json +231 -0
- package/src/apps/steel.json +239 -0
- package/src/apps/stocktwits.json +120 -0
- package/src/apps/stripe.json +153 -0
- package/src/apps/target-circle.json +348 -0
- package/src/apps/tavily.json +104 -0
- package/src/apps/tavus.json +403 -0
- package/src/apps/telegram.json +5 -2
- package/src/apps/teller.json +187 -0
- package/src/apps/tencent-cloud.json +214 -0
- package/src/apps/tennis-abstract.json +108 -0
- package/src/apps/the-odds-api.json +132 -0
- package/src/apps/the-sports-db.json +163 -0
- package/src/apps/tiktok-ads.json +295 -0
- package/src/apps/tiktok-api.json +181 -7
- package/src/apps/together.json +5 -2
- package/src/apps/trade-desk.json +237 -0
- package/src/apps/trading212.json +26 -29
- package/src/apps/transloadit.json +138 -0
- package/src/apps/truelayer.json +318 -0
- package/src/apps/twilio.json +313 -42
- package/src/apps/twitter-api.json +216 -33
- package/src/apps/ubicloud.json +82 -0
- package/src/apps/uplead.json +105 -0
- package/src/apps/upstash.json +90 -0
- package/src/apps/valueserp.json +63 -0
- package/src/apps/venice-ai.json +685 -0
- package/src/apps/vercel.json +137 -0
- package/src/apps/wappalyzer.json +65 -0
- package/src/apps/wasabi.json +175 -0
- package/src/apps/whale-alert.json +74 -0
- package/src/apps/whatsapp-business.json +131 -0
- package/src/apps/wikipedia.json +112 -0
- package/src/apps/workos.json +123 -0
- package/src/apps/yahoo-dsp.json +265 -0
- package/src/apps/yahoo-finance.json +60 -0
- package/src/apps/youtube-api.json +520 -142
- package/src/apps/zenrows.json +47 -0
- package/src/apps/zenserp.json +99 -0
- package/src/apps/zerobounce.json +80 -0
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "finnhub",
|
|
3
|
+
"name": "Finnhub",
|
|
4
|
+
"description": "Comprehensive financial data API — real-time quotes, earnings calendars, analyst recommendations, insider trading transactions, company news, market news, IPO calendar, economic calendar, social sentiment, and news sentiment scoring. Generous free tier (60 req/min, plenty for a single trading agent). Sign up at https://finnhub.io/register. Pairs well with sec-edgar (Finnhub structured, EDGAR primary-source) and with Yahoo Finance (Finnhub for company-level events, Yahoo for OHLCV).",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=finnhub.io&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"finance",
|
|
8
|
+
"stocks",
|
|
9
|
+
"earnings",
|
|
10
|
+
"analyst",
|
|
11
|
+
"insider-trading",
|
|
12
|
+
"calendar",
|
|
13
|
+
"sentiment",
|
|
14
|
+
"news"
|
|
15
|
+
],
|
|
16
|
+
"base_url": "https://finnhub.io/api/v1",
|
|
17
|
+
"auth": {
|
|
18
|
+
"types": ["api_key"],
|
|
19
|
+
"headers": {
|
|
20
|
+
"X-Finnhub-Token": "{{api_key}}"
|
|
21
|
+
},
|
|
22
|
+
"credential_fields": [
|
|
23
|
+
{
|
|
24
|
+
"name": "api_key",
|
|
25
|
+
"label": "API Key",
|
|
26
|
+
"description": "From your Finnhub dashboard at https://finnhub.io/dashboard. Free tier covers most retail trading agent needs (60 req/min, no daily cap)."
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"tools": [
|
|
31
|
+
{
|
|
32
|
+
"name": "quote",
|
|
33
|
+
"description": "Real-time-ish quote for a ticker. Returns {c: current_price, h: day_high, l: day_low, o: day_open, pc: prev_close, t: unix_timestamp, dp: change_percent, d: change_abs}. Updates every ~15s on free tier. Use this for one-shot 'what's AAPL doing right now?' lookups.",
|
|
34
|
+
"method": "GET",
|
|
35
|
+
"path": "/quote",
|
|
36
|
+
"input_schema": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"properties": {
|
|
39
|
+
"symbol": {"type": "string", "description": "Ticker — AAPL, MSFT, GOOG. International tickers use suffix syntax: 7203.T (Toyota), SAP.DE (SAP), BARC.L (Barclays)."}
|
|
40
|
+
},
|
|
41
|
+
"required": ["symbol"]
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "candles",
|
|
46
|
+
"description": "OHLCV bars for a ticker over a date range. Equity bars on free tier; crypto + forex available too. Returns parallel arrays {c[], h[], l[], o[], t[], v[], s: ok|no_data}. Use when chart history is needed beyond what Yahoo offers (Finnhub has cleaner intraday for non-US markets).",
|
|
47
|
+
"method": "GET",
|
|
48
|
+
"path": "/stock/candle",
|
|
49
|
+
"input_schema": {
|
|
50
|
+
"type": "object",
|
|
51
|
+
"properties": {
|
|
52
|
+
"symbol": {"type": "string"},
|
|
53
|
+
"resolution": {"type": "string", "enum": ["1","5","15","30","60","D","W","M"], "description": "Minutes for intraday; D=day, W=week, M=month."},
|
|
54
|
+
"from": {"type": "integer", "description": "Unix seconds, start of range."},
|
|
55
|
+
"to": {"type": "integer", "description": "Unix seconds, end of range."}
|
|
56
|
+
},
|
|
57
|
+
"required": ["symbol","resolution","from","to"]
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "company_news",
|
|
62
|
+
"description": "Recent news articles tagged with a specific ticker. Each entry includes headline, summary, source, datetime, url, image, sentiment hint (when available). Use when reasoning about a specific stock; broader market news lives in market_news.",
|
|
63
|
+
"method": "GET",
|
|
64
|
+
"path": "/company-news",
|
|
65
|
+
"input_schema": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"symbol": {"type": "string"},
|
|
69
|
+
"from": {"type": "string", "description": "YYYY-MM-DD inclusive."},
|
|
70
|
+
"to": {"type": "string", "description": "YYYY-MM-DD inclusive."}
|
|
71
|
+
},
|
|
72
|
+
"required": ["symbol","from","to"]
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "market_news",
|
|
77
|
+
"description": "Top market news headlines by category. Use for broad agent context — what's the macro story today, what's moving sectors, what crypto news matters.",
|
|
78
|
+
"method": "GET",
|
|
79
|
+
"path": "/news",
|
|
80
|
+
"input_schema": {
|
|
81
|
+
"type": "object",
|
|
82
|
+
"properties": {
|
|
83
|
+
"category": {"type": "string", "enum": ["general","forex","crypto","merger"], "default": "general"},
|
|
84
|
+
"minId": {"type": "integer", "description": "Pagination cursor — pass back the highest id from the last call to get newer items only."}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "earnings_history",
|
|
90
|
+
"description": "Past earnings releases for a ticker — actual EPS vs estimate, surprise %, revenue actual vs estimate. Use to assess a company's tendency to beat/miss; large surprise variance is itself a signal.",
|
|
91
|
+
"method": "GET",
|
|
92
|
+
"path": "/stock/earnings",
|
|
93
|
+
"input_schema": {
|
|
94
|
+
"type": "object",
|
|
95
|
+
"properties": {
|
|
96
|
+
"symbol": {"type": "string"}
|
|
97
|
+
},
|
|
98
|
+
"required": ["symbol"]
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "recommendations",
|
|
103
|
+
"description": "Analyst recommendation distribution by month — count of strong-buy / buy / hold / sell / strong-sell ratings. Use to detect rating cascades (street collectively shifting bullish/bearish on a name).",
|
|
104
|
+
"method": "GET",
|
|
105
|
+
"path": "/stock/recommendation",
|
|
106
|
+
"input_schema": {
|
|
107
|
+
"type": "object",
|
|
108
|
+
"properties": {
|
|
109
|
+
"symbol": {"type": "string"}
|
|
110
|
+
},
|
|
111
|
+
"required": ["symbol"]
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "upgrade_downgrade",
|
|
116
|
+
"description": "Individual analyst rating changes over a date range. Returns each upgrade/downgrade with the firm name, rating before, rating after, and date. Use to track specific shop calls (Morgan Stanley upgrade to overweight, etc.).",
|
|
117
|
+
"method": "GET",
|
|
118
|
+
"path": "/stock/upgrade-downgrade",
|
|
119
|
+
"input_schema": {
|
|
120
|
+
"type": "object",
|
|
121
|
+
"properties": {
|
|
122
|
+
"symbol": {"type": "string"},
|
|
123
|
+
"from": {"type": "string", "description": "YYYY-MM-DD."},
|
|
124
|
+
"to": {"type": "string", "description": "YYYY-MM-DD."}
|
|
125
|
+
},
|
|
126
|
+
"required": ["symbol"]
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "insider_transactions",
|
|
131
|
+
"description": "Form 4 insider transactions for a ticker — every reported buy or sell by officers/directors/10%+ shareholders. Includes transaction date, shares, price, name + title of insider, and pre/post-transaction position. Same data as parsing SEC EDGAR Form 4 directly but pre-parsed. Cluster-buying by execs is a notably strong signal.",
|
|
132
|
+
"method": "GET",
|
|
133
|
+
"path": "/stock/insider-transactions",
|
|
134
|
+
"input_schema": {
|
|
135
|
+
"type": "object",
|
|
136
|
+
"properties": {
|
|
137
|
+
"symbol": {"type": "string"},
|
|
138
|
+
"from": {"type": "string", "description": "YYYY-MM-DD."},
|
|
139
|
+
"to": {"type": "string", "description": "YYYY-MM-DD."}
|
|
140
|
+
},
|
|
141
|
+
"required": ["symbol"]
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "insider_sentiment",
|
|
146
|
+
"description": "Pre-computed insider-buying sentiment score (MSPR — Monthly Share Purchase Ratio) per ticker per month. Positive = net insider buying, negative = net selling. Less noisy than raw transactions for quick screens.",
|
|
147
|
+
"method": "GET",
|
|
148
|
+
"path": "/stock/insider-sentiment",
|
|
149
|
+
"input_schema": {
|
|
150
|
+
"type": "object",
|
|
151
|
+
"properties": {
|
|
152
|
+
"symbol": {"type": "string"},
|
|
153
|
+
"from": {"type": "string", "description": "YYYY-MM-DD."},
|
|
154
|
+
"to": {"type": "string", "description": "YYYY-MM-DD."}
|
|
155
|
+
},
|
|
156
|
+
"required": ["symbol","from","to"]
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"name": "earnings_calendar",
|
|
161
|
+
"description": "Upcoming + recent earnings releases across the market — every ticker scheduled to report between from + to. Returns date, symbol, EPS estimate, revenue estimate, year, quarter, time of release (BMO/AMC).",
|
|
162
|
+
"method": "GET",
|
|
163
|
+
"path": "/calendar/earnings",
|
|
164
|
+
"input_schema": {
|
|
165
|
+
"type": "object",
|
|
166
|
+
"properties": {
|
|
167
|
+
"from": {"type": "string"},
|
|
168
|
+
"to": {"type": "string"},
|
|
169
|
+
"symbol": {"type": "string", "description": "Optional — restrict to one ticker."}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "economic_calendar",
|
|
175
|
+
"description": "Upcoming macro releases — CPI prints, jobs reports, Fed decisions, GDP, central-bank meetings worldwide. Each row: date, country, event name, prior, estimate, impact (low/medium/high). Critical for macro polymarket markets (Fed cut by March, recession 2026) where timing matters.",
|
|
176
|
+
"method": "GET",
|
|
177
|
+
"path": "/calendar/economic",
|
|
178
|
+
"input_schema": {
|
|
179
|
+
"type": "object",
|
|
180
|
+
"properties": {
|
|
181
|
+
"from": {"type": "string", "description": "YYYY-MM-DD."},
|
|
182
|
+
"to": {"type": "string", "description": "YYYY-MM-DD."}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "ipo_calendar",
|
|
188
|
+
"description": "Upcoming IPOs — useful for new-issue prediction markets (OpenAI IPO 2026, etc.) and for tracking when a company actually files vs the speculation.",
|
|
189
|
+
"method": "GET",
|
|
190
|
+
"path": "/calendar/ipo",
|
|
191
|
+
"input_schema": {
|
|
192
|
+
"type": "object",
|
|
193
|
+
"properties": {
|
|
194
|
+
"from": {"type": "string"},
|
|
195
|
+
"to": {"type": "string"}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"name": "social_sentiment",
|
|
201
|
+
"description": "Reddit + Twitter mention volume + sentiment per ticker per day. Two parallel series — surge in mention count often precedes price action (the classic 'WSB pump') and is itself a tradable signal regardless of direction.",
|
|
202
|
+
"method": "GET",
|
|
203
|
+
"path": "/stock/social-sentiment",
|
|
204
|
+
"input_schema": {
|
|
205
|
+
"type": "object",
|
|
206
|
+
"properties": {
|
|
207
|
+
"symbol": {"type": "string"},
|
|
208
|
+
"from": {"type": "string"},
|
|
209
|
+
"to": {"type": "string"}
|
|
210
|
+
},
|
|
211
|
+
"required": ["symbol"]
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "company_profile",
|
|
216
|
+
"description": "Static company info — name, country, ipo, marketCapitalization, weburl, logo, exchange, sector, industry, shareOutstanding, phone. Cheap to call; cache aggressively per ticker.",
|
|
217
|
+
"method": "GET",
|
|
218
|
+
"path": "/stock/profile2",
|
|
219
|
+
"input_schema": {
|
|
220
|
+
"type": "object",
|
|
221
|
+
"properties": {
|
|
222
|
+
"symbol": {"type": "string"}
|
|
223
|
+
},
|
|
224
|
+
"required": ["symbol"]
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"health_check": {
|
|
229
|
+
"tool": "quote",
|
|
230
|
+
"args": {"symbol": "AAPL"}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "flightapi",
|
|
3
|
+
"name": "FlightAPI",
|
|
4
|
+
"description": "FlightAPI.io — flight price search across one-way, round-trip and multi-city itineraries",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=flightapi.io&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"travel",
|
|
8
|
+
"flights",
|
|
9
|
+
"pricing"
|
|
10
|
+
],
|
|
11
|
+
"base_url": "https://api.flightapi.io",
|
|
12
|
+
"auth": {
|
|
13
|
+
"types": [
|
|
14
|
+
"api_key"
|
|
15
|
+
],
|
|
16
|
+
"credential_fields": [
|
|
17
|
+
{
|
|
18
|
+
"name": "api_key",
|
|
19
|
+
"label": "API Key",
|
|
20
|
+
"description": "Your FlightAPI.io API key from https://app.flightapi.io"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"tools": [
|
|
25
|
+
{
|
|
26
|
+
"name": "oneway_trip",
|
|
27
|
+
"description": "Search prices for a one-way flight",
|
|
28
|
+
"method": "GET",
|
|
29
|
+
"path": "/onewaytrip/{{credential.api_key}}/{departure}/{arrival}/{departure_date}/{adults}/{children}/{infants}/{cabin_class}/{currency}",
|
|
30
|
+
"input_schema": {
|
|
31
|
+
"type": "object",
|
|
32
|
+
"properties": {
|
|
33
|
+
"departure": {
|
|
34
|
+
"type": "string",
|
|
35
|
+
"description": "Departure airport IATA code (e.g. JFK)"
|
|
36
|
+
},
|
|
37
|
+
"arrival": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"description": "Arrival airport IATA code (e.g. LAX)"
|
|
40
|
+
},
|
|
41
|
+
"departure_date": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"description": "Departure date YYYY-MM-DD"
|
|
44
|
+
},
|
|
45
|
+
"adults": {
|
|
46
|
+
"type": "integer",
|
|
47
|
+
"description": "Number of adult passengers",
|
|
48
|
+
"default": 1
|
|
49
|
+
},
|
|
50
|
+
"children": {
|
|
51
|
+
"type": "integer",
|
|
52
|
+
"description": "Number of children",
|
|
53
|
+
"default": 0
|
|
54
|
+
},
|
|
55
|
+
"infants": {
|
|
56
|
+
"type": "integer",
|
|
57
|
+
"description": "Number of infants",
|
|
58
|
+
"default": 0
|
|
59
|
+
},
|
|
60
|
+
"cabin_class": {
|
|
61
|
+
"type": "string",
|
|
62
|
+
"enum": [
|
|
63
|
+
"Economy",
|
|
64
|
+
"Premium_Economy",
|
|
65
|
+
"Business",
|
|
66
|
+
"First"
|
|
67
|
+
],
|
|
68
|
+
"default": "Economy"
|
|
69
|
+
},
|
|
70
|
+
"currency": {
|
|
71
|
+
"type": "string",
|
|
72
|
+
"description": "ISO currency code (e.g. USD, EUR)",
|
|
73
|
+
"default": "USD"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"required": [
|
|
77
|
+
"departure",
|
|
78
|
+
"arrival",
|
|
79
|
+
"departure_date",
|
|
80
|
+
"adults",
|
|
81
|
+
"children",
|
|
82
|
+
"infants",
|
|
83
|
+
"cabin_class",
|
|
84
|
+
"currency"
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "round_trip",
|
|
90
|
+
"description": "Search prices for a round-trip flight",
|
|
91
|
+
"method": "GET",
|
|
92
|
+
"path": "/roundtrip/{{credential.api_key}}/{departure}/{arrival}/{departure_date}/{return_date}/{adults}/{children}/{infants}/{cabin_class}/{currency}",
|
|
93
|
+
"input_schema": {
|
|
94
|
+
"type": "object",
|
|
95
|
+
"properties": {
|
|
96
|
+
"departure": {
|
|
97
|
+
"type": "string",
|
|
98
|
+
"description": "Departure airport IATA code"
|
|
99
|
+
},
|
|
100
|
+
"arrival": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"description": "Arrival airport IATA code"
|
|
103
|
+
},
|
|
104
|
+
"departure_date": {
|
|
105
|
+
"type": "string",
|
|
106
|
+
"description": "Outbound date YYYY-MM-DD"
|
|
107
|
+
},
|
|
108
|
+
"return_date": {
|
|
109
|
+
"type": "string",
|
|
110
|
+
"description": "Return date YYYY-MM-DD"
|
|
111
|
+
},
|
|
112
|
+
"adults": {
|
|
113
|
+
"type": "integer",
|
|
114
|
+
"default": 1
|
|
115
|
+
},
|
|
116
|
+
"children": {
|
|
117
|
+
"type": "integer",
|
|
118
|
+
"default": 0
|
|
119
|
+
},
|
|
120
|
+
"infants": {
|
|
121
|
+
"type": "integer",
|
|
122
|
+
"default": 0
|
|
123
|
+
},
|
|
124
|
+
"cabin_class": {
|
|
125
|
+
"type": "string",
|
|
126
|
+
"enum": [
|
|
127
|
+
"Economy",
|
|
128
|
+
"Premium_Economy",
|
|
129
|
+
"Business",
|
|
130
|
+
"First"
|
|
131
|
+
],
|
|
132
|
+
"default": "Economy"
|
|
133
|
+
},
|
|
134
|
+
"currency": {
|
|
135
|
+
"type": "string",
|
|
136
|
+
"default": "USD"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"required": [
|
|
140
|
+
"departure",
|
|
141
|
+
"arrival",
|
|
142
|
+
"departure_date",
|
|
143
|
+
"return_date",
|
|
144
|
+
"adults",
|
|
145
|
+
"children",
|
|
146
|
+
"infants",
|
|
147
|
+
"cabin_class",
|
|
148
|
+
"currency"
|
|
149
|
+
]
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "multi_trip",
|
|
154
|
+
"description": "Search prices for a multi-city itinerary (up to 3 legs)",
|
|
155
|
+
"method": "GET",
|
|
156
|
+
"path": "/multitrip/{{credential.api_key}}",
|
|
157
|
+
"input_schema": {
|
|
158
|
+
"type": "object",
|
|
159
|
+
"properties": {
|
|
160
|
+
"trips": {
|
|
161
|
+
"type": "integer",
|
|
162
|
+
"description": "Number of trip legs (2 or 3)",
|
|
163
|
+
"enum": [
|
|
164
|
+
2,
|
|
165
|
+
3
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
"arp1": {
|
|
169
|
+
"type": "string",
|
|
170
|
+
"description": "Leg 1 departure IATA"
|
|
171
|
+
},
|
|
172
|
+
"arp2": {
|
|
173
|
+
"type": "string",
|
|
174
|
+
"description": "Leg 1 arrival IATA"
|
|
175
|
+
},
|
|
176
|
+
"date1": {
|
|
177
|
+
"type": "string",
|
|
178
|
+
"description": "Leg 1 date YYYY-MM-DD"
|
|
179
|
+
},
|
|
180
|
+
"arp3": {
|
|
181
|
+
"type": "string",
|
|
182
|
+
"description": "Leg 2 departure IATA"
|
|
183
|
+
},
|
|
184
|
+
"arp4": {
|
|
185
|
+
"type": "string",
|
|
186
|
+
"description": "Leg 2 arrival IATA"
|
|
187
|
+
},
|
|
188
|
+
"date2": {
|
|
189
|
+
"type": "string",
|
|
190
|
+
"description": "Leg 2 date YYYY-MM-DD"
|
|
191
|
+
},
|
|
192
|
+
"arp5": {
|
|
193
|
+
"type": "string",
|
|
194
|
+
"description": "Leg 3 departure IATA (only when trips=3)"
|
|
195
|
+
},
|
|
196
|
+
"arp6": {
|
|
197
|
+
"type": "string",
|
|
198
|
+
"description": "Leg 3 arrival IATA (only when trips=3)"
|
|
199
|
+
},
|
|
200
|
+
"date3": {
|
|
201
|
+
"type": "string",
|
|
202
|
+
"description": "Leg 3 date YYYY-MM-DD (only when trips=3)"
|
|
203
|
+
},
|
|
204
|
+
"adults": {
|
|
205
|
+
"type": "integer",
|
|
206
|
+
"default": 1
|
|
207
|
+
},
|
|
208
|
+
"children": {
|
|
209
|
+
"type": "integer",
|
|
210
|
+
"default": 0
|
|
211
|
+
},
|
|
212
|
+
"infants": {
|
|
213
|
+
"type": "integer",
|
|
214
|
+
"default": 0
|
|
215
|
+
},
|
|
216
|
+
"cabinclass": {
|
|
217
|
+
"type": "string",
|
|
218
|
+
"enum": [
|
|
219
|
+
"Economy",
|
|
220
|
+
"Premium_Economy",
|
|
221
|
+
"Business",
|
|
222
|
+
"First"
|
|
223
|
+
],
|
|
224
|
+
"default": "Economy"
|
|
225
|
+
},
|
|
226
|
+
"currency": {
|
|
227
|
+
"type": "string",
|
|
228
|
+
"default": "USD"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"required": [
|
|
232
|
+
"trips",
|
|
233
|
+
"arp1",
|
|
234
|
+
"arp2",
|
|
235
|
+
"date1",
|
|
236
|
+
"arp3",
|
|
237
|
+
"arp4",
|
|
238
|
+
"date2",
|
|
239
|
+
"adults",
|
|
240
|
+
"children",
|
|
241
|
+
"infants",
|
|
242
|
+
"cabinclass",
|
|
243
|
+
"currency"
|
|
244
|
+
]
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "fly-io",
|
|
3
|
+
"name": "Fly.io",
|
|
4
|
+
"description": "MCP server for Fly.io - apps, machines, volumes, secrets via Machines API",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=fly.io&sz=128",
|
|
6
|
+
"categories": ["hosting", "deployment", "devops", "edge"],
|
|
7
|
+
"base_url": "https://api.machines.dev/v1",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["bearer"],
|
|
10
|
+
"headers": { "Authorization": "Bearer {{token}}" },
|
|
11
|
+
"credential_fields": [
|
|
12
|
+
{ "name": "token", "label": "API Token", "description": "fly auth token (fly_api_..)" },
|
|
13
|
+
{ "name": "organization", "label": "Organization Slug" }
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"tools": [
|
|
17
|
+
{
|
|
18
|
+
"name": "list_apps",
|
|
19
|
+
"description": "List apps",
|
|
20
|
+
"method": "GET",
|
|
21
|
+
"path": "/apps",
|
|
22
|
+
"input_schema": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": { "org_slug": { "type": "string" } }
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "create_app",
|
|
29
|
+
"description": "Create an app",
|
|
30
|
+
"method": "POST",
|
|
31
|
+
"path": "/apps",
|
|
32
|
+
"input_schema": {
|
|
33
|
+
"type": "object",
|
|
34
|
+
"properties": {
|
|
35
|
+
"app_name": { "type": "string" },
|
|
36
|
+
"org_slug": { "type": "string" }
|
|
37
|
+
},
|
|
38
|
+
"required": ["app_name", "org_slug"]
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "delete_app",
|
|
43
|
+
"description": "Delete an app",
|
|
44
|
+
"method": "DELETE",
|
|
45
|
+
"path": "/apps/{app_name}",
|
|
46
|
+
"input_schema": {
|
|
47
|
+
"type": "object",
|
|
48
|
+
"properties": { "app_name": { "type": "string" } },
|
|
49
|
+
"required": ["app_name"]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "list_machines",
|
|
54
|
+
"description": "List machines for an app",
|
|
55
|
+
"method": "GET",
|
|
56
|
+
"path": "/apps/{app_name}/machines",
|
|
57
|
+
"input_schema": {
|
|
58
|
+
"type": "object",
|
|
59
|
+
"properties": { "app_name": { "type": "string" } },
|
|
60
|
+
"required": ["app_name"]
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "create_machine",
|
|
65
|
+
"description": "Create a machine",
|
|
66
|
+
"method": "POST",
|
|
67
|
+
"path": "/apps/{app_name}/machines",
|
|
68
|
+
"input_schema": {
|
|
69
|
+
"type": "object",
|
|
70
|
+
"properties": {
|
|
71
|
+
"app_name": { "type": "string" },
|
|
72
|
+
"name": { "type": "string" },
|
|
73
|
+
"region": { "type": "string" },
|
|
74
|
+
"config": { "type": "object" }
|
|
75
|
+
},
|
|
76
|
+
"required": ["app_name", "config"]
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "start_machine",
|
|
81
|
+
"description": "Start a machine",
|
|
82
|
+
"method": "POST",
|
|
83
|
+
"path": "/apps/{app_name}/machines/{machine_id}/start",
|
|
84
|
+
"input_schema": {
|
|
85
|
+
"type": "object",
|
|
86
|
+
"properties": {
|
|
87
|
+
"app_name": { "type": "string" },
|
|
88
|
+
"machine_id": { "type": "string" }
|
|
89
|
+
},
|
|
90
|
+
"required": ["app_name", "machine_id"]
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "stop_machine",
|
|
95
|
+
"description": "Stop a machine",
|
|
96
|
+
"method": "POST",
|
|
97
|
+
"path": "/apps/{app_name}/machines/{machine_id}/stop",
|
|
98
|
+
"input_schema": {
|
|
99
|
+
"type": "object",
|
|
100
|
+
"properties": {
|
|
101
|
+
"app_name": { "type": "string" },
|
|
102
|
+
"machine_id": { "type": "string" }
|
|
103
|
+
},
|
|
104
|
+
"required": ["app_name", "machine_id"]
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "destroy_machine",
|
|
109
|
+
"description": "Destroy a machine",
|
|
110
|
+
"method": "DELETE",
|
|
111
|
+
"path": "/apps/{app_name}/machines/{machine_id}",
|
|
112
|
+
"input_schema": {
|
|
113
|
+
"type": "object",
|
|
114
|
+
"properties": {
|
|
115
|
+
"app_name": { "type": "string" },
|
|
116
|
+
"machine_id": { "type": "string" },
|
|
117
|
+
"force": { "type": "boolean" }
|
|
118
|
+
},
|
|
119
|
+
"required": ["app_name", "machine_id"]
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "list_volumes",
|
|
124
|
+
"description": "List volumes",
|
|
125
|
+
"method": "GET",
|
|
126
|
+
"path": "/apps/{app_name}/volumes",
|
|
127
|
+
"input_schema": {
|
|
128
|
+
"type": "object",
|
|
129
|
+
"properties": { "app_name": { "type": "string" } },
|
|
130
|
+
"required": ["app_name"]
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
}
|