@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,153 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "semrush",
|
|
3
|
+
"name": "Semrush",
|
|
4
|
+
"description": "Semrush API — domain organic/paid traffic, keyword research, competitor analysis, backlinks, rank tracking. Pay-per-API-unit on top of Business plan.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=semrush.com&sz=128",
|
|
6
|
+
"categories": ["seo", "sem", "keywords", "competitors", "backlinks", "rank-tracking", "ppc"],
|
|
7
|
+
"base_url": "https://api.semrush.com",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["api_key"],
|
|
10
|
+
"headers": {},
|
|
11
|
+
"credential_fields": [
|
|
12
|
+
{ "name": "key", "label": "API Key", "description": "From semrush.com Account → Subscription → API (Business plan + API units required)" }
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"tools": [
|
|
16
|
+
{
|
|
17
|
+
"name": "domain_overview",
|
|
18
|
+
"description": "Live domain overview — organic/paid traffic, keywords, cost (type=domain_ranks)",
|
|
19
|
+
"method": "GET",
|
|
20
|
+
"path": "/",
|
|
21
|
+
"input_schema": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"properties": {
|
|
24
|
+
"key": { "type": "string" },
|
|
25
|
+
"type": { "type": "string", "description": "domain_ranks" },
|
|
26
|
+
"domain": { "type": "string" },
|
|
27
|
+
"database": { "type": "string", "description": "Country DB code, e.g. us, uk, vn, br" },
|
|
28
|
+
"export_columns": { "type": "string" }
|
|
29
|
+
},
|
|
30
|
+
"required": ["key", "type", "domain"]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "domain_organic_keywords",
|
|
35
|
+
"description": "Organic keywords a domain ranks for (type=domain_organic)",
|
|
36
|
+
"method": "GET",
|
|
37
|
+
"path": "/",
|
|
38
|
+
"input_schema": {
|
|
39
|
+
"type": "object",
|
|
40
|
+
"properties": {
|
|
41
|
+
"key": { "type": "string" },
|
|
42
|
+
"type": { "type": "string", "description": "domain_organic" },
|
|
43
|
+
"domain": { "type": "string" },
|
|
44
|
+
"database": { "type": "string" },
|
|
45
|
+
"display_limit": { "type": "number" },
|
|
46
|
+
"export_columns": { "type": "string" }
|
|
47
|
+
},
|
|
48
|
+
"required": ["key", "type", "domain", "database"]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "domain_paid_keywords",
|
|
53
|
+
"description": "Paid (AdWords) keywords a domain bids on (type=domain_adwords)",
|
|
54
|
+
"method": "GET",
|
|
55
|
+
"path": "/",
|
|
56
|
+
"input_schema": {
|
|
57
|
+
"type": "object",
|
|
58
|
+
"properties": {
|
|
59
|
+
"key": { "type": "string" },
|
|
60
|
+
"type": { "type": "string", "description": "domain_adwords" },
|
|
61
|
+
"domain": { "type": "string" },
|
|
62
|
+
"database": { "type": "string" },
|
|
63
|
+
"display_limit": { "type": "number" }
|
|
64
|
+
},
|
|
65
|
+
"required": ["key", "type", "domain", "database"]
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "keyword_overview",
|
|
70
|
+
"description": "Live keyword metrics — volume, CPC, competition, results (type=phrase_this)",
|
|
71
|
+
"method": "GET",
|
|
72
|
+
"path": "/",
|
|
73
|
+
"input_schema": {
|
|
74
|
+
"type": "object",
|
|
75
|
+
"properties": {
|
|
76
|
+
"key": { "type": "string" },
|
|
77
|
+
"type": { "type": "string", "description": "phrase_this" },
|
|
78
|
+
"phrase": { "type": "string" },
|
|
79
|
+
"database": { "type": "string" }
|
|
80
|
+
},
|
|
81
|
+
"required": ["key", "type", "phrase", "database"]
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "related_keywords",
|
|
86
|
+
"description": "Related keywords for a seed (type=phrase_related)",
|
|
87
|
+
"method": "GET",
|
|
88
|
+
"path": "/",
|
|
89
|
+
"input_schema": {
|
|
90
|
+
"type": "object",
|
|
91
|
+
"properties": {
|
|
92
|
+
"key": { "type": "string" },
|
|
93
|
+
"type": { "type": "string", "description": "phrase_related" },
|
|
94
|
+
"phrase": { "type": "string" },
|
|
95
|
+
"database": { "type": "string" },
|
|
96
|
+
"display_limit": { "type": "number" }
|
|
97
|
+
},
|
|
98
|
+
"required": ["key", "type", "phrase", "database"]
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "domain_competitors",
|
|
103
|
+
"description": "Organic competitors for a domain (type=domain_organic_organic)",
|
|
104
|
+
"method": "GET",
|
|
105
|
+
"path": "/",
|
|
106
|
+
"input_schema": {
|
|
107
|
+
"type": "object",
|
|
108
|
+
"properties": {
|
|
109
|
+
"key": { "type": "string" },
|
|
110
|
+
"type": { "type": "string", "description": "domain_organic_organic" },
|
|
111
|
+
"domain": { "type": "string" },
|
|
112
|
+
"database": { "type": "string" },
|
|
113
|
+
"display_limit": { "type": "number" }
|
|
114
|
+
},
|
|
115
|
+
"required": ["key", "type", "domain", "database"]
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "backlinks_overview",
|
|
120
|
+
"description": "Backlinks overview — total, refdomains, score (analytics endpoint)",
|
|
121
|
+
"method": "GET",
|
|
122
|
+
"path": "/analytics/v1/",
|
|
123
|
+
"input_schema": {
|
|
124
|
+
"type": "object",
|
|
125
|
+
"properties": {
|
|
126
|
+
"key": { "type": "string" },
|
|
127
|
+
"type": { "type": "string", "description": "backlinks_overview" },
|
|
128
|
+
"target": { "type": "string" },
|
|
129
|
+
"target_type": { "type": "string", "description": "root_domain|domain|url" },
|
|
130
|
+
"export_columns": { "type": "string" }
|
|
131
|
+
},
|
|
132
|
+
"required": ["key", "type", "target", "target_type"]
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "backlinks_list",
|
|
137
|
+
"description": "List backlinks (analytics/v1, type=backlinks)",
|
|
138
|
+
"method": "GET",
|
|
139
|
+
"path": "/analytics/v1/",
|
|
140
|
+
"input_schema": {
|
|
141
|
+
"type": "object",
|
|
142
|
+
"properties": {
|
|
143
|
+
"key": { "type": "string" },
|
|
144
|
+
"type": { "type": "string", "description": "backlinks" },
|
|
145
|
+
"target": { "type": "string" },
|
|
146
|
+
"target_type": { "type": "string" },
|
|
147
|
+
"display_limit": { "type": "number" }
|
|
148
|
+
},
|
|
149
|
+
"required": ["key", "type", "target", "target_type"]
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "sentry",
|
|
3
|
+
"name": "Sentry",
|
|
4
|
+
"description": "MCP server for Sentry - error tracking, issues, events, releases, and projects",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=sentry.io&sz=128",
|
|
6
|
+
"categories": ["monitoring", "error-tracking", "observability", "devops"],
|
|
7
|
+
"base_url": "https://sentry.io/api/0",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["bearer"],
|
|
10
|
+
"headers": { "Authorization": "Bearer {{token}}" },
|
|
11
|
+
"credential_fields": [
|
|
12
|
+
{ "name": "token", "label": "Auth Token", "description": "Sentry internal integration or user auth token" },
|
|
13
|
+
{ "name": "organizationSlug", "label": "Organization Slug", "description": "Your Sentry organization slug" }
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"tools": [
|
|
17
|
+
{
|
|
18
|
+
"name": "list_projects",
|
|
19
|
+
"description": "List all projects in an organization",
|
|
20
|
+
"method": "GET",
|
|
21
|
+
"path": "/organizations/{organization_slug}/projects/",
|
|
22
|
+
"input_schema": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": { "organization_slug": { "type": "string" } },
|
|
25
|
+
"required": ["organization_slug"]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "list_issues",
|
|
30
|
+
"description": "List issues for a project",
|
|
31
|
+
"method": "GET",
|
|
32
|
+
"path": "/projects/{organization_slug}/{project_slug}/issues/",
|
|
33
|
+
"input_schema": {
|
|
34
|
+
"type": "object",
|
|
35
|
+
"properties": {
|
|
36
|
+
"organization_slug": { "type": "string" },
|
|
37
|
+
"project_slug": { "type": "string" },
|
|
38
|
+
"query": { "type": "string" },
|
|
39
|
+
"statsPeriod": { "type": "string" }
|
|
40
|
+
},
|
|
41
|
+
"required": ["organization_slug", "project_slug"]
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "get_issue",
|
|
46
|
+
"description": "Get an issue by ID",
|
|
47
|
+
"method": "GET",
|
|
48
|
+
"path": "/issues/{issue_id}/",
|
|
49
|
+
"input_schema": {
|
|
50
|
+
"type": "object",
|
|
51
|
+
"properties": { "issue_id": { "type": "string" } },
|
|
52
|
+
"required": ["issue_id"]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "update_issue",
|
|
57
|
+
"description": "Update an issue (resolve, ignore, assign)",
|
|
58
|
+
"method": "PUT",
|
|
59
|
+
"path": "/issues/{issue_id}/",
|
|
60
|
+
"input_schema": {
|
|
61
|
+
"type": "object",
|
|
62
|
+
"properties": {
|
|
63
|
+
"issue_id": { "type": "string" },
|
|
64
|
+
"status": { "type": "string", "enum": ["resolved", "unresolved", "ignored"] },
|
|
65
|
+
"assignedTo": { "type": "string" }
|
|
66
|
+
},
|
|
67
|
+
"required": ["issue_id"]
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "list_events",
|
|
72
|
+
"description": "List events for an issue",
|
|
73
|
+
"method": "GET",
|
|
74
|
+
"path": "/issues/{issue_id}/events/",
|
|
75
|
+
"input_schema": {
|
|
76
|
+
"type": "object",
|
|
77
|
+
"properties": { "issue_id": { "type": "string" } },
|
|
78
|
+
"required": ["issue_id"]
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "list_releases",
|
|
83
|
+
"description": "List releases in an organization",
|
|
84
|
+
"method": "GET",
|
|
85
|
+
"path": "/organizations/{organization_slug}/releases/",
|
|
86
|
+
"input_schema": {
|
|
87
|
+
"type": "object",
|
|
88
|
+
"properties": { "organization_slug": { "type": "string" } },
|
|
89
|
+
"required": ["organization_slug"]
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "create_release",
|
|
94
|
+
"description": "Create a new release",
|
|
95
|
+
"method": "POST",
|
|
96
|
+
"path": "/organizations/{organization_slug}/releases/",
|
|
97
|
+
"input_schema": {
|
|
98
|
+
"type": "object",
|
|
99
|
+
"properties": {
|
|
100
|
+
"organization_slug": { "type": "string" },
|
|
101
|
+
"version": { "type": "string" },
|
|
102
|
+
"projects": { "type": "array", "items": { "type": "string" } },
|
|
103
|
+
"ref": { "type": "string" }
|
|
104
|
+
},
|
|
105
|
+
"required": ["organization_slug", "version", "projects"]
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "serpapi",
|
|
3
|
+
"name": "SerpApi",
|
|
4
|
+
"description": "Real-time SERP API with the broadest engine coverage — Google, Bing, Yahoo, DuckDuckGo, Yandex, Baidu, Naver, plus YouTube, Walmart, Apple App Store, eBay, and more. Free tier: 100 searches/month.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=serpapi.com&sz=128",
|
|
6
|
+
"categories": ["seo", "serp", "search", "scraping", "google", "bing", "yandex", "baidu", "naver"],
|
|
7
|
+
"base_url": "https://serpapi.com",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["api_key"],
|
|
10
|
+
"headers": {},
|
|
11
|
+
"credential_fields": [
|
|
12
|
+
{ "name": "api_key", "label": "API Key", "description": "Get from serpapi.com/manage-api-key" }
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"tools": [
|
|
16
|
+
{
|
|
17
|
+
"name": "search",
|
|
18
|
+
"description": "Run a SERP query against any supported engine",
|
|
19
|
+
"method": "GET",
|
|
20
|
+
"path": "/search",
|
|
21
|
+
"input_schema": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"properties": {
|
|
24
|
+
"api_key": { "type": "string" },
|
|
25
|
+
"engine": { "type": "string", "description": "google|bing|yahoo|duckduckgo|yandex|baidu|naver|youtube|walmart|apple_app_store|ebay|google_maps|google_news|google_shopping|google_scholar|google_jobs|google_images" },
|
|
26
|
+
"q": { "type": "string", "description": "Query string" },
|
|
27
|
+
"location": { "type": "string" },
|
|
28
|
+
"google_domain": { "type": "string" },
|
|
29
|
+
"gl": { "type": "string", "description": "Country code, e.g. us, vn, sg, br" },
|
|
30
|
+
"hl": { "type": "string", "description": "UI language" },
|
|
31
|
+
"num": { "type": "number" },
|
|
32
|
+
"start": { "type": "number" },
|
|
33
|
+
"device": { "type": "string", "description": "desktop|mobile|tablet" },
|
|
34
|
+
"safe": { "type": "string", "description": "active|off" }
|
|
35
|
+
},
|
|
36
|
+
"required": ["api_key", "engine", "q"]
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "locations",
|
|
41
|
+
"description": "Resolve location names to canonical SerpApi locations",
|
|
42
|
+
"method": "GET",
|
|
43
|
+
"path": "/locations.json",
|
|
44
|
+
"input_schema": {
|
|
45
|
+
"type": "object",
|
|
46
|
+
"properties": {
|
|
47
|
+
"q": { "type": "string" },
|
|
48
|
+
"limit": { "type": "number" }
|
|
49
|
+
},
|
|
50
|
+
"required": ["q"]
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "account",
|
|
55
|
+
"description": "Account info — plan, search quota remaining, monthly usage",
|
|
56
|
+
"method": "GET",
|
|
57
|
+
"path": "/account",
|
|
58
|
+
"input_schema": {
|
|
59
|
+
"type": "object",
|
|
60
|
+
"properties": { "api_key": { "type": "string" } },
|
|
61
|
+
"required": ["api_key"]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "searches_archive",
|
|
66
|
+
"description": "List past searches from the archive",
|
|
67
|
+
"method": "GET",
|
|
68
|
+
"path": "/searches",
|
|
69
|
+
"input_schema": {
|
|
70
|
+
"type": "object",
|
|
71
|
+
"properties": {
|
|
72
|
+
"api_key": { "type": "string" },
|
|
73
|
+
"q": { "type": "string" },
|
|
74
|
+
"engine": { "type": "string" },
|
|
75
|
+
"limit": { "type": "number" }
|
|
76
|
+
},
|
|
77
|
+
"required": ["api_key"]
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "get_search",
|
|
82
|
+
"description": "Retrieve cached results for a previous search by ID",
|
|
83
|
+
"method": "GET",
|
|
84
|
+
"path": "/searches/{search_id}",
|
|
85
|
+
"input_schema": {
|
|
86
|
+
"type": "object",
|
|
87
|
+
"properties": {
|
|
88
|
+
"api_key": { "type": "string" },
|
|
89
|
+
"search_id": { "type": "string" }
|
|
90
|
+
},
|
|
91
|
+
"required": ["api_key", "search_id"]
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "serper",
|
|
3
|
+
"name": "Serper",
|
|
4
|
+
"description": "Google SERP API — fast, cheap structured access to Google Search, Maps, News, Images, Places, Shopping, Scholar, and Autocomplete. Excellent for local-business discovery via Google Maps and SERP scraping at scale.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=serper.dev&sz=128",
|
|
6
|
+
"categories": ["search", "google", "serp", "maps", "news", "scraping", "prospecting"],
|
|
7
|
+
"base_url": "https://google.serper.dev",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["api_key"],
|
|
10
|
+
"headers": {
|
|
11
|
+
"X-API-KEY": "{{api_key}}",
|
|
12
|
+
"Content-Type": "application/json"
|
|
13
|
+
},
|
|
14
|
+
"credential_fields": [
|
|
15
|
+
{
|
|
16
|
+
"name": "api_key",
|
|
17
|
+
"label": "API key",
|
|
18
|
+
"description": "Serper API key from serper.dev/api-key"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
"tools": [
|
|
23
|
+
{
|
|
24
|
+
"name": "search",
|
|
25
|
+
"description": "Google Web Search. Returns organic results, knowledge graph, people-also-ask, related searches.",
|
|
26
|
+
"method": "POST",
|
|
27
|
+
"path": "/search",
|
|
28
|
+
"input_schema": {
|
|
29
|
+
"type": "object",
|
|
30
|
+
"properties": {
|
|
31
|
+
"q": { "type": "string", "description": "Search query" },
|
|
32
|
+
"gl": { "type": "string", "description": "Country code (e.g. 'us', 'fr')" },
|
|
33
|
+
"hl": { "type": "string", "description": "Language code (e.g. 'en', 'fr')" },
|
|
34
|
+
"location": { "type": "string", "description": "Geographic location string, e.g. 'Lyon, France'" },
|
|
35
|
+
"num": { "type": "integer", "default": 10, "maximum": 100 },
|
|
36
|
+
"page": { "type": "integer", "default": 1 },
|
|
37
|
+
"tbs": { "type": "string", "description": "Time filter: 'qdr:d|w|m|y'" },
|
|
38
|
+
"autocorrect": { "type": "boolean", "default": true }
|
|
39
|
+
},
|
|
40
|
+
"required": ["q"]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "maps",
|
|
45
|
+
"description": "Google Maps search — returns local businesses with name, address, phone, website, rating, reviews count, hours, place id. Best raw data source for local SMB lead lists.",
|
|
46
|
+
"method": "POST",
|
|
47
|
+
"path": "/maps",
|
|
48
|
+
"input_schema": {
|
|
49
|
+
"type": "object",
|
|
50
|
+
"properties": {
|
|
51
|
+
"q": { "type": "string", "description": "Query, e.g. 'marketing agencies Lyon'" },
|
|
52
|
+
"ll": { "type": "string", "description": "Center as '@lat,lng,zoomz' e.g. '@45.764,4.835,14z'" },
|
|
53
|
+
"gl": { "type": "string" },
|
|
54
|
+
"hl": { "type": "string" },
|
|
55
|
+
"page": { "type": "integer", "default": 1 }
|
|
56
|
+
},
|
|
57
|
+
"required": ["q"]
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "places",
|
|
62
|
+
"description": "Google Places search — variant of Maps focused on the Places card data.",
|
|
63
|
+
"method": "POST",
|
|
64
|
+
"path": "/places",
|
|
65
|
+
"input_schema": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"q": { "type": "string" },
|
|
69
|
+
"location": { "type": "string" },
|
|
70
|
+
"gl": { "type": "string" },
|
|
71
|
+
"hl": { "type": "string" }
|
|
72
|
+
},
|
|
73
|
+
"required": ["q"]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "news",
|
|
78
|
+
"description": "Google News search. Use for buying-signal monitoring (funding, hires, product launches).",
|
|
79
|
+
"method": "POST",
|
|
80
|
+
"path": "/news",
|
|
81
|
+
"input_schema": {
|
|
82
|
+
"type": "object",
|
|
83
|
+
"properties": {
|
|
84
|
+
"q": { "type": "string" },
|
|
85
|
+
"gl": { "type": "string" },
|
|
86
|
+
"hl": { "type": "string" },
|
|
87
|
+
"tbs": { "type": "string", "description": "'qdr:d|w|m|y'" },
|
|
88
|
+
"num": { "type": "integer", "default": 10 },
|
|
89
|
+
"page": { "type": "integer" }
|
|
90
|
+
},
|
|
91
|
+
"required": ["q"]
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "autocomplete",
|
|
96
|
+
"description": "Google search autocomplete suggestions. Useful for keyword discovery and ICP-language research.",
|
|
97
|
+
"method": "POST",
|
|
98
|
+
"path": "/autocomplete",
|
|
99
|
+
"input_schema": {
|
|
100
|
+
"type": "object",
|
|
101
|
+
"properties": {
|
|
102
|
+
"q": { "type": "string" },
|
|
103
|
+
"gl": { "type": "string" },
|
|
104
|
+
"hl": { "type": "string" }
|
|
105
|
+
},
|
|
106
|
+
"required": ["q"]
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "scholar",
|
|
111
|
+
"description": "Google Scholar search — useful for academic / R&D-heavy industries.",
|
|
112
|
+
"method": "POST",
|
|
113
|
+
"path": "/scholar",
|
|
114
|
+
"input_schema": {
|
|
115
|
+
"type": "object",
|
|
116
|
+
"properties": {
|
|
117
|
+
"q": { "type": "string" },
|
|
118
|
+
"num": { "type": "integer", "default": 10 },
|
|
119
|
+
"page": { "type": "integer" }
|
|
120
|
+
},
|
|
121
|
+
"required": ["q"]
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "webpage",
|
|
126
|
+
"description": "Fetch a single URL and return its rendered content. Use when you have the URL and just need the page.",
|
|
127
|
+
"method": "POST",
|
|
128
|
+
"path": "/webpage",
|
|
129
|
+
"input_schema": {
|
|
130
|
+
"type": "object",
|
|
131
|
+
"properties": {
|
|
132
|
+
"url": { "type": "string" },
|
|
133
|
+
"includeMarkdown": { "type": "boolean", "default": true }
|
|
134
|
+
},
|
|
135
|
+
"required": ["url"]
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "shareasale",
|
|
3
|
+
"name": "ShareASale",
|
|
4
|
+
"description": "ShareASale affiliate API for daily/monthly stats, merchant creatives, products, invalid links, and merchant search. Requests are signed with ShareASale's timestamped SHA-256 authentication headers.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=shareasale.com&sz=128",
|
|
6
|
+
"categories": ["affiliate", "publisher", "programs", "products", "links", "stats", "awin"],
|
|
7
|
+
"base_url": "https://shareasale.com",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["api_key"],
|
|
10
|
+
"shareasale": {
|
|
11
|
+
"secret_field": "api_secret"
|
|
12
|
+
},
|
|
13
|
+
"query_params": {
|
|
14
|
+
"affiliateId": "{{affiliate_id}}",
|
|
15
|
+
"token": "{{token}}",
|
|
16
|
+
"version": "{{version}}"
|
|
17
|
+
},
|
|
18
|
+
"credential_fields": [
|
|
19
|
+
{
|
|
20
|
+
"name": "affiliate_id",
|
|
21
|
+
"label": "Affiliate ID",
|
|
22
|
+
"description": "ShareASale affiliate ID.",
|
|
23
|
+
"type": "text"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "token",
|
|
27
|
+
"label": "API token",
|
|
28
|
+
"description": "ShareASale API token.",
|
|
29
|
+
"type": "password"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "api_secret",
|
|
33
|
+
"label": "API secret",
|
|
34
|
+
"description": "ShareASale API secret key used to sign requests.",
|
|
35
|
+
"type": "password"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "version",
|
|
39
|
+
"label": "API version",
|
|
40
|
+
"description": "ShareASale API version, usually 1.7 or the version shown in Tools > Affiliate API.",
|
|
41
|
+
"type": "text"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"tools": [
|
|
46
|
+
{
|
|
47
|
+
"name": "daily_activity",
|
|
48
|
+
"description": "Today/daily stats report from ShareASale.",
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"path": "/x.cfm?action=dailyActivity",
|
|
51
|
+
"input_schema": {
|
|
52
|
+
"type": "object",
|
|
53
|
+
"properties": {
|
|
54
|
+
"sortcol": { "type": "string" },
|
|
55
|
+
"sortdir": { "type": "string", "enum": ["ASC", "DESC"] },
|
|
56
|
+
"XMLFormat": { "type": "integer", "enum": [0, 1] }
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "monthly_summary",
|
|
62
|
+
"description": "Monthly summary report from ShareASale.",
|
|
63
|
+
"method": "GET",
|
|
64
|
+
"path": "/x.cfm?action=monthlySummary",
|
|
65
|
+
"input_schema": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"month": { "type": "integer" },
|
|
69
|
+
"year": { "type": "integer" },
|
|
70
|
+
"XMLFormat": { "type": "integer", "enum": [0, 1] }
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "merchant_creatives",
|
|
76
|
+
"description": "Retrieve merchant creatives/banners.",
|
|
77
|
+
"method": "GET",
|
|
78
|
+
"path": "/x.cfm?action=merchantCreative",
|
|
79
|
+
"input_schema": {
|
|
80
|
+
"type": "object",
|
|
81
|
+
"properties": {
|
|
82
|
+
"merchantId": { "type": "integer" },
|
|
83
|
+
"bannerId": { "type": "integer" },
|
|
84
|
+
"XMLFormat": { "type": "integer", "enum": [0, 1] }
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "products_search",
|
|
90
|
+
"description": "Search ShareASale products by merchant or keyword.",
|
|
91
|
+
"method": "GET",
|
|
92
|
+
"path": "/x.cfm?action=productSearch",
|
|
93
|
+
"input_schema": {
|
|
94
|
+
"type": "object",
|
|
95
|
+
"properties": {
|
|
96
|
+
"keyword": { "type": "string" },
|
|
97
|
+
"merchantId": { "type": "integer" },
|
|
98
|
+
"category": { "type": "string" },
|
|
99
|
+
"XMLFormat": { "type": "integer", "enum": [0, 1] }
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "invalid_links",
|
|
105
|
+
"description": "Retrieve invalid or broken ShareASale affiliate links.",
|
|
106
|
+
"method": "GET",
|
|
107
|
+
"path": "/x.cfm?action=invalidLinks",
|
|
108
|
+
"input_schema": {
|
|
109
|
+
"type": "object",
|
|
110
|
+
"properties": {
|
|
111
|
+
"XMLFormat": { "type": "integer", "enum": [0, 1] }
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "merchants_search",
|
|
117
|
+
"description": "Search ShareASale merchants/programs.",
|
|
118
|
+
"method": "GET",
|
|
119
|
+
"path": "/x.cfm?action=merchantSearch",
|
|
120
|
+
"input_schema": {
|
|
121
|
+
"type": "object",
|
|
122
|
+
"properties": {
|
|
123
|
+
"keyword": { "type": "string" },
|
|
124
|
+
"category": { "type": "string" },
|
|
125
|
+
"XMLFormat": { "type": "integer", "enum": [0, 1] }
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
]
|
|
130
|
+
}
|