@apteva/integrations 0.3.62 → 0.15.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +180 -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 +13 -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,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "wikipedia",
|
|
3
|
+
"name": "Wikipedia",
|
|
4
|
+
"description": "Free encyclopedia API — page lookups, search, and the recent-changes firehose. Wikipedia updates remarkably fast on major real-world events (deaths, election outcomes, breaking news) — often within minutes — making it a surprisingly good 'has X happened?' sentinel for prediction markets. The recent-changes feed is the canonical way to monitor for sudden edits to a specific article. No auth required, just a polite User-Agent.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=wikipedia.org&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"knowledge",
|
|
8
|
+
"research",
|
|
9
|
+
"news",
|
|
10
|
+
"public-data",
|
|
11
|
+
"encyclopedia"
|
|
12
|
+
],
|
|
13
|
+
"base_url": "https://en.wikipedia.org",
|
|
14
|
+
"auth": {
|
|
15
|
+
"types": ["none"],
|
|
16
|
+
"headers": {
|
|
17
|
+
"User-Agent": "Apteva-Trading-Agent/1.0 (https://apteva.com)",
|
|
18
|
+
"Accept": "application/json"
|
|
19
|
+
},
|
|
20
|
+
"credential_fields": []
|
|
21
|
+
},
|
|
22
|
+
"tools": [
|
|
23
|
+
{
|
|
24
|
+
"name": "page_summary",
|
|
25
|
+
"description": "Lead-paragraph summary of a Wikipedia article. Returns title, description, extract (first paragraph plain text), thumbnail, and last-modified timestamp. Use as a cheap LLM-friendly snapshot of any noun phrase ('Federal Reserve', 'Donald Trump', 'Bitcoin'). Disambiguation pages return a list of candidates.",
|
|
26
|
+
"method": "GET",
|
|
27
|
+
"path": "/api/rest_v1/page/summary/{title}",
|
|
28
|
+
"input_schema": {
|
|
29
|
+
"type": "object",
|
|
30
|
+
"properties": {
|
|
31
|
+
"title": {"type": "string", "description": "Article title — URL-safe form. Spaces become underscores."}
|
|
32
|
+
},
|
|
33
|
+
"required": ["title"]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "search",
|
|
38
|
+
"description": "Search Wikipedia articles by free-text query. Returns suggestions with title + snippet. Use to resolve a topic to a stable article title before page_summary.",
|
|
39
|
+
"method": "GET",
|
|
40
|
+
"path": "/w/api.php",
|
|
41
|
+
"input_schema": {
|
|
42
|
+
"type": "object",
|
|
43
|
+
"properties": {
|
|
44
|
+
"action": {"type": "string", "default": "query"},
|
|
45
|
+
"list": {"type": "string", "default": "search"},
|
|
46
|
+
"srsearch": {"type": "string", "description": "Search query."},
|
|
47
|
+
"format": {"type": "string", "default": "json"},
|
|
48
|
+
"srlimit": {"type": "integer", "description": "Max results, default 10."},
|
|
49
|
+
"srprop": {"type": "string", "default": "snippet|titlesnippet|timestamp"}
|
|
50
|
+
},
|
|
51
|
+
"required": ["srsearch"]
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "recent_changes",
|
|
56
|
+
"description": "Recent edits across Wikipedia, optionally filtered by namespace, type, or specific title. Use to monitor an article for sudden edits — Wikipedia editors often update key articles within minutes of major events (deaths, election outcomes, company news). A 'last edited 2 minutes ago' on a Polymarket-tracked person's article is a heavy hint.",
|
|
57
|
+
"method": "GET",
|
|
58
|
+
"path": "/w/api.php",
|
|
59
|
+
"input_schema": {
|
|
60
|
+
"type": "object",
|
|
61
|
+
"properties": {
|
|
62
|
+
"action": {"type": "string", "default": "query"},
|
|
63
|
+
"list": {"type": "string", "default": "recentchanges"},
|
|
64
|
+
"rcprop": {"type": "string", "default": "title|timestamp|comment|user|sizes|loginfo"},
|
|
65
|
+
"rclimit": {"type": "integer", "description": "Max changes, default 50, max 500."},
|
|
66
|
+
"rctype": {"type": "string", "description": "Filter: edit, new, log, categorize. Default: all."},
|
|
67
|
+
"rctitles": {"type": "string", "description": "Pipe-separated specific titles to filter (much more useful for monitoring than the full firehose)."},
|
|
68
|
+
"rcnamespace":{"type": "integer", "description": "0=articles, 1=talk, 6=files. Most cases want 0."},
|
|
69
|
+
"format": {"type": "string", "default": "json"}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "page_revisions",
|
|
75
|
+
"description": "Edit history for one article. Returns timestamp, user, comment, and diff-size for each revision. Use to spot when an article got updated AND who/why — sometimes the edit comment carries the news context ('add 2026 election win').",
|
|
76
|
+
"method": "GET",
|
|
77
|
+
"path": "/w/api.php",
|
|
78
|
+
"input_schema": {
|
|
79
|
+
"type": "object",
|
|
80
|
+
"properties": {
|
|
81
|
+
"action": {"type": "string", "default": "query"},
|
|
82
|
+
"prop": {"type": "string", "default": "revisions"},
|
|
83
|
+
"titles": {"type": "string", "description": "Pipe-separated titles."},
|
|
84
|
+
"rvlimit": {"type": "integer", "description": "Max revisions per title, default 10."},
|
|
85
|
+
"rvprop": {"type": "string", "default": "timestamp|user|comment|size"},
|
|
86
|
+
"format": {"type": "string", "default": "json"}
|
|
87
|
+
},
|
|
88
|
+
"required": ["titles"]
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "page_views",
|
|
93
|
+
"description": "Pageview statistics for an article over a date range — a noisy but real proxy for public attention. Spikes correlate with newsworthiness (death, scandal, breaking story).",
|
|
94
|
+
"method": "GET",
|
|
95
|
+
"path": "/api/rest_v1/metrics/pageviews/per-article/en.wikipedia/all-access/all-agents/{article}/{granularity}/{start}/{end}",
|
|
96
|
+
"input_schema": {
|
|
97
|
+
"type": "object",
|
|
98
|
+
"properties": {
|
|
99
|
+
"article": {"type": "string", "description": "Article title, URL-encoded."},
|
|
100
|
+
"granularity": {"type": "string", "enum": ["daily","monthly"], "default": "daily"},
|
|
101
|
+
"start": {"type": "string", "description": "YYYYMMDD00."},
|
|
102
|
+
"end": {"type": "string", "description": "YYYYMMDD00."}
|
|
103
|
+
},
|
|
104
|
+
"required": ["article","start","end"]
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"health_check": {
|
|
109
|
+
"tool": "page_summary",
|
|
110
|
+
"args": {"title": "Federal_Reserve"}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "workos",
|
|
3
|
+
"name": "WorkOS",
|
|
4
|
+
"description": "MCP server for WorkOS - SSO, directory sync, organizations, users, audit logs",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=workos.com&sz=128",
|
|
6
|
+
"categories": ["auth", "identity", "sso", "enterprise"],
|
|
7
|
+
"base_url": "https://api.workos.com",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["bearer"],
|
|
10
|
+
"headers": { "Authorization": "Bearer {{token}}" },
|
|
11
|
+
"credential_fields": [
|
|
12
|
+
{ "name": "token", "label": "API Key" },
|
|
13
|
+
{ "name": "clientId", "label": "Client ID" }
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"tools": [
|
|
17
|
+
{
|
|
18
|
+
"name": "list_organizations",
|
|
19
|
+
"description": "List organizations",
|
|
20
|
+
"method": "GET",
|
|
21
|
+
"path": "/organizations",
|
|
22
|
+
"input_schema": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": {
|
|
25
|
+
"domains": { "type": "array" },
|
|
26
|
+
"limit": { "type": "number" }
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "create_organization",
|
|
32
|
+
"description": "Create an organization",
|
|
33
|
+
"method": "POST",
|
|
34
|
+
"path": "/organizations",
|
|
35
|
+
"input_schema": {
|
|
36
|
+
"type": "object",
|
|
37
|
+
"properties": {
|
|
38
|
+
"name": { "type": "string" },
|
|
39
|
+
"domains": { "type": "array" },
|
|
40
|
+
"domain_data": { "type": "array" }
|
|
41
|
+
},
|
|
42
|
+
"required": ["name"]
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "list_users",
|
|
47
|
+
"description": "List users (User Management)",
|
|
48
|
+
"method": "GET",
|
|
49
|
+
"path": "/user_management/users",
|
|
50
|
+
"input_schema": {
|
|
51
|
+
"type": "object",
|
|
52
|
+
"properties": {
|
|
53
|
+
"email": { "type": "string" },
|
|
54
|
+
"organization_id": { "type": "string" }
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "get_user",
|
|
60
|
+
"description": "Get a user",
|
|
61
|
+
"method": "GET",
|
|
62
|
+
"path": "/user_management/users/{id}",
|
|
63
|
+
"input_schema": {
|
|
64
|
+
"type": "object",
|
|
65
|
+
"properties": { "id": { "type": "string" } },
|
|
66
|
+
"required": ["id"]
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "authenticate_with_code",
|
|
71
|
+
"description": "Exchange an auth code for a session",
|
|
72
|
+
"method": "POST",
|
|
73
|
+
"path": "/user_management/authenticate",
|
|
74
|
+
"input_schema": {
|
|
75
|
+
"type": "object",
|
|
76
|
+
"properties": {
|
|
77
|
+
"client_id": { "type": "string" },
|
|
78
|
+
"client_secret": { "type": "string" },
|
|
79
|
+
"grant_type": { "type": "string" },
|
|
80
|
+
"code": { "type": "string" }
|
|
81
|
+
},
|
|
82
|
+
"required": ["client_id", "client_secret", "grant_type", "code"]
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "list_directories",
|
|
87
|
+
"description": "List Directory Sync directories",
|
|
88
|
+
"method": "GET",
|
|
89
|
+
"path": "/directories",
|
|
90
|
+
"input_schema": {
|
|
91
|
+
"type": "object",
|
|
92
|
+
"properties": { "organization_id": { "type": "string" } }
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "list_directory_users",
|
|
97
|
+
"description": "List users from a directory",
|
|
98
|
+
"method": "GET",
|
|
99
|
+
"path": "/directory_users",
|
|
100
|
+
"input_schema": {
|
|
101
|
+
"type": "object",
|
|
102
|
+
"properties": {
|
|
103
|
+
"directory": { "type": "string" },
|
|
104
|
+
"group": { "type": "string" }
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "send_audit_log_event",
|
|
110
|
+
"description": "Send an audit log event",
|
|
111
|
+
"method": "POST",
|
|
112
|
+
"path": "/audit_logs/events",
|
|
113
|
+
"input_schema": {
|
|
114
|
+
"type": "object",
|
|
115
|
+
"properties": {
|
|
116
|
+
"organization_id": { "type": "string" },
|
|
117
|
+
"event": { "type": "object" }
|
|
118
|
+
},
|
|
119
|
+
"required": ["organization_id", "event"]
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
}
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "yahoo-dsp",
|
|
3
|
+
"name": "Yahoo DSP",
|
|
4
|
+
"description": "Yahoo DSP API — manage advertisers, campaigns, line items (insertion orders), ads, audiences, and pull performance reports for Yahoo's programmatic DSP (formerly Verizon Media DSP / Oath / BrightRoll). Auth via Yahoo OAuth2; partners use a separate developer app from regular Yahoo APIs.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=yahooinc.com&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"advertising",
|
|
8
|
+
"marketing",
|
|
9
|
+
"campaigns",
|
|
10
|
+
"dsp",
|
|
11
|
+
"programmatic",
|
|
12
|
+
"yahoo",
|
|
13
|
+
"video-ads",
|
|
14
|
+
"display-ads"
|
|
15
|
+
],
|
|
16
|
+
"base_url": "https://dspapi.admanagerplus.yahoo.com/traffic",
|
|
17
|
+
"auth": {
|
|
18
|
+
"types": [
|
|
19
|
+
"bearer",
|
|
20
|
+
"oauth2"
|
|
21
|
+
],
|
|
22
|
+
"headers": {
|
|
23
|
+
"Authorization": "Bearer {{token}}",
|
|
24
|
+
"X-Auth-Method": "OAuth2",
|
|
25
|
+
"Content-Type": "application/json"
|
|
26
|
+
},
|
|
27
|
+
"credential_fields": [
|
|
28
|
+
{
|
|
29
|
+
"name": "token",
|
|
30
|
+
"label": "access_token",
|
|
31
|
+
"type": "password"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "refresh_token",
|
|
35
|
+
"label": "refresh_token",
|
|
36
|
+
"type": "password"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "expires_in",
|
|
40
|
+
"label": "expires_in"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "advertiser_id",
|
|
44
|
+
"label": "Default Advertiser ID"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"oauth2": {
|
|
48
|
+
"authorize_url": "https://api.login.yahoo.com/oauth2/request_auth",
|
|
49
|
+
"token_url": "https://api.login.yahoo.com/oauth2/get_token",
|
|
50
|
+
"scopes": [
|
|
51
|
+
"dsp-api-read",
|
|
52
|
+
"dsp-api-write"
|
|
53
|
+
],
|
|
54
|
+
"client_id_required": true,
|
|
55
|
+
"pkce": false
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"tools": [
|
|
59
|
+
{
|
|
60
|
+
"name": "list_advertisers",
|
|
61
|
+
"description": "List advertisers the authenticated user can access.",
|
|
62
|
+
"method": "GET",
|
|
63
|
+
"path": "/advertiser",
|
|
64
|
+
"input_schema": {
|
|
65
|
+
"type": "object",
|
|
66
|
+
"properties": {
|
|
67
|
+
"limit": { "type": "integer", "default": 100 },
|
|
68
|
+
"offset": { "type": "integer", "default": 0 }
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "list_campaigns",
|
|
74
|
+
"description": "List campaigns under an advertiser.",
|
|
75
|
+
"method": "GET",
|
|
76
|
+
"path": "/campaign",
|
|
77
|
+
"input_schema": {
|
|
78
|
+
"type": "object",
|
|
79
|
+
"properties": {
|
|
80
|
+
"advertiserId": { "type": "integer" },
|
|
81
|
+
"status": { "type": "string", "enum": ["ACTIVE", "INACTIVE", "PAUSED"] },
|
|
82
|
+
"limit": { "type": "integer", "default": 100 },
|
|
83
|
+
"offset": { "type": "integer", "default": 0 }
|
|
84
|
+
},
|
|
85
|
+
"required": ["advertiserId"]
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "create_campaign",
|
|
90
|
+
"description": "Create a campaign. Required: advertiserId, name, status (ACTIVE|INACTIVE), budget {amount, type: TOTAL|DAILY, currency}, pacing (FRONTLOADED|EVEN|ASAP), startDate (yyyy-MM-dd), endDate, objective (REACH|VIEWABILITY|VIDEO_COMPLETION|CTR|CPA|ROAS).",
|
|
91
|
+
"method": "POST",
|
|
92
|
+
"path": "/campaign",
|
|
93
|
+
"input_schema": {
|
|
94
|
+
"type": "object",
|
|
95
|
+
"properties": {
|
|
96
|
+
"advertiserId": { "type": "integer" },
|
|
97
|
+
"name": { "type": "string" },
|
|
98
|
+
"status": { "type": "string", "enum": ["ACTIVE", "INACTIVE"], "default": "INACTIVE" },
|
|
99
|
+
"budget": { "type": "object" },
|
|
100
|
+
"pacing": { "type": "string", "enum": ["FRONTLOADED", "EVEN", "ASAP"], "default": "EVEN" },
|
|
101
|
+
"startDate": { "type": "string" },
|
|
102
|
+
"endDate": { "type": "string" },
|
|
103
|
+
"objective": { "type": "string" },
|
|
104
|
+
"channel": { "type": "string", "enum": ["DISPLAY", "VIDEO", "AUDIO", "NATIVE"] }
|
|
105
|
+
},
|
|
106
|
+
"required": ["advertiserId", "name", "budget", "startDate", "endDate"]
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "update_campaign",
|
|
111
|
+
"description": "Update a campaign by id.",
|
|
112
|
+
"method": "PUT",
|
|
113
|
+
"path": "/campaign/{campaignId}",
|
|
114
|
+
"input_schema": {
|
|
115
|
+
"type": "object",
|
|
116
|
+
"properties": {
|
|
117
|
+
"campaignId": { "type": "integer" },
|
|
118
|
+
"name": { "type": "string" },
|
|
119
|
+
"status": { "type": "string", "enum": ["ACTIVE", "INACTIVE"] },
|
|
120
|
+
"budget": { "type": "object" },
|
|
121
|
+
"endDate": { "type": "string" }
|
|
122
|
+
},
|
|
123
|
+
"required": ["campaignId"]
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "list_line_items",
|
|
128
|
+
"description": "List line items under a campaign or advertiser.",
|
|
129
|
+
"method": "GET",
|
|
130
|
+
"path": "/lineitem",
|
|
131
|
+
"input_schema": {
|
|
132
|
+
"type": "object",
|
|
133
|
+
"properties": {
|
|
134
|
+
"campaignId": { "type": "integer" },
|
|
135
|
+
"advertiserId": { "type": "integer" },
|
|
136
|
+
"status": { "type": "string", "enum": ["ACTIVE", "INACTIVE", "PAUSED"] },
|
|
137
|
+
"limit": { "type": "integer", "default": 100 },
|
|
138
|
+
"offset": { "type": "integer", "default": 0 }
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "create_line_item",
|
|
144
|
+
"description": "Create a line item. Required: campaignId, name, status, budget {amount, type, currency}, pacing, startDate, endDate, bidStrategy {type: FIXED|AUTOMATIC|MAX_CPM|MAX_CPC, value?}, lineItemType (DISPLAY|VIDEO|NATIVE|AUDIO), targeting object, frequencyCap {impressions, period}.",
|
|
145
|
+
"method": "POST",
|
|
146
|
+
"path": "/lineitem",
|
|
147
|
+
"input_schema": {
|
|
148
|
+
"type": "object",
|
|
149
|
+
"properties": {
|
|
150
|
+
"campaignId": { "type": "integer" },
|
|
151
|
+
"name": { "type": "string" },
|
|
152
|
+
"status": { "type": "string", "enum": ["ACTIVE", "INACTIVE"], "default": "INACTIVE" },
|
|
153
|
+
"budget": { "type": "object" },
|
|
154
|
+
"pacing": { "type": "string", "enum": ["FRONTLOADED", "EVEN", "ASAP"] },
|
|
155
|
+
"startDate": { "type": "string" },
|
|
156
|
+
"endDate": { "type": "string" },
|
|
157
|
+
"bidStrategy": { "type": "object" },
|
|
158
|
+
"lineItemType": { "type": "string", "enum": ["DISPLAY", "VIDEO", "NATIVE", "AUDIO"] },
|
|
159
|
+
"targeting": { "type": "object" },
|
|
160
|
+
"frequencyCap": { "type": "object" }
|
|
161
|
+
},
|
|
162
|
+
"required": ["campaignId", "name", "budget", "startDate", "endDate", "bidStrategy", "lineItemType"]
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "list_ads",
|
|
167
|
+
"description": "List ads under a line item or advertiser.",
|
|
168
|
+
"method": "GET",
|
|
169
|
+
"path": "/ad",
|
|
170
|
+
"input_schema": {
|
|
171
|
+
"type": "object",
|
|
172
|
+
"properties": {
|
|
173
|
+
"lineItemId": { "type": "integer" },
|
|
174
|
+
"advertiserId": { "type": "integer" },
|
|
175
|
+
"status": { "type": "string" },
|
|
176
|
+
"limit": { "type": "integer", "default": 100 },
|
|
177
|
+
"offset": { "type": "integer", "default": 0 }
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"name": "create_ad",
|
|
183
|
+
"description": "Create an ad / creative association. Required: lineItemId, name, status, creativeId (the pre-uploaded creative asset).",
|
|
184
|
+
"method": "POST",
|
|
185
|
+
"path": "/ad",
|
|
186
|
+
"input_schema": {
|
|
187
|
+
"type": "object",
|
|
188
|
+
"properties": {
|
|
189
|
+
"lineItemId": { "type": "integer" },
|
|
190
|
+
"name": { "type": "string" },
|
|
191
|
+
"status": { "type": "string", "enum": ["ACTIVE", "INACTIVE"], "default": "INACTIVE" },
|
|
192
|
+
"creativeId": { "type": "integer" },
|
|
193
|
+
"clickUrl": { "type": "string" }
|
|
194
|
+
},
|
|
195
|
+
"required": ["lineItemId", "name", "creativeId"]
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "list_audiences",
|
|
200
|
+
"description": "List audiences for an advertiser. Audience types: PIXEL (site visitors), CUSTOMER_FILE (CRM upload), MODELED (lookalike), CONVERSION_TRACKER.",
|
|
201
|
+
"method": "GET",
|
|
202
|
+
"path": "/audience",
|
|
203
|
+
"input_schema": {
|
|
204
|
+
"type": "object",
|
|
205
|
+
"properties": {
|
|
206
|
+
"advertiserId": { "type": "integer" },
|
|
207
|
+
"type": { "type": "string", "enum": ["PIXEL", "CUSTOMER_FILE", "MODELED", "CONVERSION_TRACKER"] },
|
|
208
|
+
"limit": { "type": "integer", "default": 100 },
|
|
209
|
+
"offset": { "type": "integer", "default": 0 }
|
|
210
|
+
},
|
|
211
|
+
"required": ["advertiserId"]
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "create_audience",
|
|
216
|
+
"description": "Create an audience. Required: advertiserId, name, type. PIXEL audiences need rules{}; CUSTOMER_FILE audiences require a follow-up upload to /audience/{id}/members.",
|
|
217
|
+
"method": "POST",
|
|
218
|
+
"path": "/audience",
|
|
219
|
+
"input_schema": {
|
|
220
|
+
"type": "object",
|
|
221
|
+
"properties": {
|
|
222
|
+
"advertiserId": { "type": "integer" },
|
|
223
|
+
"name": { "type": "string" },
|
|
224
|
+
"type": { "type": "string", "enum": ["PIXEL", "CUSTOMER_FILE", "MODELED"] },
|
|
225
|
+
"rules": { "type": "object" },
|
|
226
|
+
"ttl": { "type": "integer", "description": "Membership lifetime in days" }
|
|
227
|
+
},
|
|
228
|
+
"required": ["advertiserId", "name", "type"]
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "submit_report",
|
|
233
|
+
"description": "Queue an async performance report. dimensions: ADVERTISER, CAMPAIGN, LINE_ITEM, AD, CREATIVE, DAY, WEEK, MONTH, COUNTRY, DEVICE, EXCHANGE, INVENTORY_SOURCE. metrics: impressions, clicks, ctr, spend, cpm, ecpm, video_starts, video_completes, conversions, post_click_conversions, post_view_conversions, viewable_impressions.",
|
|
234
|
+
"method": "POST",
|
|
235
|
+
"path": "/reportRequest",
|
|
236
|
+
"input_schema": {
|
|
237
|
+
"type": "object",
|
|
238
|
+
"properties": {
|
|
239
|
+
"advertiserId": { "type": "integer" },
|
|
240
|
+
"name": { "type": "string" },
|
|
241
|
+
"dimensions": { "type": "array", "items": { "type": "string" } },
|
|
242
|
+
"metrics": { "type": "array", "items": { "type": "string" } },
|
|
243
|
+
"startDate": { "type": "string" },
|
|
244
|
+
"endDate": { "type": "string" },
|
|
245
|
+
"intervalSize": { "type": "string", "enum": ["DAY", "WEEK", "MONTH", "TOTAL"], "default": "DAY" },
|
|
246
|
+
"format": { "type": "string", "enum": ["JSON", "CSV", "GZIP_CSV"], "default": "JSON" }
|
|
247
|
+
},
|
|
248
|
+
"required": ["advertiserId", "dimensions", "metrics", "startDate", "endDate"]
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "get_report",
|
|
253
|
+
"description": "Poll a queued report by reportRequestId. When status=COMPLETED, fetch the result from downloadUrl (presigned, short TTL).",
|
|
254
|
+
"method": "GET",
|
|
255
|
+
"path": "/reportRequest/{reportRequestId}",
|
|
256
|
+
"input_schema": {
|
|
257
|
+
"type": "object",
|
|
258
|
+
"properties": {
|
|
259
|
+
"reportRequestId": { "type": "string" }
|
|
260
|
+
},
|
|
261
|
+
"required": ["reportRequestId"]
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
]
|
|
265
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "yahoo-finance",
|
|
3
|
+
"name": "Yahoo Finance",
|
|
4
|
+
"description": "Free, no-auth market data — stocks, ETFs, indices, currencies, and crypto. Backed by Yahoo's public chart endpoint, the same source the `yfinance` Python library uses. Use for stock quotes, historical OHLCV bars, and symbol search. Note: Yahoo's TOS prohibits unauthorized commercial use and they reserve the right to throttle or change the response shape at any time — best for development, demos, and consumer-grade workloads. For production-grade SLA-backed data, bind a paid provider (Alpaca Market Data, Polygon, IEX).",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=finance.yahoo.com&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"finance",
|
|
8
|
+
"stocks",
|
|
9
|
+
"market-data",
|
|
10
|
+
"etf",
|
|
11
|
+
"yahoo",
|
|
12
|
+
"public"
|
|
13
|
+
],
|
|
14
|
+
"base_url": "https://query1.finance.yahoo.com",
|
|
15
|
+
"auth": {
|
|
16
|
+
"types": ["none"],
|
|
17
|
+
"headers": {
|
|
18
|
+
"User-Agent": "Mozilla/5.0 (compatible; Apteva-Trading/0.4)",
|
|
19
|
+
"Accept": "application/json"
|
|
20
|
+
},
|
|
21
|
+
"credential_fields": []
|
|
22
|
+
},
|
|
23
|
+
"tools": [
|
|
24
|
+
{
|
|
25
|
+
"name": "stock_chart",
|
|
26
|
+
"description": "Get OHLCV bars + meta (current price, prev close, day range, market state) for a single symbol over a configurable range. Returns timestamps, open/high/low/close/volume arrays. Use for charting, historical analysis, or as a one-shot 'real-time quote' (the meta.regularMarketPrice carries the latest price). Range + interval combinations: 1d/5m, 5d/30m, 1mo/1h, 3mo/1d, 1y/1d, 5y/1wk, max/1mo.",
|
|
27
|
+
"method": "GET",
|
|
28
|
+
"path": "/v8/finance/chart/{symbol}",
|
|
29
|
+
"input_schema": {
|
|
30
|
+
"type": "object",
|
|
31
|
+
"properties": {
|
|
32
|
+
"symbol": {"type": "string", "description": "Ticker (AAPL, MSFT, ^GSPC for S&P500, BTC-USD, EURUSD=X)."},
|
|
33
|
+
"range": {"type": "string", "enum": ["1d","5d","1mo","3mo","6mo","1y","2y","5y","10y","ytd","max"], "default": "1d"},
|
|
34
|
+
"interval": {"type": "string", "enum": ["1m","2m","5m","15m","30m","60m","90m","1h","1d","5d","1wk","1mo","3mo"], "default": "5m"},
|
|
35
|
+
"includePrePost": {"type": "boolean", "description": "Include pre/post-market data."}
|
|
36
|
+
},
|
|
37
|
+
"required": ["symbol"]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "stock_search",
|
|
42
|
+
"description": "Search Yahoo's symbol directory by free-text query. Returns matching tickers with name + exchange + asset class. Use to resolve 'apple' → AAPL, 'sp500' → ^GSPC, 'btc' → BTC-USD, etc., before calling stock_chart.",
|
|
43
|
+
"method": "GET",
|
|
44
|
+
"path": "/v1/finance/search",
|
|
45
|
+
"input_schema": {
|
|
46
|
+
"type": "object",
|
|
47
|
+
"properties": {
|
|
48
|
+
"q": {"type": "string", "description": "Free-text query — company name or partial ticker."},
|
|
49
|
+
"quotesCount": {"type": "integer", "description": "Max symbol matches (default 10)."},
|
|
50
|
+
"newsCount": {"type": "integer", "description": "Max news matches (default 0 — saves payload)."}
|
|
51
|
+
},
|
|
52
|
+
"required": ["q"]
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"health_check": {
|
|
57
|
+
"tool": "stock_chart",
|
|
58
|
+
"args": {"symbol": "AAPL", "range": "1d", "interval": "5m"}
|
|
59
|
+
}
|
|
60
|
+
}
|