@apteva/integrations 0.3.61 → 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 +105 -8
- 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,180 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "api-sports",
|
|
3
|
+
"name": "API-Sports (Football)",
|
|
4
|
+
"description": "Structured sports data from API-Sports — standings, fixtures, results, head-to-head records, team + player statistics, and injuries. This entry targets API-Football (soccer) — the world's largest sports-betting and prediction market — at the v3 endpoint. API-Sports is organized per-sport on separate hosts (football, basketball, baseball, hockey, F1, MMA, …); the `host` credential lets you repoint this connection to a sister API (e.g. v1.basketball.api-sports.io), though the path schema below matches API-Football v3, so other sports are best served by cloning this entry with their endpoint shape. NOTE: API-Sports does NOT cover tennis — use the tennis-abstract integration for ATP/WTA history. Free tier: ~100 requests/day. Sign up at https://api-sports.io (or via RapidAPI). Direct api-sports.io auth uses the x-apisports-key header.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=api-sports.io&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"sports",
|
|
8
|
+
"football",
|
|
9
|
+
"soccer",
|
|
10
|
+
"stats",
|
|
11
|
+
"standings",
|
|
12
|
+
"head-to-head",
|
|
13
|
+
"prediction-markets"
|
|
14
|
+
],
|
|
15
|
+
"base_url": "https://{{host}}",
|
|
16
|
+
"auth": {
|
|
17
|
+
"types": ["api_key"],
|
|
18
|
+
"headers": {
|
|
19
|
+
"x-apisports-key": "{{api_key}}"
|
|
20
|
+
},
|
|
21
|
+
"credential_fields": [
|
|
22
|
+
{
|
|
23
|
+
"name": "api_key",
|
|
24
|
+
"label": "API-Sports Key",
|
|
25
|
+
"description": "From your API-Sports dashboard at https://dashboard.api-sports.io. Free tier ~100 req/day. (If you subscribed via RapidAPI instead, the auth headers differ — use a RapidAPI-shaped integration.)"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "host",
|
|
29
|
+
"label": "API host",
|
|
30
|
+
"description": "Per-sport API-Sports host. Default is API-Football v3. Other sports: v1.basketball.api-sports.io, v1.baseball.api-sports.io, v1.hockey.api-sports.io, v1.formula-1.api-sports.io, v1.american-football.api-sports.io. The tool paths below assume API-Football v3; sister sports use analogous but not identical paths (e.g. /games instead of /fixtures).",
|
|
31
|
+
"default": "v3.football.api-sports.io"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"tools": [
|
|
36
|
+
{
|
|
37
|
+
"name": "status",
|
|
38
|
+
"description": "Account + subscription status — requests used today, plan limits, account active. Cheap health check; call to confirm the key works + you have quota.",
|
|
39
|
+
"method": "GET",
|
|
40
|
+
"path": "/status",
|
|
41
|
+
"input_schema": { "type": "object", "properties": {} }
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "leagues",
|
|
45
|
+
"description": "Find leagues/competitions. Returns league id + name + country + seasons covered. Use to resolve 'Premier League' → league id (39) before standings/fixtures.",
|
|
46
|
+
"method": "GET",
|
|
47
|
+
"path": "/leagues",
|
|
48
|
+
"input_schema": {
|
|
49
|
+
"type": "object",
|
|
50
|
+
"properties": {
|
|
51
|
+
"id": {"type": "string"},
|
|
52
|
+
"name": {"type": "string"},
|
|
53
|
+
"country": {"type": "string"},
|
|
54
|
+
"season": {"type": "string", "description": "YYYY"},
|
|
55
|
+
"current": {"type": "string", "enum": ["true", "false"]},
|
|
56
|
+
"search": {"type": "string", "description": "Free-text league name search (≥3 chars)."}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "standings",
|
|
62
|
+
"description": "Current league table for a season — rank, team, played, win/draw/loss, goals for/against, points, form (last-5 string like 'WWDLW'). The single best read for assessing team strength when reasoning about a fixture.",
|
|
63
|
+
"method": "GET",
|
|
64
|
+
"path": "/standings",
|
|
65
|
+
"input_schema": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"league": {"type": "string", "description": "League id (e.g. 39 = EPL)."},
|
|
69
|
+
"season": {"type": "string", "description": "YYYY (the starting year of the season)."},
|
|
70
|
+
"team": {"type": "string", "description": "Optional — restrict to one team's standing row."}
|
|
71
|
+
},
|
|
72
|
+
"required": ["league", "season"]
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "teams",
|
|
77
|
+
"description": "Find teams. Returns team id + name + country + founded + venue. Use to resolve a team name to its id (needed for head_to_head + fixtures filters).",
|
|
78
|
+
"method": "GET",
|
|
79
|
+
"path": "/teams",
|
|
80
|
+
"input_schema": {
|
|
81
|
+
"type": "object",
|
|
82
|
+
"properties": {
|
|
83
|
+
"id": {"type": "string"},
|
|
84
|
+
"name": {"type": "string"},
|
|
85
|
+
"league": {"type": "string"},
|
|
86
|
+
"season": {"type": "string"},
|
|
87
|
+
"country": {"type": "string"},
|
|
88
|
+
"search": {"type": "string", "description": "Free-text team name search (≥3 chars)."}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "team_statistics",
|
|
94
|
+
"description": "Aggregate season stats for one team in one league — form, win/draw/loss splits home vs away, goals scored/conceded by interval, clean sheets, biggest streaks. Deeper than the standings row for assessing a team's true level.",
|
|
95
|
+
"method": "GET",
|
|
96
|
+
"path": "/teams/statistics",
|
|
97
|
+
"input_schema": {
|
|
98
|
+
"type": "object",
|
|
99
|
+
"properties": {
|
|
100
|
+
"league": {"type": "string"},
|
|
101
|
+
"season": {"type": "string"},
|
|
102
|
+
"team": {"type": "string"}
|
|
103
|
+
},
|
|
104
|
+
"required": ["league", "season", "team"]
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "fixtures",
|
|
109
|
+
"description": "Matches — past results + upcoming fixtures. Filter by league+season, team, date, or a from/to window. Use last=N for a team's recent results, next=N for its upcoming schedule. Each fixture carries status, score, venue, and (for finished) the result. Use to verify whether a market should be resolved + check outcomes.",
|
|
110
|
+
"method": "GET",
|
|
111
|
+
"path": "/fixtures",
|
|
112
|
+
"input_schema": {
|
|
113
|
+
"type": "object",
|
|
114
|
+
"properties": {
|
|
115
|
+
"id": {"type": "string", "description": "Single fixture id."},
|
|
116
|
+
"league": {"type": "string"},
|
|
117
|
+
"season": {"type": "string"},
|
|
118
|
+
"team": {"type": "string"},
|
|
119
|
+
"date": {"type": "string", "description": "YYYY-MM-DD — all fixtures that day."},
|
|
120
|
+
"from": {"type": "string", "description": "YYYY-MM-DD window start."},
|
|
121
|
+
"to": {"type": "string", "description": "YYYY-MM-DD window end."},
|
|
122
|
+
"last": {"type": "string", "description": "N most recent finished fixtures (for the given team)."},
|
|
123
|
+
"next": {"type": "string", "description": "N upcoming fixtures (for the given team)."},
|
|
124
|
+
"status": {"type": "string", "description": "Filter by status code — NS (not started), FT (full time), LIVE, etc."}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "head_to_head",
|
|
130
|
+
"description": "Historical head-to-head between two teams — every prior meeting with date, competition, and result. The core enrichment for a match market: who tends to win when these two play. Pass h2h as 'TEAMID1-TEAMID2' (ids from the teams tool).",
|
|
131
|
+
"method": "GET",
|
|
132
|
+
"path": "/fixtures/headtohead",
|
|
133
|
+
"input_schema": {
|
|
134
|
+
"type": "object",
|
|
135
|
+
"properties": {
|
|
136
|
+
"h2h": {"type": "string", "description": "Two team ids joined by a dash, e.g. '33-34'."},
|
|
137
|
+
"last": {"type": "string", "description": "Limit to the N most recent meetings."},
|
|
138
|
+
"league": {"type": "string", "description": "Optional — restrict to one competition."},
|
|
139
|
+
"season": {"type": "string"}
|
|
140
|
+
},
|
|
141
|
+
"required": ["h2h"]
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "players",
|
|
146
|
+
"description": "Player search + season statistics — appearances, goals, assists, cards, rating. Use to resolve a player name to an id and pull their form.",
|
|
147
|
+
"method": "GET",
|
|
148
|
+
"path": "/players",
|
|
149
|
+
"input_schema": {
|
|
150
|
+
"type": "object",
|
|
151
|
+
"properties": {
|
|
152
|
+
"id": {"type": "string"},
|
|
153
|
+
"team": {"type": "string"},
|
|
154
|
+
"league": {"type": "string"},
|
|
155
|
+
"season": {"type": "string"},
|
|
156
|
+
"search": {"type": "string", "description": "Free-text player name (≥4 chars)."}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "injuries",
|
|
162
|
+
"description": "Injury + suspension list for a league/season/team/fixture. Material for a match market — a key player out shifts the fair probability the books may not have fully priced.",
|
|
163
|
+
"method": "GET",
|
|
164
|
+
"path": "/injuries",
|
|
165
|
+
"input_schema": {
|
|
166
|
+
"type": "object",
|
|
167
|
+
"properties": {
|
|
168
|
+
"league": {"type": "string"},
|
|
169
|
+
"season": {"type": "string"},
|
|
170
|
+
"team": {"type": "string"},
|
|
171
|
+
"fixture": {"type": "string"},
|
|
172
|
+
"date": {"type": "string", "description": "YYYY-MM-DD."}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
],
|
|
177
|
+
"health_check": {
|
|
178
|
+
"tool": "status"
|
|
179
|
+
}
|
|
180
|
+
}
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "apple-search-ads",
|
|
3
|
+
"name": "Apple Search Ads",
|
|
4
|
+
"description": "Apple Search Ads Campaign Management API v5 — App Store search-result ads. Two-leg auth: sign a JWT (ES256) with your team's private key + key id + Apple client_id (audience: appleid.apple.com), POST it to https://appleid.apple.com/auth/oauth2/token as client_assertion to get an access_token. Every API call needs Authorization: Bearer + X-AP-Context: orgId={orgId}.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=searchads.apple.com&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"advertising",
|
|
8
|
+
"marketing",
|
|
9
|
+
"campaigns",
|
|
10
|
+
"apple",
|
|
11
|
+
"app-store",
|
|
12
|
+
"search-ads",
|
|
13
|
+
"mobile-ads"
|
|
14
|
+
],
|
|
15
|
+
"base_url": "https://api.searchads.apple.com/api/v5",
|
|
16
|
+
"auth": {
|
|
17
|
+
"types": [
|
|
18
|
+
"bearer"
|
|
19
|
+
],
|
|
20
|
+
"headers": {
|
|
21
|
+
"Authorization": "Bearer {{token}}",
|
|
22
|
+
"X-AP-Context": "orgId={{org_id}}"
|
|
23
|
+
},
|
|
24
|
+
"credential_fields": [
|
|
25
|
+
{
|
|
26
|
+
"name": "token",
|
|
27
|
+
"label": "access_token",
|
|
28
|
+
"type": "password",
|
|
29
|
+
"description": "Bearer token from POST /auth/oauth2/token. Lifetime 1 hour."
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "org_id",
|
|
33
|
+
"label": "Org ID",
|
|
34
|
+
"description": "Apple Search Ads org/account id (numeric). Required in X-AP-Context."
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "client_id",
|
|
38
|
+
"label": "Apple Client ID",
|
|
39
|
+
"description": "Client ID from Search Ads UI > Account Settings > API. Format: SEARCHADS.<uuid>"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "team_id",
|
|
43
|
+
"label": "Team ID",
|
|
44
|
+
"description": "Team ID from Search Ads UI > Account Settings > API. Same value as Apple Client ID for most orgs."
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "key_id",
|
|
48
|
+
"label": "Key ID",
|
|
49
|
+
"description": "ES256 key identifier (kid) from Search Ads UI > Account Settings > API"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "private_key",
|
|
53
|
+
"label": "Private Key (PEM)",
|
|
54
|
+
"type": "password",
|
|
55
|
+
"description": "EC private key (P-256). Used to sign the JWT client_assertion. PEM format starting with -----BEGIN EC PRIVATE KEY-----."
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
"tools": [
|
|
60
|
+
{
|
|
61
|
+
"name": "list_campaigns",
|
|
62
|
+
"description": "List campaigns under the current org. Supports limit/offset paging and a sort + filter (Conditions[]) body.",
|
|
63
|
+
"method": "GET",
|
|
64
|
+
"path": "/campaigns",
|
|
65
|
+
"input_schema": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"limit": { "type": "integer", "default": 100, "description": "Max 1000" },
|
|
69
|
+
"offset": { "type": "integer", "default": 0 }
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "find_campaigns",
|
|
75
|
+
"description": "POST search for campaigns with conditions/orderBy/pagination. conditions[] entries: {field, operator (EQUALS|CONTAINS|GREATER_THAN|...), values}.",
|
|
76
|
+
"method": "POST",
|
|
77
|
+
"path": "/campaigns/find",
|
|
78
|
+
"input_schema": {
|
|
79
|
+
"type": "object",
|
|
80
|
+
"properties": {
|
|
81
|
+
"conditions": { "type": "array", "items": { "type": "object" } },
|
|
82
|
+
"orderBy": { "type": "array", "items": { "type": "object" } },
|
|
83
|
+
"pagination": { "type": "object", "description": "{\"offset\": 0, \"limit\": 100}" }
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "create_campaign",
|
|
89
|
+
"description": "Create a campaign. Required: orgId (numeric), name, adamId (the iTunes app ID being promoted), countriesOrRegions, budgetAmount {amount, currency}, dailyBudgetAmount, billingEvent ('TAPS'), adChannelType (SEARCH|DISPLAY), supplySources (['APPSTORE_SEARCH_RESULTS'] for the default placement).",
|
|
90
|
+
"method": "POST",
|
|
91
|
+
"path": "/campaigns",
|
|
92
|
+
"input_schema": {
|
|
93
|
+
"type": "object",
|
|
94
|
+
"properties": {
|
|
95
|
+
"orgId": { "type": "integer" },
|
|
96
|
+
"name": { "type": "string" },
|
|
97
|
+
"adamId": { "type": "integer", "description": "iTunes app ID being promoted" },
|
|
98
|
+
"countriesOrRegions": { "type": "array", "items": { "type": "string" }, "description": "ISO country codes, e.g. [\"US\",\"CA\"]" },
|
|
99
|
+
"budgetAmount": { "type": "object", "description": "{\"amount\": \"1000\", \"currency\": \"USD\"}" },
|
|
100
|
+
"dailyBudgetAmount": { "type": "object" },
|
|
101
|
+
"billingEvent": { "type": "string", "enum": ["TAPS"], "default": "TAPS" },
|
|
102
|
+
"adChannelType": { "type": "string", "enum": ["SEARCH", "DISPLAY"], "default": "SEARCH" },
|
|
103
|
+
"supplySources": {
|
|
104
|
+
"type": "array",
|
|
105
|
+
"items": { "type": "string", "enum": ["APPSTORE_SEARCH_RESULTS", "APPSTORE_SEARCH_TAB", "APPSTORE_TODAY_TAB", "APPSTORE_PRODUCT_PAGES_BROWSE"] }
|
|
106
|
+
},
|
|
107
|
+
"status": { "type": "string", "enum": ["ENABLED", "PAUSED"], "default": "PAUSED" }
|
|
108
|
+
},
|
|
109
|
+
"required": ["orgId", "name", "adamId", "countriesOrRegions", "budgetAmount", "dailyBudgetAmount"]
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "update_campaign",
|
|
114
|
+
"description": "Update a campaign. Pass campaignId in path; body wraps fields under \"campaign\" plus a clearGeoTargetingOnCountryOrRegionChange flag when changing countries.",
|
|
115
|
+
"method": "PUT",
|
|
116
|
+
"path": "/campaigns/{campaignId}",
|
|
117
|
+
"input_schema": {
|
|
118
|
+
"type": "object",
|
|
119
|
+
"properties": {
|
|
120
|
+
"campaignId": { "type": "integer" },
|
|
121
|
+
"campaign": { "type": "object", "description": "Fields to update — name, dailyBudgetAmount, status, etc." },
|
|
122
|
+
"clearGeoTargetingOnCountryOrRegionChange": { "type": "boolean", "default": false }
|
|
123
|
+
},
|
|
124
|
+
"required": ["campaignId", "campaign"]
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "list_ad_groups",
|
|
129
|
+
"description": "List ad groups under a campaign.",
|
|
130
|
+
"method": "GET",
|
|
131
|
+
"path": "/campaigns/{campaignId}/adgroups",
|
|
132
|
+
"input_schema": {
|
|
133
|
+
"type": "object",
|
|
134
|
+
"properties": {
|
|
135
|
+
"campaignId": { "type": "integer" },
|
|
136
|
+
"limit": { "type": "integer", "default": 100 },
|
|
137
|
+
"offset": { "type": "integer", "default": 0 }
|
|
138
|
+
},
|
|
139
|
+
"required": ["campaignId"]
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "create_ad_group",
|
|
144
|
+
"description": "Create an ad group inside a campaign. Required: name, defaultBidAmount {amount, currency}, startTime (ISO8601), automatedKeywordsOptIn (true|false), pricingModel ('CPC'). targetingDimensions optionally narrow audience (gender, age range, device class, locality).",
|
|
145
|
+
"method": "POST",
|
|
146
|
+
"path": "/campaigns/{campaignId}/adgroups",
|
|
147
|
+
"input_schema": {
|
|
148
|
+
"type": "object",
|
|
149
|
+
"properties": {
|
|
150
|
+
"campaignId": { "type": "integer" },
|
|
151
|
+
"name": { "type": "string" },
|
|
152
|
+
"defaultBidAmount": { "type": "object" },
|
|
153
|
+
"startTime": { "type": "string", "description": "ISO 8601 datetime" },
|
|
154
|
+
"endTime": { "type": "string" },
|
|
155
|
+
"automatedKeywordsOptIn": { "type": "boolean", "default": false },
|
|
156
|
+
"pricingModel": { "type": "string", "enum": ["CPC"], "default": "CPC" },
|
|
157
|
+
"targetingDimensions": { "type": "object" },
|
|
158
|
+
"status": { "type": "string", "enum": ["ENABLED", "PAUSED"], "default": "PAUSED" }
|
|
159
|
+
},
|
|
160
|
+
"required": ["campaignId", "name", "defaultBidAmount", "startTime", "automatedKeywordsOptIn"]
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "list_targeting_keywords",
|
|
165
|
+
"description": "List keywords (targeting) under an ad group.",
|
|
166
|
+
"method": "GET",
|
|
167
|
+
"path": "/campaigns/{campaignId}/adgroups/{adGroupId}/targetingkeywords",
|
|
168
|
+
"input_schema": {
|
|
169
|
+
"type": "object",
|
|
170
|
+
"properties": {
|
|
171
|
+
"campaignId": { "type": "integer" },
|
|
172
|
+
"adGroupId": { "type": "integer" },
|
|
173
|
+
"limit": { "type": "integer", "default": 1000 },
|
|
174
|
+
"offset": { "type": "integer", "default": 0 }
|
|
175
|
+
},
|
|
176
|
+
"required": ["campaignId", "adGroupId"]
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "create_targeting_keywords",
|
|
181
|
+
"description": "Bulk-add keywords to an ad group. Each item: text, matchType (EXACT|BROAD), bidAmount {amount, currency}, status (ACTIVE|PAUSED).",
|
|
182
|
+
"method": "POST",
|
|
183
|
+
"path": "/campaigns/{campaignId}/adgroups/{adGroupId}/targetingkeywords/bulk",
|
|
184
|
+
"input_schema": {
|
|
185
|
+
"type": "object",
|
|
186
|
+
"properties": {
|
|
187
|
+
"campaignId": { "type": "integer" },
|
|
188
|
+
"adGroupId": { "type": "integer" },
|
|
189
|
+
"keywords": { "type": "array", "items": { "type": "object" } }
|
|
190
|
+
},
|
|
191
|
+
"required": ["campaignId", "adGroupId", "keywords"]
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "list_negative_keywords",
|
|
196
|
+
"description": "List negative keywords scoped to a campaign.",
|
|
197
|
+
"method": "GET",
|
|
198
|
+
"path": "/campaigns/{campaignId}/negativekeywords",
|
|
199
|
+
"input_schema": {
|
|
200
|
+
"type": "object",
|
|
201
|
+
"properties": {
|
|
202
|
+
"campaignId": { "type": "integer" },
|
|
203
|
+
"limit": { "type": "integer", "default": 1000 },
|
|
204
|
+
"offset": { "type": "integer", "default": 0 }
|
|
205
|
+
},
|
|
206
|
+
"required": ["campaignId"]
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "campaign_report",
|
|
211
|
+
"description": "Run a campaign-level performance report. groupBy (e.g. [\"countryOrRegion\"]) and granularity (DAILY|WEEKLY|MONTHLY|HOURLY) shape the result. selector lets you filter (conditions, fields, orderBy, pagination).",
|
|
212
|
+
"method": "POST",
|
|
213
|
+
"path": "/reports/campaigns",
|
|
214
|
+
"input_schema": {
|
|
215
|
+
"type": "object",
|
|
216
|
+
"properties": {
|
|
217
|
+
"startTime": { "type": "string", "description": "YYYY-MM-DD" },
|
|
218
|
+
"endTime": { "type": "string", "description": "YYYY-MM-DD" },
|
|
219
|
+
"selector": { "type": "object" },
|
|
220
|
+
"groupBy": { "type": "array", "items": { "type": "string" } },
|
|
221
|
+
"timeZone": { "type": "string", "enum": ["UTC", "ORTZ"], "default": "ORTZ" },
|
|
222
|
+
"returnRecordsWithNoMetrics": { "type": "boolean", "default": false },
|
|
223
|
+
"returnRowTotals": { "type": "boolean", "default": true },
|
|
224
|
+
"returnGrandTotals": { "type": "boolean", "default": true },
|
|
225
|
+
"granularity": { "type": "string", "enum": ["HOURLY", "DAILY", "WEEKLY", "MONTHLY"], "default": "DAILY" }
|
|
226
|
+
},
|
|
227
|
+
"required": ["startTime", "endTime"]
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "ad_group_report",
|
|
232
|
+
"description": "Run an ad-group-level performance report under a campaign.",
|
|
233
|
+
"method": "POST",
|
|
234
|
+
"path": "/reports/campaigns/{campaignId}/adgroups",
|
|
235
|
+
"input_schema": {
|
|
236
|
+
"type": "object",
|
|
237
|
+
"properties": {
|
|
238
|
+
"campaignId": { "type": "integer" },
|
|
239
|
+
"startTime": { "type": "string" },
|
|
240
|
+
"endTime": { "type": "string" },
|
|
241
|
+
"selector": { "type": "object" },
|
|
242
|
+
"granularity": { "type": "string", "enum": ["HOURLY", "DAILY", "WEEKLY", "MONTHLY"], "default": "DAILY" },
|
|
243
|
+
"returnRecordsWithNoMetrics": { "type": "boolean", "default": false }
|
|
244
|
+
},
|
|
245
|
+
"required": ["campaignId", "startTime", "endTime"]
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "keyword_report",
|
|
250
|
+
"description": "Run a keyword-level performance report (search terms, ROAS, CPA, install rate) under a campaign.",
|
|
251
|
+
"method": "POST",
|
|
252
|
+
"path": "/reports/campaigns/{campaignId}/keywords",
|
|
253
|
+
"input_schema": {
|
|
254
|
+
"type": "object",
|
|
255
|
+
"properties": {
|
|
256
|
+
"campaignId": { "type": "integer" },
|
|
257
|
+
"startTime": { "type": "string" },
|
|
258
|
+
"endTime": { "type": "string" },
|
|
259
|
+
"selector": { "type": "object" },
|
|
260
|
+
"granularity": { "type": "string", "enum": ["HOURLY", "DAILY", "WEEKLY", "MONTHLY"], "default": "DAILY" }
|
|
261
|
+
},
|
|
262
|
+
"required": ["campaignId", "startTime", "endTime"]
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
]
|
|
266
|
+
}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "auth0",
|
|
3
|
+
"name": "Auth0",
|
|
4
|
+
"description": "MCP server for Auth0 - users, roles, applications, connections, tenants via Management API",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=auth0.com&sz=128",
|
|
6
|
+
"categories": ["auth", "identity", "security", "sso"],
|
|
7
|
+
"base_url": "https://{{domain}}/api/v2",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["bearer"],
|
|
10
|
+
"headers": { "Authorization": "Bearer {{token}}" },
|
|
11
|
+
"credential_fields": [
|
|
12
|
+
{ "name": "domain", "label": "Tenant Domain", "description": "e.g. my-tenant.us.auth0.com" },
|
|
13
|
+
{ "name": "token", "label": "Management API Token" },
|
|
14
|
+
{ "name": "clientId", "label": "Client ID" },
|
|
15
|
+
{ "name": "clientSecret", "label": "Client Secret" }
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"tools": [
|
|
19
|
+
{
|
|
20
|
+
"name": "list_users",
|
|
21
|
+
"description": "Search and list users",
|
|
22
|
+
"method": "GET",
|
|
23
|
+
"path": "/users",
|
|
24
|
+
"input_schema": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"properties": {
|
|
27
|
+
"q": { "type": "string" },
|
|
28
|
+
"page": { "type": "number" },
|
|
29
|
+
"per_page": { "type": "number" },
|
|
30
|
+
"search_engine": { "type": "string" }
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "get_user",
|
|
36
|
+
"description": "Get a user by ID",
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"path": "/users/{id}",
|
|
39
|
+
"input_schema": {
|
|
40
|
+
"type": "object",
|
|
41
|
+
"properties": { "id": { "type": "string" } },
|
|
42
|
+
"required": ["id"]
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "create_user",
|
|
47
|
+
"description": "Create a new user",
|
|
48
|
+
"method": "POST",
|
|
49
|
+
"path": "/users",
|
|
50
|
+
"input_schema": {
|
|
51
|
+
"type": "object",
|
|
52
|
+
"properties": {
|
|
53
|
+
"email": { "type": "string" },
|
|
54
|
+
"password": { "type": "string" },
|
|
55
|
+
"connection": { "type": "string" },
|
|
56
|
+
"user_metadata": { "type": "object" },
|
|
57
|
+
"app_metadata": { "type": "object" }
|
|
58
|
+
},
|
|
59
|
+
"required": ["email", "connection"]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "update_user",
|
|
64
|
+
"description": "Update a user",
|
|
65
|
+
"method": "PATCH",
|
|
66
|
+
"path": "/users/{id}",
|
|
67
|
+
"input_schema": {
|
|
68
|
+
"type": "object",
|
|
69
|
+
"properties": {
|
|
70
|
+
"id": { "type": "string" },
|
|
71
|
+
"email": { "type": "string" },
|
|
72
|
+
"blocked": { "type": "boolean" },
|
|
73
|
+
"user_metadata": { "type": "object" },
|
|
74
|
+
"app_metadata": { "type": "object" }
|
|
75
|
+
},
|
|
76
|
+
"required": ["id"]
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "delete_user",
|
|
81
|
+
"description": "Delete a user",
|
|
82
|
+
"method": "DELETE",
|
|
83
|
+
"path": "/users/{id}",
|
|
84
|
+
"input_schema": {
|
|
85
|
+
"type": "object",
|
|
86
|
+
"properties": { "id": { "type": "string" } },
|
|
87
|
+
"required": ["id"]
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "assign_roles",
|
|
92
|
+
"description": "Assign roles to a user",
|
|
93
|
+
"method": "POST",
|
|
94
|
+
"path": "/users/{id}/roles",
|
|
95
|
+
"input_schema": {
|
|
96
|
+
"type": "object",
|
|
97
|
+
"properties": {
|
|
98
|
+
"id": { "type": "string" },
|
|
99
|
+
"roles": { "type": "array", "items": { "type": "string" } }
|
|
100
|
+
},
|
|
101
|
+
"required": ["id", "roles"]
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "list_roles",
|
|
106
|
+
"description": "List all roles",
|
|
107
|
+
"method": "GET",
|
|
108
|
+
"path": "/roles",
|
|
109
|
+
"input_schema": { "type": "object", "properties": {} }
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "list_applications",
|
|
113
|
+
"description": "List clients/applications",
|
|
114
|
+
"method": "GET",
|
|
115
|
+
"path": "/clients",
|
|
116
|
+
"input_schema": { "type": "object", "properties": {} }
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "list_connections",
|
|
120
|
+
"description": "List database/social connections",
|
|
121
|
+
"method": "GET",
|
|
122
|
+
"path": "/connections",
|
|
123
|
+
"input_schema": { "type": "object", "properties": {} }
|
|
124
|
+
}
|
|
125
|
+
]
|
|
126
|
+
}
|