@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,250 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "ionos",
|
|
3
|
+
"name": "IONOS",
|
|
4
|
+
"description": "IONOS Hosting DNS API — manage DNS zones and records for domains hosted at IONOS. The API is zone-id oriented: call list_zones first to resolve a domain name to its zone id, then operate on records within that zone. Authenticates via an X-API-Key header built from the developer-portal public prefix + secret (publicprefix.secret).",
|
|
5
|
+
"logo": "https://www.ionos.com/favicon.ico",
|
|
6
|
+
"categories": [
|
|
7
|
+
"dns",
|
|
8
|
+
"domains",
|
|
9
|
+
"registrar",
|
|
10
|
+
"ionos"
|
|
11
|
+
],
|
|
12
|
+
"base_url": "https://api.hosting.ionos.com/dns/v1",
|
|
13
|
+
"auth": {
|
|
14
|
+
"types": [
|
|
15
|
+
"api_key"
|
|
16
|
+
],
|
|
17
|
+
"headers": {
|
|
18
|
+
"X-API-Key": "{{public_prefix}}.{{secret}}",
|
|
19
|
+
"Content-Type": "application/json"
|
|
20
|
+
},
|
|
21
|
+
"credential_fields": [
|
|
22
|
+
{
|
|
23
|
+
"name": "public_prefix",
|
|
24
|
+
"label": "Public Prefix",
|
|
25
|
+
"description": "The public prefix of your IONOS DNS API key (the part before the dot). Create an API key at https://developer.hosting.ionos.com/keys — IONOS shows it as 'publicprefix'.",
|
|
26
|
+
"required": true,
|
|
27
|
+
"type": "text"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "secret",
|
|
31
|
+
"label": "Secret",
|
|
32
|
+
"description": "The secret half of your IONOS DNS API key (the part after the dot), shown once when the key is created. The wire credential is sent as 'publicprefix.secret' in the X-API-Key header.",
|
|
33
|
+
"required": true,
|
|
34
|
+
"type": "password"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"tools": [
|
|
39
|
+
{
|
|
40
|
+
"name": "list_zones",
|
|
41
|
+
"description": "List all DNS zones in the account. Returns an array of { id, name, type } — 'name' is the apex domain (e.g. acme.com) and 'id' is the zone id every record operation needs. Resolve a domain to its zone id here before calling the record tools.",
|
|
42
|
+
"method": "GET",
|
|
43
|
+
"path": "/zones",
|
|
44
|
+
"input_schema": {
|
|
45
|
+
"type": "object",
|
|
46
|
+
"properties": {}
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "get_zone",
|
|
51
|
+
"description": "Get a single zone and its records by zone id. Returns { id, name, type, records: [{ id, name, rootName, type, content, ttl, prio, disabled, changeDate }] } where each record 'name' is the full FQDN. Optionally filter the returned records with suffix / recordName / recordType.",
|
|
52
|
+
"method": "GET",
|
|
53
|
+
"path": "/zones/{zoneId}",
|
|
54
|
+
"query_params": [
|
|
55
|
+
"suffix",
|
|
56
|
+
"recordName",
|
|
57
|
+
"recordType"
|
|
58
|
+
],
|
|
59
|
+
"input_schema": {
|
|
60
|
+
"type": "object",
|
|
61
|
+
"properties": {
|
|
62
|
+
"zoneId": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"description": "Zone id from list_zones"
|
|
65
|
+
},
|
|
66
|
+
"suffix": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"description": "Filter records whose FQDN ends with this suffix"
|
|
69
|
+
},
|
|
70
|
+
"recordName": {
|
|
71
|
+
"type": "string",
|
|
72
|
+
"description": "Filter to records with this exact FQDN (e.g. mail.acme.com)"
|
|
73
|
+
},
|
|
74
|
+
"recordType": {
|
|
75
|
+
"type": "string",
|
|
76
|
+
"enum": [
|
|
77
|
+
"A",
|
|
78
|
+
"AAAA",
|
|
79
|
+
"CNAME",
|
|
80
|
+
"MX",
|
|
81
|
+
"TXT",
|
|
82
|
+
"NS",
|
|
83
|
+
"SRV",
|
|
84
|
+
"CAA",
|
|
85
|
+
"SOA",
|
|
86
|
+
"ALIAS"
|
|
87
|
+
],
|
|
88
|
+
"description": "Filter to records of this type"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"required": [
|
|
92
|
+
"zoneId"
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "create_records",
|
|
98
|
+
"description": "Create one or more DNS records in a zone. The IONOS endpoint takes a top-level JSON array, so pass the records as the 'records' array — each entry is { name (full FQDN, e.g. mail.acme.com), type, content, ttl, prio?, disabled? }. Returns the created records with their new ids.",
|
|
99
|
+
"method": "POST",
|
|
100
|
+
"path": "/zones/{zoneId}/records",
|
|
101
|
+
"body_root_param": "records",
|
|
102
|
+
"input_schema": {
|
|
103
|
+
"type": "object",
|
|
104
|
+
"properties": {
|
|
105
|
+
"zoneId": {
|
|
106
|
+
"type": "string",
|
|
107
|
+
"description": "Zone id from list_zones"
|
|
108
|
+
},
|
|
109
|
+
"records": {
|
|
110
|
+
"type": "array",
|
|
111
|
+
"description": "Records to create (sent as the raw request body array).",
|
|
112
|
+
"items": {
|
|
113
|
+
"type": "object",
|
|
114
|
+
"properties": {
|
|
115
|
+
"name": {
|
|
116
|
+
"type": "string",
|
|
117
|
+
"description": "Full record name / FQDN, e.g. 'acme.com' for the apex or 'mail.acme.com' for a subdomain"
|
|
118
|
+
},
|
|
119
|
+
"type": {
|
|
120
|
+
"type": "string",
|
|
121
|
+
"enum": [
|
|
122
|
+
"A",
|
|
123
|
+
"AAAA",
|
|
124
|
+
"CNAME",
|
|
125
|
+
"MX",
|
|
126
|
+
"TXT",
|
|
127
|
+
"NS",
|
|
128
|
+
"SRV",
|
|
129
|
+
"CAA",
|
|
130
|
+
"ALIAS"
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
"content": {
|
|
134
|
+
"type": "string",
|
|
135
|
+
"description": "Record value (IP for A/AAAA, target hostname for CNAME/MX, text for TXT, etc.)"
|
|
136
|
+
},
|
|
137
|
+
"ttl": {
|
|
138
|
+
"type": "integer",
|
|
139
|
+
"description": "TTL in seconds",
|
|
140
|
+
"default": 3600
|
|
141
|
+
},
|
|
142
|
+
"prio": {
|
|
143
|
+
"type": "integer",
|
|
144
|
+
"description": "Priority — required for MX and SRV records"
|
|
145
|
+
},
|
|
146
|
+
"disabled": {
|
|
147
|
+
"type": "boolean",
|
|
148
|
+
"description": "Whether the record is disabled (not served)",
|
|
149
|
+
"default": false
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"required": [
|
|
153
|
+
"name",
|
|
154
|
+
"type",
|
|
155
|
+
"content"
|
|
156
|
+
]
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"required": [
|
|
161
|
+
"zoneId",
|
|
162
|
+
"records"
|
|
163
|
+
]
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "get_record",
|
|
168
|
+
"description": "Get a single DNS record by zone id + record id.",
|
|
169
|
+
"method": "GET",
|
|
170
|
+
"path": "/zones/{zoneId}/records/{recordId}",
|
|
171
|
+
"input_schema": {
|
|
172
|
+
"type": "object",
|
|
173
|
+
"properties": {
|
|
174
|
+
"zoneId": {
|
|
175
|
+
"type": "string"
|
|
176
|
+
},
|
|
177
|
+
"recordId": {
|
|
178
|
+
"type": "string"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"required": [
|
|
182
|
+
"zoneId",
|
|
183
|
+
"recordId"
|
|
184
|
+
]
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "update_record",
|
|
189
|
+
"description": "Update a single DNS record in place by zone id + record id. Name and type are immutable on IONOS — only content, ttl, prio, and disabled can change. Send the new content (required); omit fields to leave them unchanged.",
|
|
190
|
+
"method": "PUT",
|
|
191
|
+
"path": "/zones/{zoneId}/records/{recordId}",
|
|
192
|
+
"input_schema": {
|
|
193
|
+
"type": "object",
|
|
194
|
+
"properties": {
|
|
195
|
+
"zoneId": {
|
|
196
|
+
"type": "string"
|
|
197
|
+
},
|
|
198
|
+
"recordId": {
|
|
199
|
+
"type": "string"
|
|
200
|
+
},
|
|
201
|
+
"content": {
|
|
202
|
+
"type": "string",
|
|
203
|
+
"description": "New record value"
|
|
204
|
+
},
|
|
205
|
+
"ttl": {
|
|
206
|
+
"type": "integer",
|
|
207
|
+
"description": "New TTL in seconds"
|
|
208
|
+
},
|
|
209
|
+
"prio": {
|
|
210
|
+
"type": "integer",
|
|
211
|
+
"description": "New priority (MX/SRV)"
|
|
212
|
+
},
|
|
213
|
+
"disabled": {
|
|
214
|
+
"type": "boolean",
|
|
215
|
+
"description": "Enable/disable the record"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"required": [
|
|
219
|
+
"zoneId",
|
|
220
|
+
"recordId",
|
|
221
|
+
"content"
|
|
222
|
+
]
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "delete_record",
|
|
227
|
+
"description": "Delete a single DNS record by zone id + record id. Cannot be undone.",
|
|
228
|
+
"method": "DELETE",
|
|
229
|
+
"path": "/zones/{zoneId}/records/{recordId}",
|
|
230
|
+
"input_schema": {
|
|
231
|
+
"type": "object",
|
|
232
|
+
"properties": {
|
|
233
|
+
"zoneId": {
|
|
234
|
+
"type": "string"
|
|
235
|
+
},
|
|
236
|
+
"recordId": {
|
|
237
|
+
"type": "string"
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
"required": [
|
|
241
|
+
"zoneId",
|
|
242
|
+
"recordId"
|
|
243
|
+
]
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"health_check": {
|
|
248
|
+
"tool": "list_zones"
|
|
249
|
+
}
|
|
250
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"slug": "
|
|
3
|
-
"name": "
|
|
4
|
-
"description": "
|
|
2
|
+
"slug": "kalio",
|
|
3
|
+
"name": "Kalio",
|
|
4
|
+
"description": "Kalio — courses, communities, spaces, posts, enrollments, lessons, certificates, reviews, quizzes, assignments, and memberships in one platform",
|
|
5
5
|
"logo": "https://cdn.omnikit.co/cdn/project-10/public/10_1770556267491_eecb0n/603050903_10162713420734412_6016628635295692734_n.jpg",
|
|
6
6
|
"categories": [
|
|
7
7
|
"learning",
|
|
@@ -2239,6 +2239,165 @@
|
|
|
2239
2239
|
"product_id"
|
|
2240
2240
|
]
|
|
2241
2241
|
}
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"name": "kalio_refund_course",
|
|
2245
|
+
"description": "Refund a course purchase; full refunds auto-revoke the enrollment",
|
|
2246
|
+
"method": "POST",
|
|
2247
|
+
"path": "/courses/{course_id}/refund",
|
|
2248
|
+
"input_schema": {
|
|
2249
|
+
"type": "object",
|
|
2250
|
+
"properties": {
|
|
2251
|
+
"course_id": { "type": "integer", "description": "Course ID (path)" },
|
|
2252
|
+
"order_id": { "type": "integer", "description": "Order ID to refund" },
|
|
2253
|
+
"amount": { "type": "integer", "description": "Refund amount in cents (omit for full refund)" },
|
|
2254
|
+
"reason": { "type": "string", "description": "Refund reason (e.g. requested_by_customer)" },
|
|
2255
|
+
"revoke_enrollment": { "type": "boolean", "default": true, "description": "Revoke enrollment on full refund" }
|
|
2256
|
+
},
|
|
2257
|
+
"required": ["course_id", "order_id"]
|
|
2258
|
+
}
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"name": "kalio_create_review",
|
|
2262
|
+
"description": "Create a 1–5 star review for a course (with optional sub-ratings)",
|
|
2263
|
+
"method": "POST",
|
|
2264
|
+
"path": "/courses/{course_id}/reviews",
|
|
2265
|
+
"input_schema": {
|
|
2266
|
+
"type": "object",
|
|
2267
|
+
"properties": {
|
|
2268
|
+
"course_id": { "type": "integer", "description": "Course ID" },
|
|
2269
|
+
"user_id": { "type": "integer", "description": "Reviewer user ID" },
|
|
2270
|
+
"rating": { "type": "integer", "minimum": 1, "maximum": 5, "description": "Overall rating" },
|
|
2271
|
+
"title": { "type": "string", "description": "Review title" },
|
|
2272
|
+
"body": { "type": "string", "description": "Review text" },
|
|
2273
|
+
"content_rating": { "type": "integer", "minimum": 1, "maximum": 5 },
|
|
2274
|
+
"instructor_rating": { "type": "integer", "minimum": 1, "maximum": 5 },
|
|
2275
|
+
"value_rating": { "type": "integer", "minimum": 1, "maximum": 5 }
|
|
2276
|
+
},
|
|
2277
|
+
"required": ["course_id", "user_id", "rating"]
|
|
2278
|
+
}
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"name": "kalio_list_reviews",
|
|
2282
|
+
"description": "List published reviews for a course with rating aggregate (avg + 1–5 distribution)",
|
|
2283
|
+
"method": "GET",
|
|
2284
|
+
"path": "/courses/{course_id}/reviews",
|
|
2285
|
+
"input_schema": {
|
|
2286
|
+
"type": "object",
|
|
2287
|
+
"properties": {
|
|
2288
|
+
"course_id": { "type": "integer", "description": "Course ID" },
|
|
2289
|
+
"user_id": { "type": "integer", "description": "Filter by reviewer" },
|
|
2290
|
+
"limit": { "type": "integer", "default": 20 },
|
|
2291
|
+
"offset": { "type": "integer", "default": 0 },
|
|
2292
|
+
"sort": { "type": "string", "default": "created_at:desc" }
|
|
2293
|
+
},
|
|
2294
|
+
"required": ["course_id"]
|
|
2295
|
+
}
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"name": "kalio_update_review",
|
|
2299
|
+
"description": "Update a review (author edits content; moderator can set status / response)",
|
|
2300
|
+
"method": "PUT",
|
|
2301
|
+
"path": "/reviews/{review_id}",
|
|
2302
|
+
"input_schema": {
|
|
2303
|
+
"type": "object",
|
|
2304
|
+
"properties": {
|
|
2305
|
+
"review_id": { "type": "integer", "description": "Review ID" },
|
|
2306
|
+
"user_id": { "type": "integer", "description": "Author user ID (required for author edits)" },
|
|
2307
|
+
"rating": { "type": "integer", "minimum": 1, "maximum": 5 },
|
|
2308
|
+
"title": { "type": "string" },
|
|
2309
|
+
"body": { "type": "string" },
|
|
2310
|
+
"content_rating": { "type": "integer", "minimum": 1, "maximum": 5 },
|
|
2311
|
+
"instructor_rating": { "type": "integer", "minimum": 1, "maximum": 5 },
|
|
2312
|
+
"value_rating": { "type": "integer", "minimum": 1, "maximum": 5 },
|
|
2313
|
+
"status": { "type": "string", "description": "Moderator-only: published, hidden, deleted" },
|
|
2314
|
+
"response_body": { "type": "string", "description": "Moderator response text" },
|
|
2315
|
+
"response_by": { "type": "integer", "description": "Moderator user ID" }
|
|
2316
|
+
},
|
|
2317
|
+
"required": ["review_id"]
|
|
2318
|
+
}
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "kalio_delete_review",
|
|
2322
|
+
"description": "Soft-delete a course review (or hard-delete with hard=true)",
|
|
2323
|
+
"method": "DELETE",
|
|
2324
|
+
"path": "/reviews/{review_id}",
|
|
2325
|
+
"input_schema": {
|
|
2326
|
+
"type": "object",
|
|
2327
|
+
"properties": {
|
|
2328
|
+
"review_id": { "type": "integer", "description": "Review ID" },
|
|
2329
|
+
"user_id": { "type": "integer", "description": "Author user ID (for permission check)" },
|
|
2330
|
+
"hard": { "type": "boolean", "default": false, "description": "Permanent delete instead of soft delete" }
|
|
2331
|
+
},
|
|
2332
|
+
"required": ["review_id"]
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"name": "kalio_submit_quiz",
|
|
2337
|
+
"description": "Submit and auto-grade a quiz attempt for a lesson",
|
|
2338
|
+
"method": "POST",
|
|
2339
|
+
"path": "/lessons/{lesson_id}/quiz/submit",
|
|
2340
|
+
"input_schema": {
|
|
2341
|
+
"type": "object",
|
|
2342
|
+
"properties": {
|
|
2343
|
+
"lesson_id": { "type": "integer", "description": "Lesson ID (must be lesson_type=quiz)" },
|
|
2344
|
+
"user_id": { "type": "integer", "description": "Student user ID" },
|
|
2345
|
+
"answers": { "type": "object", "description": "Map of question_id -> answer (string or array)" },
|
|
2346
|
+
"time_spent_seconds": { "type": "integer", "default": 0 }
|
|
2347
|
+
},
|
|
2348
|
+
"required": ["lesson_id", "user_id", "answers"]
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
"name": "kalio_submit_assignment",
|
|
2353
|
+
"description": "Submit an assignment for instructor grading",
|
|
2354
|
+
"method": "POST",
|
|
2355
|
+
"path": "/lessons/{lesson_id}/assignment/submit",
|
|
2356
|
+
"input_schema": {
|
|
2357
|
+
"type": "object",
|
|
2358
|
+
"properties": {
|
|
2359
|
+
"lesson_id": { "type": "integer", "description": "Lesson ID (must be lesson_type=assignment)" },
|
|
2360
|
+
"user_id": { "type": "integer", "description": "Student user ID" },
|
|
2361
|
+
"submission_text": { "type": "string", "description": "Submission body" },
|
|
2362
|
+
"submission_url": { "type": "string", "description": "External submission link" },
|
|
2363
|
+
"attachments": { "type": "array", "items": { "type": "object" }, "description": "Attachment metadata array" }
|
|
2364
|
+
},
|
|
2365
|
+
"required": ["lesson_id", "user_id"]
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"name": "kalio_grade_assignment",
|
|
2370
|
+
"description": "Instructor grades an assignment submission",
|
|
2371
|
+
"method": "POST",
|
|
2372
|
+
"path": "/assignments/submissions/{submission_id}/grade",
|
|
2373
|
+
"input_schema": {
|
|
2374
|
+
"type": "object",
|
|
2375
|
+
"properties": {
|
|
2376
|
+
"submission_id": { "type": "integer", "description": "Assignment submission ID" },
|
|
2377
|
+
"graded_by": { "type": "integer", "description": "Grader user ID" },
|
|
2378
|
+
"grade": { "type": "number", "description": "Numeric grade (typically 0-100)" },
|
|
2379
|
+
"grade_label": { "type": "string", "description": "Letter grade or label" },
|
|
2380
|
+
"instructor_feedback": { "type": "string", "description": "Feedback for the student" },
|
|
2381
|
+
"status": { "type": "string", "default": "graded" },
|
|
2382
|
+
"passing_grade": { "type": "number", "default": 70, "description": "Threshold to mark lesson complete" }
|
|
2383
|
+
},
|
|
2384
|
+
"required": ["submission_id", "graded_by", "grade"]
|
|
2385
|
+
}
|
|
2386
|
+
},
|
|
2387
|
+
{
|
|
2388
|
+
"name": "kalio_deliver_certificate",
|
|
2389
|
+
"description": "Render a certificate to PDF and email it to the student",
|
|
2390
|
+
"method": "POST",
|
|
2391
|
+
"path": "/certificates/{certificate_id}/deliver",
|
|
2392
|
+
"input_schema": {
|
|
2393
|
+
"type": "object",
|
|
2394
|
+
"properties": {
|
|
2395
|
+
"certificate_id": { "type": "integer", "description": "Certificate ID" },
|
|
2396
|
+
"send_email": { "type": "boolean", "default": true, "description": "Email the rendered PDF to the student" },
|
|
2397
|
+
"verification_base_url": { "type": "string", "description": "Override the verification URL host" }
|
|
2398
|
+
},
|
|
2399
|
+
"required": ["certificate_id"]
|
|
2400
|
+
}
|
|
2242
2401
|
}
|
|
2243
2402
|
]
|
|
2244
2403
|
}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "kalshi",
|
|
3
|
+
"name": "Kalshi",
|
|
4
|
+
"description": "Kalshi is the US's first CFTC-regulated event-contract exchange — prediction markets on economics (CPI prints, Fed cuts, unemployment), elections, weather, climate, geopolitics, and sports. Comparable to Polymarket but US-regulated, USD-denominated, and accessible to US persons. Read-only public market data (no auth required). Trading endpoints exist but require API key + RSA signing; this integration ships read-only for v1 — use the public_read tools for market discovery, orderbook snapshots, and arbitrage detection vs Polymarket. Full trading auth (key_id + private_key RSA-PSS) is a follow-up that needs server-side signer support.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=kalshi.com&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"prediction-markets",
|
|
8
|
+
"events",
|
|
9
|
+
"regulated",
|
|
10
|
+
"cftc",
|
|
11
|
+
"us"
|
|
12
|
+
],
|
|
13
|
+
"base_url": "https://api.elections.kalshi.com/trade-api/v2",
|
|
14
|
+
"auth": {
|
|
15
|
+
"types": ["none"],
|
|
16
|
+
"headers": {
|
|
17
|
+
"Accept": "application/json"
|
|
18
|
+
},
|
|
19
|
+
"credential_fields": []
|
|
20
|
+
},
|
|
21
|
+
"tools": [
|
|
22
|
+
{
|
|
23
|
+
"name": "list_series",
|
|
24
|
+
"description": "Every series Kalshi runs (a series is a recurring market family — e.g. 'CPI year-over-year prints'). Returns series_ticker, title, category, settlement_sources.",
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"path": "/series",
|
|
27
|
+
"input_schema": {
|
|
28
|
+
"type": "object",
|
|
29
|
+
"properties": {
|
|
30
|
+
"category": {"type": "string", "description": "Filter by category — Economics, Politics, Sports, Climate, Geopolitics, etc."},
|
|
31
|
+
"tags": {"type": "string", "description": "Comma-separated tag filter."}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "list_events",
|
|
37
|
+
"description": "Browse open + recently-resolved events. An event is a specific instance of a series ('CPI YoY for Sep 2026'). Each event holds 1+ markets (which are the actual binary contracts). Use to discover what's tradable.",
|
|
38
|
+
"method": "GET",
|
|
39
|
+
"path": "/events",
|
|
40
|
+
"input_schema": {
|
|
41
|
+
"type": "object",
|
|
42
|
+
"properties": {
|
|
43
|
+
"series_ticker": {"type": "string", "description": "Filter to one series — return only its events."},
|
|
44
|
+
"status": {"type": "string", "enum": ["unopened","open","closed","settled"], "description": "Lifecycle stage."},
|
|
45
|
+
"cursor": {"type": "string", "description": "Pagination cursor."},
|
|
46
|
+
"limit": {"type": "integer", "description": "Max events (1-200). Default 100."},
|
|
47
|
+
"with_nested_markets": {"type": "boolean", "description": "Include the event's child markets in the response — saves a follow-up call."}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "list_markets",
|
|
53
|
+
"description": "Every market — filterable by event, series, status. Returns ticker, event_ticker, series_ticker, yes_bid, yes_ask, no_bid, no_ask, last_price, open_interest, close_time, status. yes_bid + yes_ask are in cents (1-99) and convert directly to implied probability — divide by 100. Use to find specific Kalshi markets comparable to Polymarket markets for arbitrage.",
|
|
54
|
+
"method": "GET",
|
|
55
|
+
"path": "/markets",
|
|
56
|
+
"input_schema": {
|
|
57
|
+
"type": "object",
|
|
58
|
+
"properties": {
|
|
59
|
+
"event_ticker": {"type": "string"},
|
|
60
|
+
"series_ticker": {"type": "string"},
|
|
61
|
+
"ticker": {"type": "string", "description": "Comma-separated specific market tickers."},
|
|
62
|
+
"status": {"type": "string", "enum": ["open","closed","settled","unopened"]},
|
|
63
|
+
"min_close_ts": {"type": "integer", "description": "Unix-seconds — only markets closing on/after."},
|
|
64
|
+
"max_close_ts": {"type": "integer", "description": "Unix-seconds — only markets closing on/before."},
|
|
65
|
+
"cursor": {"type": "string"},
|
|
66
|
+
"limit": {"type": "integer", "description": "Max markets (1-1000). Default 100."}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "get_market",
|
|
72
|
+
"description": "Full detail for one market — ticker, event, series, rules (settlement description, the actual question), yes/no prices, volume, open interest, close + expiration timestamps. Use after list_markets to inspect a specific contract.",
|
|
73
|
+
"method": "GET",
|
|
74
|
+
"path": "/markets/{ticker}",
|
|
75
|
+
"input_schema": {
|
|
76
|
+
"type": "object",
|
|
77
|
+
"properties": {
|
|
78
|
+
"ticker": {"type": "string", "description": "Market ticker — e.g. 'PRES-2028-DJT-YES'."}
|
|
79
|
+
},
|
|
80
|
+
"required": ["ticker"]
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "get_orderbook",
|
|
85
|
+
"description": "Top of book + depth for a market. Returns yes side + no side as arrays of [price_cents, size] pairs. Critical for assessing actual liquidity vs Polymarket's depth before committing to an arb.",
|
|
86
|
+
"method": "GET",
|
|
87
|
+
"path": "/markets/{ticker}/orderbook",
|
|
88
|
+
"input_schema": {
|
|
89
|
+
"type": "object",
|
|
90
|
+
"properties": {
|
|
91
|
+
"ticker": {"type": "string"},
|
|
92
|
+
"depth": {"type": "integer", "description": "Number of levels each side. Default 50."}
|
|
93
|
+
},
|
|
94
|
+
"required": ["ticker"]
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "get_market_history",
|
|
99
|
+
"description": "Price history (last trade per period) for a market. Use to see how the market price has evolved + spot mean-reversion or trend setups vs polymarket.",
|
|
100
|
+
"method": "GET",
|
|
101
|
+
"path": "/markets/{ticker}/candlesticks",
|
|
102
|
+
"input_schema": {
|
|
103
|
+
"type": "object",
|
|
104
|
+
"properties": {
|
|
105
|
+
"ticker": {"type": "string"},
|
|
106
|
+
"start_ts": {"type": "integer", "description": "Unix-seconds lower bound."},
|
|
107
|
+
"end_ts": {"type": "integer", "description": "Unix-seconds upper bound."},
|
|
108
|
+
"period_interval": {"type": "integer", "description": "Bar width in minutes. 1, 60, 1440 etc."}
|
|
109
|
+
},
|
|
110
|
+
"required": ["ticker"]
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "get_market_trades",
|
|
115
|
+
"description": "Recent trades for a market — full tape including price + size + side + timestamp. Use to see actual taker flow + verify quoted prices are real (vs stale book).",
|
|
116
|
+
"method": "GET",
|
|
117
|
+
"path": "/markets/trades",
|
|
118
|
+
"input_schema": {
|
|
119
|
+
"type": "object",
|
|
120
|
+
"properties": {
|
|
121
|
+
"ticker": {"type": "string", "description": "Market ticker filter."},
|
|
122
|
+
"cursor": {"type": "string"},
|
|
123
|
+
"limit": {"type": "integer", "default": 100},
|
|
124
|
+
"min_ts": {"type": "integer"},
|
|
125
|
+
"max_ts": {"type": "integer"}
|
|
126
|
+
},
|
|
127
|
+
"required": ["ticker"]
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "exchange_status",
|
|
132
|
+
"description": "Is Kalshi's exchange currently accepting trades? Returns trading_active + exchange_active. Cheap health check; useful when an agent is about to place orders to confirm the venue is live.",
|
|
133
|
+
"method": "GET",
|
|
134
|
+
"path": "/exchange/status",
|
|
135
|
+
"input_schema": {
|
|
136
|
+
"type": "object",
|
|
137
|
+
"properties": {}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
"health_check": {
|
|
142
|
+
"tool": "exchange_status"
|
|
143
|
+
}
|
|
144
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "keywords-everywhere",
|
|
3
|
+
"name": "Keywords Everywhere",
|
|
4
|
+
"description": "Keyword research API — search volume, CPC, competition, trend data for any keyword list. Credit-based pricing ($10 = 100k credits). Also covers People Also Search For, Related, and trends.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=keywordseverywhere.com&sz=128",
|
|
6
|
+
"categories": ["seo", "keywords", "search-volume", "cpc", "competition", "trends"],
|
|
7
|
+
"base_url": "https://api.keywordseverywhere.com/v1",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["bearer"],
|
|
10
|
+
"headers": { "Authorization": "Bearer {{token}}" },
|
|
11
|
+
"credential_fields": [
|
|
12
|
+
{ "name": "token", "label": "API Key", "description": "Generate at keywordseverywhere.com/manage-api-key" }
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"tools": [
|
|
16
|
+
{
|
|
17
|
+
"name": "get_keyword_data",
|
|
18
|
+
"description": "Search volume, CPC, competition, trend for a list of keywords",
|
|
19
|
+
"method": "POST",
|
|
20
|
+
"path": "/get_keyword_data",
|
|
21
|
+
"input_schema": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"properties": {
|
|
24
|
+
"country": { "type": "string", "description": "us|uk|ca|au|in|... or 'global'" },
|
|
25
|
+
"currency": { "type": "string", "description": "USD|EUR|..." },
|
|
26
|
+
"dataSource": { "type": "string", "description": "gkp (Google Keyword Planner) | cli (clickstream)" },
|
|
27
|
+
"kw": { "type": "array", "description": "List of keyword strings (max 100 per call)" }
|
|
28
|
+
},
|
|
29
|
+
"required": ["country", "kw"]
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "get_related_keywords",
|
|
34
|
+
"description": "Get keywords related to a seed keyword",
|
|
35
|
+
"method": "POST",
|
|
36
|
+
"path": "/get_related_keywords",
|
|
37
|
+
"input_schema": {
|
|
38
|
+
"type": "object",
|
|
39
|
+
"properties": {
|
|
40
|
+
"country": { "type": "string" },
|
|
41
|
+
"currency": { "type": "string" },
|
|
42
|
+
"kw": { "type": "string" },
|
|
43
|
+
"num": { "type": "number" }
|
|
44
|
+
},
|
|
45
|
+
"required": ["country", "kw"]
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "get_people_also_search_for",
|
|
50
|
+
"description": "Get 'People Also Search For' keywords for a seed",
|
|
51
|
+
"method": "POST",
|
|
52
|
+
"path": "/get_people_also_search_for",
|
|
53
|
+
"input_schema": {
|
|
54
|
+
"type": "object",
|
|
55
|
+
"properties": {
|
|
56
|
+
"country": { "type": "string" },
|
|
57
|
+
"currency": { "type": "string" },
|
|
58
|
+
"kw": { "type": "string" }
|
|
59
|
+
},
|
|
60
|
+
"required": ["country", "kw"]
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "get_long_tail_keywords",
|
|
65
|
+
"description": "Get long-tail keyword variants",
|
|
66
|
+
"method": "POST",
|
|
67
|
+
"path": "/get_long_tail_keywords",
|
|
68
|
+
"input_schema": {
|
|
69
|
+
"type": "object",
|
|
70
|
+
"properties": {
|
|
71
|
+
"country": { "type": "string" },
|
|
72
|
+
"currency": { "type": "string" },
|
|
73
|
+
"kw": { "type": "string" }
|
|
74
|
+
},
|
|
75
|
+
"required": ["country", "kw"]
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "get_credits",
|
|
80
|
+
"description": "Remaining credits on the account",
|
|
81
|
+
"method": "GET",
|
|
82
|
+
"path": "/get_credits",
|
|
83
|
+
"input_schema": { "type": "object", "properties": {} }
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
}
|