@apteva/integrations 0.3.62 → 0.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aws-sigv4.d.ts +32 -0
- package/dist/aws-sigv4.d.ts.map +1 -0
- package/dist/aws-sigv4.js +126 -0
- package/dist/aws-sigv4.js.map +1 -0
- package/dist/explorer/main.js +21617 -0
- package/dist/explorer/main.js.map +90 -0
- package/dist/explorer/style.css +2 -0
- package/dist/http-executor.d.ts.map +1 -1
- package/dist/http-executor.js +145 -12
- package/dist/http-executor.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp-generator.d.ts +7 -2
- package/dist/mcp-generator.d.ts.map +1 -1
- package/dist/mcp-generator.js +46 -5
- package/dist/mcp-generator.js.map +1 -1
- package/dist/oauth.js +1 -1
- package/dist/oauth.js.map +1 -1
- package/dist/types.d.ts +251 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/ui/github/ActivityFeed.d.ts +24 -0
- package/dist/ui/github/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/github/ActivityFeed.js +106 -0
- package/dist/ui/github/ActivityFeed.js.map +1 -0
- package/dist/ui/github/ActivityFeed.mjs +3 -0
- package/dist/ui/github/ActivityFeed.mjs.map +29 -0
- package/dist/ui/github/CommitCard.d.ts +24 -0
- package/dist/ui/github/CommitCard.d.ts.map +1 -0
- package/dist/ui/github/CommitCard.js +102 -0
- package/dist/ui/github/CommitCard.js.map +1 -0
- package/dist/ui/github/CommitCard.mjs +5 -0
- package/dist/ui/github/CommitCard.mjs.map +11 -0
- package/dist/ui/github/IssueCard.d.ts +33 -0
- package/dist/ui/github/IssueCard.d.ts.map +1 -0
- package/dist/ui/github/IssueCard.js +131 -0
- package/dist/ui/github/IssueCard.js.map +1 -0
- package/dist/ui/github/IssueCard.mjs +3 -0
- package/dist/ui/github/IssueCard.mjs.map +21 -0
- package/dist/ui/github/PullRequestCard.d.ts +36 -0
- package/dist/ui/github/PullRequestCard.d.ts.map +1 -0
- package/dist/ui/github/PullRequestCard.js +158 -0
- package/dist/ui/github/PullRequestCard.js.map +1 -0
- package/dist/ui/github/PullRequestCard.mjs +3 -0
- package/dist/ui/github/PullRequestCard.mjs.map +22 -0
- package/dist/ui/github/WorkflowRunCard.d.ts +30 -0
- package/dist/ui/github/WorkflowRunCard.d.ts.map +1 -0
- package/dist/ui/github/WorkflowRunCard.js +124 -0
- package/dist/ui/github/WorkflowRunCard.js.map +1 -0
- package/dist/ui/github/WorkflowRunCard.mjs +3 -0
- package/dist/ui/github/WorkflowRunCard.mjs.map +11 -0
- package/dist/ui/github/lib/github.d.ts +43 -0
- package/dist/ui/github/lib/github.d.ts.map +1 -0
- package/dist/ui/github/lib/github.js +151 -0
- package/dist/ui/github/lib/github.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts +22 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.js +52 -0
- package/dist/ui/hubspot/ActivityFeed.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.mjs +3 -0
- package/dist/ui/hubspot/ActivityFeed.mjs.map +26 -0
- package/dist/ui/hubspot/CompanyCard.d.ts +22 -0
- package/dist/ui/hubspot/CompanyCard.d.ts.map +1 -0
- package/dist/ui/hubspot/CompanyCard.js +63 -0
- package/dist/ui/hubspot/CompanyCard.js.map +1 -0
- package/dist/ui/hubspot/CompanyCard.mjs +3 -0
- package/dist/ui/hubspot/CompanyCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactCard.d.ts +22 -0
- package/dist/ui/hubspot/ContactCard.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactCard.js +62 -0
- package/dist/ui/hubspot/ContactCard.js.map +1 -0
- package/dist/ui/hubspot/ContactCard.mjs +3 -0
- package/dist/ui/hubspot/ContactCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactList.d.ts +21 -0
- package/dist/ui/hubspot/ContactList.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactList.js +31 -0
- package/dist/ui/hubspot/ContactList.js.map +1 -0
- package/dist/ui/hubspot/ContactList.mjs +3 -0
- package/dist/ui/hubspot/ContactList.mjs.map +11 -0
- package/dist/ui/hubspot/DealCard.d.ts +23 -0
- package/dist/ui/hubspot/DealCard.d.ts.map +1 -0
- package/dist/ui/hubspot/DealCard.js +63 -0
- package/dist/ui/hubspot/DealCard.js.map +1 -0
- package/dist/ui/hubspot/DealCard.mjs +3 -0
- package/dist/ui/hubspot/DealCard.mjs.map +11 -0
- package/dist/ui/hubspot/DealList.d.ts +24 -0
- package/dist/ui/hubspot/DealList.d.ts.map +1 -0
- package/dist/ui/hubspot/DealList.js +35 -0
- package/dist/ui/hubspot/DealList.js.map +1 -0
- package/dist/ui/hubspot/DealList.mjs +3 -0
- package/dist/ui/hubspot/DealList.mjs.map +11 -0
- package/dist/ui/hubspot/EmailCard.d.ts +25 -0
- package/dist/ui/hubspot/EmailCard.d.ts.map +1 -0
- package/dist/ui/hubspot/EmailCard.js +62 -0
- package/dist/ui/hubspot/EmailCard.js.map +1 -0
- package/dist/ui/hubspot/EmailCard.mjs +5 -0
- package/dist/ui/hubspot/EmailCard.mjs.map +11 -0
- package/dist/ui/hubspot/InboxStrip.d.ts +23 -0
- package/dist/ui/hubspot/InboxStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/InboxStrip.js +36 -0
- package/dist/ui/hubspot/InboxStrip.js.map +1 -0
- package/dist/ui/hubspot/InboxStrip.mjs +3 -0
- package/dist/ui/hubspot/InboxStrip.mjs.map +11 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts +22 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.js +54 -0
- package/dist/ui/hubspot/PipelineStrip.js.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.mjs +3 -0
- package/dist/ui/hubspot/PipelineStrip.mjs.map +11 -0
- package/dist/ui/hubspot/TicketCard.d.ts +25 -0
- package/dist/ui/hubspot/TicketCard.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketCard.js +53 -0
- package/dist/ui/hubspot/TicketCard.js.map +1 -0
- package/dist/ui/hubspot/TicketCard.mjs +3 -0
- package/dist/ui/hubspot/TicketCard.mjs.map +21 -0
- package/dist/ui/hubspot/TicketList.d.ts +21 -0
- package/dist/ui/hubspot/TicketList.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketList.js +33 -0
- package/dist/ui/hubspot/TicketList.js.map +1 -0
- package/dist/ui/hubspot/TicketList.mjs +3 -0
- package/dist/ui/hubspot/TicketList.mjs.map +11 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts +24 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts.map +1 -0
- package/dist/ui/hubspot/lib/hubspot.js +176 -0
- package/dist/ui/hubspot/lib/hubspot.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.d.ts +24 -0
- package/dist/ui/notion/DatabaseCard.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseCard.js +86 -0
- package/dist/ui/notion/DatabaseCard.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.mjs +3 -0
- package/dist/ui/notion/DatabaseCard.mjs.map +11 -0
- package/dist/ui/notion/DatabaseRowList.d.ts +36 -0
- package/dist/ui/notion/DatabaseRowList.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseRowList.js +87 -0
- package/dist/ui/notion/DatabaseRowList.js.map +1 -0
- package/dist/ui/notion/DatabaseRowList.mjs +3 -0
- package/dist/ui/notion/DatabaseRowList.mjs.map +11 -0
- package/dist/ui/notion/PageCard.d.ts +27 -0
- package/dist/ui/notion/PageCard.d.ts.map +1 -0
- package/dist/ui/notion/PageCard.js +80 -0
- package/dist/ui/notion/PageCard.js.map +1 -0
- package/dist/ui/notion/PageCard.mjs +3 -0
- package/dist/ui/notion/PageCard.mjs.map +11 -0
- package/dist/ui/notion/PageList.d.ts +24 -0
- package/dist/ui/notion/PageList.d.ts.map +1 -0
- package/dist/ui/notion/PageList.js +51 -0
- package/dist/ui/notion/PageList.js.map +1 -0
- package/dist/ui/notion/PageList.mjs +3 -0
- package/dist/ui/notion/PageList.mjs.map +11 -0
- package/dist/ui/notion/lib/notion.d.ts +35 -0
- package/dist/ui/notion/lib/notion.d.ts.map +1 -0
- package/dist/ui/notion/lib/notion.js +119 -0
- package/dist/ui/notion/lib/notion.js.map +1 -0
- package/dist/xml-to-json.d.ts +20 -0
- package/dist/xml-to-json.d.ts.map +1 -0
- package/dist/xml-to-json.js +256 -0
- package/dist/xml-to-json.js.map +1 -0
- package/package.json +12 -1
- package/src/apps/adroll.json +254 -0
- package/src/apps/ahrefs.json +156 -0
- package/src/apps/airtable.json +4 -13
- package/src/apps/algolia.json +115 -0
- package/src/apps/alibaba-cloud.json +211 -0
- package/src/apps/aliexpress.json +369 -0
- package/src/apps/alpaca-market-data.json +699 -0
- package/src/apps/alpaca-trading.json +214 -989
- package/src/apps/amazon-ads.json +249 -0
- package/src/apps/amazon-associates.json +102 -0
- package/src/apps/amplitude.json +86 -0
- package/src/apps/anchor-browser.json +173 -0
- package/src/apps/anthropic-api.json +9 -4
- package/src/apps/api-sports.json +180 -0
- package/src/apps/apple-search-ads.json +266 -0
- package/src/apps/auth0.json +126 -0
- package/src/apps/awin.json +111 -0
- package/src/apps/aws-codebuild.json +139 -0
- package/src/apps/aws-mediaconvert.json +196 -0
- package/src/apps/aws-s3.json +108 -192
- package/src/apps/aws-ses.json +666 -303
- package/src/apps/aws-sns.json +128 -106
- package/src/apps/azure-container-apps.json +116 -0
- package/src/apps/backblaze-b2.json +175 -0
- package/src/apps/bamboohr.json +303 -0
- package/src/apps/basiq.json +308 -0
- package/src/apps/bigcommerce.json +366 -0
- package/src/apps/bigquery.json +121 -0
- package/src/apps/binance-trading.json +7 -4
- package/src/apps/bing-webmaster-tools.json +158 -0
- package/src/apps/bitbucket.json +163 -0
- package/src/apps/blacksmith.json +81 -0
- package/src/apps/bls.json +104 -0
- package/src/apps/bluesky.json +74 -0
- package/src/apps/braze.json +103 -0
- package/src/apps/brevo.json +4 -1
- package/src/apps/brightdata.json +94 -0
- package/src/apps/browserbase.json +237 -0
- package/src/apps/bscscan.json +150 -0
- package/src/apps/buffer.json +121 -0
- package/src/apps/buildjet.json +80 -0
- package/src/apps/builtwith.json +101 -0
- package/src/apps/bunny-cdn.json +104 -0
- package/src/apps/bunny-stream.json +205 -3
- package/src/apps/byrd.json +585 -0
- package/src/apps/calendly.json +10 -7
- package/src/apps/campaign-manager-360.json +264 -0
- package/src/apps/capturekit.json +51 -0
- package/src/apps/circleci.json +212 -0
- package/src/apps/cirrus-runners.json +75 -0
- package/src/apps/cj-affiliate.json +101 -0
- package/src/apps/cjdropshipping.json +278 -0
- package/src/apps/clerk.json +153 -0
- package/src/apps/cloudflare-containers.json +98 -0
- package/src/apps/cloudflare-r2.json +180 -0
- package/src/apps/cloudflare.json +474 -157
- package/src/apps/cloudinary.json +119 -97
- package/src/apps/coconut.json +94 -0
- package/src/apps/contentful.json +157 -0
- package/src/apps/criteo.json +222 -0
- package/src/apps/crunchbase.json +104 -0
- package/src/apps/customer-io.json +106 -0
- package/src/apps/databricks.json +94 -0
- package/src/apps/deepgram.json +3 -0
- package/src/apps/deepl.json +113 -0
- package/src/apps/deepseek.json +5 -2
- package/src/apps/depot.json +102 -0
- package/src/apps/digitalocean-spaces.json +121 -0
- package/src/apps/digitalocean.json +115 -0
- package/src/apps/discord.json +90 -1
- package/src/apps/docker-build-cloud.json +68 -0
- package/src/apps/duffel.json +193 -77
- package/src/apps/dux-soup.json +4 -1
- package/src/apps/dv360.json +287 -0
- package/src/apps/earthly-cloud.json +84 -0
- package/src/apps/eia.json +121 -0
- package/src/apps/elasticsearch.json +282 -0
- package/src/apps/elevenlabs.json +336 -192
- package/src/apps/etherscan.json +162 -0
- package/src/apps/etsy.json +484 -0
- package/src/apps/eventbrite-events.json +5 -2
- package/src/apps/exa.json +101 -0
- package/src/apps/facebook-ads.json +3 -3
- package/src/apps/facebook-api.json +1484 -37
- package/src/apps/finnhub.json +232 -0
- package/src/apps/flightapi.json +248 -0
- package/src/apps/fly-io.json +134 -0
- package/src/apps/fred.json +156 -0
- package/src/apps/gdelt.json +96 -0
- package/src/apps/gelato.json +123 -0
- package/src/apps/gemini.json +143 -49
- package/src/apps/getscreenshot.json +52 -0
- package/src/apps/github.json +355 -39
- package/src/apps/gmail.json +151 -2
- package/src/apps/gnews.json +71 -0
- package/src/apps/google-analytics.json +311 -0
- package/src/apps/google-cloud-storage.json +484 -0
- package/src/apps/google-docs.json +2 -2
- package/src/apps/google-drive.json +2 -2
- package/src/apps/google-places.json +127 -0
- package/src/apps/google-search-console.json +126 -0
- package/src/apps/google-sheets.json +2 -2
- package/src/apps/grafana-cloud.json +98 -0
- package/src/apps/groq.json +119 -0
- package/src/apps/hetzner-object-storage.json +177 -0
- package/src/apps/hetzner.json +255 -367
- package/src/apps/heygen.json +828 -141
- package/src/apps/hive-fulfillment.json +559 -0
- package/src/apps/hotjar.json +91 -0
- package/src/apps/huawei-cloud.json +189 -0
- package/src/apps/huboo.json +286 -0
- package/src/apps/hubspot.json +253 -637
- package/src/apps/huggingface.json +5 -2
- package/src/apps/hunter.json +5 -2
- package/src/apps/hyperbrowser.json +205 -0
- package/src/apps/idrive-e2.json +128 -0
- package/src/apps/impact.json +106 -0
- package/src/apps/instagram-api.json +185 -11
- package/src/apps/instantly.json +169 -0
- package/src/apps/ionos.json +250 -0
- package/src/apps/{learning-platform.json → kalio.json} +162 -3
- package/src/apps/kalshi.json +144 -0
- package/src/apps/keywords-everywhere.json +86 -0
- package/src/apps/kickbox.json +71 -0
- package/src/apps/launchdarkly.json +111 -0
- package/src/apps/leadbyte.json +600 -0
- package/src/apps/leadfeeder.json +89 -0
- package/src/apps/lemlist.json +109 -0
- package/src/apps/linkedin-ads.json +279 -0
- package/src/apps/linkedin.json +96 -2
- package/src/apps/linode-object-storage.json +183 -0
- package/src/apps/linode.json +160 -0
- package/src/apps/lnk-bio.json +5 -2
- package/src/apps/loom.json +5 -2
- package/src/apps/lusha.json +104 -0
- package/src/apps/magalu-cloud.json +187 -0
- package/src/apps/majestic.json +117 -0
- package/src/apps/manifold-markets.json +144 -0
- package/src/apps/mapbox.json +118 -0
- package/src/apps/microsoft-ads.json +246 -0
- package/src/apps/microsoft-onedrive.json +380 -0
- package/src/apps/microsoft-teams.json +315 -96
- package/src/apps/millionverifier.json +85 -0
- package/src/apps/mindee.json +246 -0
- package/src/apps/miro.json +138 -0
- package/src/apps/mistral.json +129 -0
- package/src/apps/mixpanel.json +95 -0
- package/src/apps/moz.json +127 -0
- package/src/apps/mux.json +201 -0
- package/src/apps/namecheap.json +321 -123
- package/src/apps/namespace-cloud.json +84 -0
- package/src/apps/naver-cloud.json +184 -0
- package/src/apps/neon.json +122 -0
- package/src/apps/netlify.json +124 -0
- package/src/apps/neverbounce.json +92 -0
- package/src/apps/newrelic.json +80 -0
- package/src/apps/newsapi.json +86 -0
- package/src/apps/ngrok.json +29 -0
- package/src/apps/nixbuild.json +116 -0
- package/src/apps/northflank.json +161 -0
- package/src/apps/notion.json +3 -0
- package/src/apps/okta.json +131 -0
- package/src/apps/omnikit-analytics.json +73 -1
- package/src/apps/omnikit-api-gateway.json +74 -2
- package/src/apps/omnikit-billing.json +73 -1
- package/src/apps/omnikit-cms.json +73 -1
- package/src/apps/omnikit-code-ops.json +76 -4
- package/src/apps/omnikit-functions.json +74 -2
- package/src/apps/omnikit-intelligence.json +176 -33
- package/src/apps/omnikit-management.json +73 -1
- package/src/apps/omnikit-media.json +73 -1
- package/src/apps/omnikit-messaging.json +72 -0
- package/src/apps/omnikit-redirects.json +73 -1
- package/src/apps/omnikit-sites.json +325 -66
- package/src/apps/omnikit-storage.json +104 -7
- package/src/apps/omnikit-webhooks.json +73 -1
- package/src/apps/omnikit-workflows.json +73 -1
- package/src/apps/onesignal.json +108 -0
- package/src/apps/openai-api.json +176 -30
- package/src/apps/openai-codex.json +187 -0
- package/src/apps/opencode-go.json +113 -0
- package/src/apps/optinmonster.json +7 -4
- package/src/apps/outlook-calendar.json +350 -0
- package/src/apps/outlook-mail.json +337 -0
- package/src/apps/outscraper.json +118 -0
- package/src/apps/ovhcloud.json +209 -0
- package/src/apps/paddle.json +170 -0
- package/src/apps/pagerduty.json +151 -0
- package/src/apps/partnerstack.json +118 -0
- package/src/apps/perplexity.json +37 -0
- package/src/apps/phantombuster.json +85 -0
- package/src/apps/pinecone.json +129 -0
- package/src/apps/pinterest-ads.json +261 -0
- package/src/apps/pinterest.json +217 -0
- package/src/apps/planetscale.json +139 -0
- package/src/apps/polygonscan.json +157 -0
- package/src/apps/polymarket-clob.json +184 -0
- package/src/apps/polymarket-data.json +153 -0
- package/src/apps/porkbun.json +609 -145
- package/src/apps/posthog.json +107 -0
- package/src/apps/pushover.json +28 -0
- package/src/apps/quora-ads.json +251 -0
- package/src/apps/railway.json +57 -0
- package/src/apps/reddit-ads.json +238 -0
- package/src/apps/reddit.json +274 -0
- package/src/apps/render.json +124 -0
- package/src/apps/replicate.json +5 -2
- package/src/apps/reply-io.json +111 -0
- package/src/apps/resend.json +110 -0
- package/src/apps/ringover.json +1144 -0
- package/src/apps/rocketreach.json +158 -0
- package/src/apps/rollbar.json +88 -0
- package/src/apps/runs-on.json +70 -0
- package/src/apps/sanity.json +89 -0
- package/src/apps/scaleway-object-storage.json +175 -0
- package/src/apps/scrapingbee.json +75 -0
- package/src/apps/screenshotlayer.json +49 -0
- package/src/apps/screenshotmachine.json +49 -0
- package/src/apps/se-ranking.json +239 -0
- package/src/apps/seamless-ai.json +91 -0
- package/src/apps/sec-edgar.json +107 -0
- package/src/apps/segment.json +104 -0
- package/src/apps/semrush.json +153 -0
- package/src/apps/sentry.json +109 -0
- package/src/apps/serpapi.json +95 -0
- package/src/apps/serper.json +139 -0
- package/src/apps/shareasale.json +130 -0
- package/src/apps/skimlinks.json +48 -0
- package/src/apps/slack.json +101 -0
- package/src/apps/smartlead.json +146 -0
- package/src/apps/snapchat-ads.json +238 -0
- package/src/apps/snaprender.json +64 -0
- package/src/apps/snowflake.json +70 -0
- package/src/apps/snyk.json +108 -0
- package/src/apps/socialcast.json +74 -8
- package/src/apps/sovrn.json +125 -0
- package/src/apps/spotify-ads.json +231 -0
- package/src/apps/steel.json +239 -0
- package/src/apps/stocktwits.json +120 -0
- package/src/apps/stripe.json +153 -0
- package/src/apps/target-circle.json +348 -0
- package/src/apps/tavily.json +104 -0
- package/src/apps/tavus.json +403 -0
- package/src/apps/telegram.json +5 -2
- package/src/apps/teller.json +187 -0
- package/src/apps/tencent-cloud.json +214 -0
- package/src/apps/tennis-abstract.json +108 -0
- package/src/apps/the-odds-api.json +132 -0
- package/src/apps/the-sports-db.json +163 -0
- package/src/apps/tiktok-ads.json +295 -0
- package/src/apps/tiktok-api.json +181 -7
- package/src/apps/together.json +5 -2
- package/src/apps/trade-desk.json +237 -0
- package/src/apps/trading212.json +26 -29
- package/src/apps/transloadit.json +138 -0
- package/src/apps/truelayer.json +318 -0
- package/src/apps/twilio.json +313 -42
- package/src/apps/twitter-api.json +216 -33
- package/src/apps/ubicloud.json +82 -0
- package/src/apps/uplead.json +105 -0
- package/src/apps/upstash.json +90 -0
- package/src/apps/valueserp.json +63 -0
- package/src/apps/venice-ai.json +685 -0
- package/src/apps/vercel.json +137 -0
- package/src/apps/wappalyzer.json +65 -0
- package/src/apps/wasabi.json +175 -0
- package/src/apps/whale-alert.json +74 -0
- package/src/apps/whatsapp-business.json +131 -0
- package/src/apps/wikipedia.json +112 -0
- package/src/apps/workos.json +123 -0
- package/src/apps/yahoo-dsp.json +265 -0
- package/src/apps/yahoo-finance.json +60 -0
- package/src/apps/youtube-api.json +520 -142
- package/src/apps/zenrows.json +47 -0
- package/src/apps/zenserp.json +99 -0
- package/src/apps/zerobounce.json +80 -0
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "newrelic",
|
|
3
|
+
"name": "New Relic",
|
|
4
|
+
"description": "MCP server for New Relic - NRQL queries, entities, alerts, incidents, dashboards",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=newrelic.com&sz=128",
|
|
6
|
+
"categories": ["monitoring", "observability", "apm", "devops"],
|
|
7
|
+
"base_url": "https://api.newrelic.com",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["header"],
|
|
10
|
+
"headers": { "Api-Key": "{{token}}" },
|
|
11
|
+
"credential_fields": [
|
|
12
|
+
{ "name": "token", "label": "User API Key" },
|
|
13
|
+
{ "name": "accountId", "label": "Account ID" }
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"tools": [
|
|
17
|
+
{
|
|
18
|
+
"name": "nrql_query",
|
|
19
|
+
"description": "Run a NRQL query via NerdGraph",
|
|
20
|
+
"method": "POST",
|
|
21
|
+
"path": "https://api.newrelic.com/graphql",
|
|
22
|
+
"input_schema": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": {
|
|
25
|
+
"query": { "type": "string", "description": "GraphQL query" },
|
|
26
|
+
"variables": { "type": "object" }
|
|
27
|
+
},
|
|
28
|
+
"required": ["query"]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "submit_metric",
|
|
33
|
+
"description": "Submit metrics (Metric API)",
|
|
34
|
+
"method": "POST",
|
|
35
|
+
"path": "https://metric-api.newrelic.com/metric/v1",
|
|
36
|
+
"input_schema": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"properties": { "metrics": { "type": "array" } },
|
|
39
|
+
"required": ["metrics"]
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "submit_log",
|
|
44
|
+
"description": "Submit logs (Log API)",
|
|
45
|
+
"method": "POST",
|
|
46
|
+
"path": "https://log-api.newrelic.com/log/v1",
|
|
47
|
+
"input_schema": {
|
|
48
|
+
"type": "object",
|
|
49
|
+
"properties": {
|
|
50
|
+
"message": { "type": "string" },
|
|
51
|
+
"attributes": { "type": "object" }
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "submit_event",
|
|
57
|
+
"description": "Submit custom events (Event API)",
|
|
58
|
+
"method": "POST",
|
|
59
|
+
"path": "https://insights-collector.newrelic.com/v1/accounts/{account_id}/events",
|
|
60
|
+
"input_schema": {
|
|
61
|
+
"type": "object",
|
|
62
|
+
"properties": {
|
|
63
|
+
"account_id": { "type": "string" },
|
|
64
|
+
"events": { "type": "array" }
|
|
65
|
+
},
|
|
66
|
+
"required": ["account_id", "events"]
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "list_applications",
|
|
71
|
+
"description": "List APM applications (REST v2)",
|
|
72
|
+
"method": "GET",
|
|
73
|
+
"path": "/v2/applications.json",
|
|
74
|
+
"input_schema": {
|
|
75
|
+
"type": "object",
|
|
76
|
+
"properties": { "filter": { "type": "object" } }
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "newsapi",
|
|
3
|
+
"name": "NewsAPI",
|
|
4
|
+
"description": "Structured news headlines from 80,000+ sources worldwide — searchable by query, source, language, country, category. Cleaner filtering than free-text search APIs because you can pin sources (e.g. 'only Reuters + Bloomberg + WSJ for AAPL'). Free dev tier: 100 requests/day, results delayed by 24 hours, attribution required, non-commercial. Sign up at https://newsapi.org/register. Pairs well with Tavily (broad LLM-shaped search) and Finnhub (financial-focused).",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=newsapi.org&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"news",
|
|
8
|
+
"search",
|
|
9
|
+
"media",
|
|
10
|
+
"research"
|
|
11
|
+
],
|
|
12
|
+
"base_url": "https://newsapi.org/v2",
|
|
13
|
+
"auth": {
|
|
14
|
+
"types": ["api_key"],
|
|
15
|
+
"headers": {
|
|
16
|
+
"X-Api-Key": "{{api_key}}"
|
|
17
|
+
},
|
|
18
|
+
"credential_fields": [
|
|
19
|
+
{
|
|
20
|
+
"name": "api_key",
|
|
21
|
+
"label": "API Key",
|
|
22
|
+
"description": "From your NewsAPI account at https://newsapi.org/account. Free dev tier; paid tiers remove the 24h delay + allow commercial use."
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
"tools": [
|
|
27
|
+
{
|
|
28
|
+
"name": "everything",
|
|
29
|
+
"description": "Full-text search across the entire NewsAPI corpus. Returns articles matching q with source, author, title, description, url, publishedAt, content. Use for the broadest news pull — 'AAPL OR \"Apple Inc\"', '\"Fed funds rate\" cut', '\"Bitcoin ETF\" approval'. NewsAPI's q syntax supports AND / OR / NOT and quoted phrases.",
|
|
30
|
+
"method": "GET",
|
|
31
|
+
"path": "/everything",
|
|
32
|
+
"input_schema": {
|
|
33
|
+
"type": "object",
|
|
34
|
+
"properties": {
|
|
35
|
+
"q": {"type": "string", "description": "Free-text query — supports AND, OR, NOT, and quoted phrases. Max 500 chars."},
|
|
36
|
+
"searchIn": {"type": "string", "description": "Comma-separated: title, description, content. Limits which article fields the q matches against."},
|
|
37
|
+
"sources": {"type": "string", "description": "Comma-separated source ids — bloomberg, reuters, bbc-news, the-wall-street-journal, etc. Get the catalog from list_sources."},
|
|
38
|
+
"domains": {"type": "string", "description": "Comma-separated domains to restrict — bloomberg.com, reuters.com, wsj.com."},
|
|
39
|
+
"excludeDomains": {"type": "string", "description": "Comma-separated domains to exclude."},
|
|
40
|
+
"from": {"type": "string", "description": "ISO date — articles published on/after."},
|
|
41
|
+
"to": {"type": "string", "description": "ISO date — articles published on/before."},
|
|
42
|
+
"language": {"type": "string", "enum": ["ar","de","en","es","fr","he","it","nl","no","pt","ru","sv","ud","zh"], "default": "en"},
|
|
43
|
+
"sortBy": {"type": "string", "enum": ["relevancy","popularity","publishedAt"], "default": "publishedAt"},
|
|
44
|
+
"pageSize": {"type": "integer", "description": "Max 100. Default 100."},
|
|
45
|
+
"page": {"type": "integer"}
|
|
46
|
+
},
|
|
47
|
+
"required": ["q"]
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "top_headlines",
|
|
52
|
+
"description": "Live top headlines, filtered by country + category + source + query. Returns what's on the front pages right now. Lower-latency than /everything (real-time vs 24h delay on the free tier).",
|
|
53
|
+
"method": "GET",
|
|
54
|
+
"path": "/top-headlines",
|
|
55
|
+
"input_schema": {
|
|
56
|
+
"type": "object",
|
|
57
|
+
"properties": {
|
|
58
|
+
"country": {"type": "string", "description": "ISO 3166-1 alpha-2 country code (us, gb, jp, de, etc.). Cannot combine with sources."},
|
|
59
|
+
"category": {"type": "string", "enum": ["business","entertainment","general","health","science","sports","technology"]},
|
|
60
|
+
"sources": {"type": "string", "description": "Comma-separated source ids. Cannot combine with country/category."},
|
|
61
|
+
"q": {"type": "string"},
|
|
62
|
+
"pageSize": {"type": "integer", "description": "Max 100."},
|
|
63
|
+
"page": {"type": "integer"}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "list_sources",
|
|
69
|
+
"description": "Catalog of every news source NewsAPI indexes — id, name, description, url, category, language, country. Use to discover source ids before filtering everything or top_headlines.",
|
|
70
|
+
"method": "GET",
|
|
71
|
+
"path": "/top-headlines/sources",
|
|
72
|
+
"input_schema": {
|
|
73
|
+
"type": "object",
|
|
74
|
+
"properties": {
|
|
75
|
+
"category": {"type": "string", "enum": ["business","entertainment","general","health","science","sports","technology"]},
|
|
76
|
+
"language": {"type": "string", "description": "ISO 639-1 (en, fr, es, ...)."},
|
|
77
|
+
"country": {"type": "string", "description": "ISO 3166-1 alpha-2."}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"health_check": {
|
|
83
|
+
"tool": "list_sources",
|
|
84
|
+
"args": {"category": "business", "language": "en"}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "ngrok",
|
|
3
|
+
"name": "ngrok",
|
|
4
|
+
"description": "ngrok tunnel agent — exposes a local port behind a public URL. Used by the live-link app as an alternative to Cloudflare Tunnel. v1 stores only the agent authtoken; the integration's tools[] is intentionally empty because live-link drives the ngrok agent (binary) directly with the token rather than calling ngrok's REST API.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=ngrok.com&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"tunnel",
|
|
8
|
+
"infrastructure",
|
|
9
|
+
"dev"
|
|
10
|
+
],
|
|
11
|
+
"base_url": "https://api.ngrok.com",
|
|
12
|
+
"auth": {
|
|
13
|
+
"types": [
|
|
14
|
+
"bearer"
|
|
15
|
+
],
|
|
16
|
+
"headers": {
|
|
17
|
+
"Authorization": "Bearer {{authtoken}}",
|
|
18
|
+
"Ngrok-Version": "2"
|
|
19
|
+
},
|
|
20
|
+
"credential_fields": [
|
|
21
|
+
{
|
|
22
|
+
"name": "authtoken",
|
|
23
|
+
"label": "Authtoken",
|
|
24
|
+
"description": "Your ngrok agent authtoken. Find it at ngrok dashboard → Your Authtoken (https://dashboard.ngrok.com/get-started/your-authtoken). The live-link app passes this to the local ngrok agent — it never calls ngrok's REST API."
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"tools": []
|
|
29
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "nixbuild",
|
|
3
|
+
"name": "nixbuild.net",
|
|
4
|
+
"description": "Nix builds as a service \u2014 submit Nix derivations, get them built remotely with shared cache across all users. Generous free tier (25 CPU-hours/month). Bearer-token authenticated; the API also supports OIDC for short-lived CI tokens. Useful when your build is Nix-shaped (Nixpacks, NixOS, dev shells) \u2014 not for arbitrary Dockerfile builds.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=nixbuild.net&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"build",
|
|
8
|
+
"ci",
|
|
9
|
+
"nix",
|
|
10
|
+
"buildkit",
|
|
11
|
+
"devops"
|
|
12
|
+
],
|
|
13
|
+
"base_url": "https://api.nixbuild.net",
|
|
14
|
+
"auth": {
|
|
15
|
+
"types": [
|
|
16
|
+
"bearer"
|
|
17
|
+
],
|
|
18
|
+
"headers": {
|
|
19
|
+
"Authorization": "Bearer {{token}}"
|
|
20
|
+
},
|
|
21
|
+
"credential_fields": [
|
|
22
|
+
{
|
|
23
|
+
"name": "token",
|
|
24
|
+
"label": "Auth Token",
|
|
25
|
+
"description": "Generate via the nixbuild.net shell with `nixbuild.net token create --build-read --build-write --store-read --store-write`",
|
|
26
|
+
"required": true,
|
|
27
|
+
"type": "password"
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"tools": [
|
|
32
|
+
{
|
|
33
|
+
"name": "list_builds",
|
|
34
|
+
"description": "List builds. Args: created_gte? (ISO8601), created_lt? (ISO8601), status? (comma-separated: queued,running,succeeded,failed,canceled), derivations? (CSV of .drv paths), limit? (default 500).",
|
|
35
|
+
"method": "GET",
|
|
36
|
+
"path": "/builds?created_gte={created_gte}&created_lt={created_lt}&status={status}&derivations={derivations}&limit={limit}",
|
|
37
|
+
"input_schema": {
|
|
38
|
+
"type": "object",
|
|
39
|
+
"properties": {
|
|
40
|
+
"created_gte": {
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
"created_lt": {
|
|
44
|
+
"type": "string"
|
|
45
|
+
},
|
|
46
|
+
"status": {
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
"derivations": {
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
52
|
+
"limit": {
|
|
53
|
+
"type": "integer"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "get_build",
|
|
60
|
+
"description": "Get a build by id including timings and store paths produced. Args: build_id.",
|
|
61
|
+
"method": "GET",
|
|
62
|
+
"path": "/builds/{build_id}",
|
|
63
|
+
"input_schema": {
|
|
64
|
+
"type": "object",
|
|
65
|
+
"properties": {
|
|
66
|
+
"build_id": {
|
|
67
|
+
"type": "string"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"required": [
|
|
71
|
+
"build_id"
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "cancel_build",
|
|
77
|
+
"description": "Cancel a queued or running build. Args: build_id.",
|
|
78
|
+
"method": "POST",
|
|
79
|
+
"path": "/builds/{build_id}/cancel",
|
|
80
|
+
"input_schema": {
|
|
81
|
+
"type": "object",
|
|
82
|
+
"properties": {
|
|
83
|
+
"build_id": {
|
|
84
|
+
"type": "string"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"required": [
|
|
88
|
+
"build_id"
|
|
89
|
+
]
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "list_tokens",
|
|
94
|
+
"description": "List auth tokens for the account.",
|
|
95
|
+
"method": "GET",
|
|
96
|
+
"path": "/tokens",
|
|
97
|
+
"input_schema": {
|
|
98
|
+
"type": "object",
|
|
99
|
+
"properties": {}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "get_account",
|
|
104
|
+
"description": "Get account info including remaining free CPU-hours and current spend.",
|
|
105
|
+
"method": "GET",
|
|
106
|
+
"path": "/account",
|
|
107
|
+
"input_schema": {
|
|
108
|
+
"type": "object",
|
|
109
|
+
"properties": {}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"health_check": {
|
|
114
|
+
"tool": "get_account"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "northflank",
|
|
3
|
+
"name": "Northflank",
|
|
4
|
+
"description": "Per-second-billed container platform — services, jobs, ephemeral environments. Good fit for ad-hoc remote builds: a build-service builds-and-deploys from git, a job runs once and exits (great for explicit build steps). Bearer-token authenticated, JWT issued via account or team API tokens with RBAC roles.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=northflank.com&sz=128",
|
|
6
|
+
"categories": ["build", "ci", "containers", "deployment", "devops"],
|
|
7
|
+
"base_url": "https://api.northflank.com",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["bearer"],
|
|
10
|
+
"headers": { "Authorization": "Bearer {{token}}" },
|
|
11
|
+
"credential_fields": [
|
|
12
|
+
{ "name": "token", "label": "API Token", "description": "Generate from app.northflank.com → User/Team Settings → API tokens", "required": true, "type": "password" }
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"tools": [
|
|
16
|
+
{
|
|
17
|
+
"name": "list_projects",
|
|
18
|
+
"description": "List all projects the token has access to.",
|
|
19
|
+
"method": "GET",
|
|
20
|
+
"path": "/v1/projects",
|
|
21
|
+
"input_schema": { "type": "object", "properties": {} }
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "create_combined_service",
|
|
25
|
+
"description": "Create a combined (build + deploy) service from a git repo. Args: projectId, name, vcsData ({projectUrl, projectType: github|gitlab|bitbucket, projectBranch}), buildSettings? ({dockerfile?, buildEngine: kaniko|buildkit, nixpacks?}), deployment ({instances, docker?, storage?}).",
|
|
26
|
+
"method": "POST",
|
|
27
|
+
"path": "/v1/projects/{projectId}/services/combined",
|
|
28
|
+
"input_schema": {
|
|
29
|
+
"type": "object",
|
|
30
|
+
"properties": {
|
|
31
|
+
"projectId": { "type": "string" },
|
|
32
|
+
"name": { "type": "string" },
|
|
33
|
+
"vcsData": { "type": "object" },
|
|
34
|
+
"buildSettings": { "type": "object" },
|
|
35
|
+
"deployment": { "type": "object" }
|
|
36
|
+
},
|
|
37
|
+
"required": ["projectId", "name", "vcsData", "deployment"]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "create_build_service",
|
|
42
|
+
"description": "Create a build-only service (image is built and pushed to a registry; no deployment). Args: projectId, name, vcsData, buildSettings, repository.",
|
|
43
|
+
"method": "POST",
|
|
44
|
+
"path": "/v1/projects/{projectId}/services/build",
|
|
45
|
+
"input_schema": {
|
|
46
|
+
"type": "object",
|
|
47
|
+
"properties": {
|
|
48
|
+
"projectId": { "type": "string" },
|
|
49
|
+
"name": { "type": "string" },
|
|
50
|
+
"vcsData": { "type": "object" },
|
|
51
|
+
"buildSettings": { "type": "object" },
|
|
52
|
+
"repository": { "type": "object" }
|
|
53
|
+
},
|
|
54
|
+
"required": ["projectId", "name", "vcsData"]
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "trigger_build",
|
|
59
|
+
"description": "Trigger a build run on a build-or-combined service. Args: projectId, serviceId, branch?, commit_sha?.",
|
|
60
|
+
"method": "POST",
|
|
61
|
+
"path": "/v1/projects/{projectId}/services/{serviceId}/builds",
|
|
62
|
+
"input_schema": {
|
|
63
|
+
"type": "object",
|
|
64
|
+
"properties": {
|
|
65
|
+
"projectId": { "type": "string" },
|
|
66
|
+
"serviceId": { "type": "string" },
|
|
67
|
+
"branch": { "type": "string" },
|
|
68
|
+
"commit_sha": { "type": "string" }
|
|
69
|
+
},
|
|
70
|
+
"required": ["projectId", "serviceId"]
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "get_build",
|
|
75
|
+
"description": "Get build status + duration. Args: projectId, serviceId, buildId.",
|
|
76
|
+
"method": "GET",
|
|
77
|
+
"path": "/v1/projects/{projectId}/services/{serviceId}/builds/{buildId}",
|
|
78
|
+
"input_schema": {
|
|
79
|
+
"type": "object",
|
|
80
|
+
"properties": {
|
|
81
|
+
"projectId": { "type": "string" },
|
|
82
|
+
"serviceId": { "type": "string" },
|
|
83
|
+
"buildId": { "type": "string" }
|
|
84
|
+
},
|
|
85
|
+
"required": ["projectId", "serviceId", "buildId"]
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "list_builds",
|
|
90
|
+
"description": "List builds for a service. Args: projectId, serviceId, perPage?, page?.",
|
|
91
|
+
"method": "GET",
|
|
92
|
+
"path": "/v1/projects/{projectId}/services/{serviceId}/builds?per_page={perPage}&page={page}",
|
|
93
|
+
"input_schema": {
|
|
94
|
+
"type": "object",
|
|
95
|
+
"properties": {
|
|
96
|
+
"projectId": { "type": "string" },
|
|
97
|
+
"serviceId": { "type": "string" },
|
|
98
|
+
"perPage": { "type": "integer" },
|
|
99
|
+
"page": { "type": "integer" }
|
|
100
|
+
},
|
|
101
|
+
"required": ["projectId", "serviceId"]
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "create_job",
|
|
106
|
+
"description": "Create a job that builds and runs once. Args: projectId, name, type (manual|cron), spec (container image + command), schedule? (cron expression).",
|
|
107
|
+
"method": "POST",
|
|
108
|
+
"path": "/v1/projects/{projectId}/jobs",
|
|
109
|
+
"input_schema": {
|
|
110
|
+
"type": "object",
|
|
111
|
+
"properties": {
|
|
112
|
+
"projectId": { "type": "string" },
|
|
113
|
+
"name": { "type": "string" },
|
|
114
|
+
"type": { "type": "string", "enum": ["manual", "cron"] },
|
|
115
|
+
"spec": { "type": "object" },
|
|
116
|
+
"schedule": { "type": "string" }
|
|
117
|
+
},
|
|
118
|
+
"required": ["projectId", "name", "type", "spec"]
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "run_job",
|
|
123
|
+
"description": "Trigger an existing manual job. Args: projectId, jobId.",
|
|
124
|
+
"method": "POST",
|
|
125
|
+
"path": "/v1/projects/{projectId}/jobs/{jobId}/runs",
|
|
126
|
+
"input_schema": {
|
|
127
|
+
"type": "object",
|
|
128
|
+
"properties": {
|
|
129
|
+
"projectId": { "type": "string" },
|
|
130
|
+
"jobId": { "type": "string" }
|
|
131
|
+
},
|
|
132
|
+
"required": ["projectId", "jobId"]
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "list_services",
|
|
137
|
+
"description": "List services in a project. Args: projectId.",
|
|
138
|
+
"method": "GET",
|
|
139
|
+
"path": "/v1/projects/{projectId}/services",
|
|
140
|
+
"input_schema": {
|
|
141
|
+
"type": "object",
|
|
142
|
+
"properties": { "projectId": { "type": "string" } },
|
|
143
|
+
"required": ["projectId"]
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "delete_service",
|
|
148
|
+
"description": "Delete a service. Args: projectId, serviceId.",
|
|
149
|
+
"method": "DELETE",
|
|
150
|
+
"path": "/v1/projects/{projectId}/services/{serviceId}",
|
|
151
|
+
"input_schema": {
|
|
152
|
+
"type": "object",
|
|
153
|
+
"properties": {
|
|
154
|
+
"projectId": { "type": "string" },
|
|
155
|
+
"serviceId": { "type": "string" }
|
|
156
|
+
},
|
|
157
|
+
"required": ["projectId", "serviceId"]
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
}
|
package/src/apps/notion.json
CHANGED
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "okta",
|
|
3
|
+
"name": "Okta",
|
|
4
|
+
"description": "MCP server for Okta - users, groups, applications, factors, sessions",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=okta.com&sz=128",
|
|
6
|
+
"categories": ["auth", "identity", "security", "sso"],
|
|
7
|
+
"base_url": "https://{{domain}}/api/v1",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["header"],
|
|
10
|
+
"headers": { "Authorization": "SSWS {{token}}" },
|
|
11
|
+
"credential_fields": [
|
|
12
|
+
{ "name": "domain", "label": "Okta Domain", "description": "e.g. mycompany.okta.com" },
|
|
13
|
+
{ "name": "token", "label": "API Token" }
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"tools": [
|
|
17
|
+
{
|
|
18
|
+
"name": "list_users",
|
|
19
|
+
"description": "List users (supports q, search, filter)",
|
|
20
|
+
"method": "GET",
|
|
21
|
+
"path": "/users",
|
|
22
|
+
"input_schema": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": {
|
|
25
|
+
"q": { "type": "string" },
|
|
26
|
+
"search": { "type": "string" },
|
|
27
|
+
"filter": { "type": "string" },
|
|
28
|
+
"limit": { "type": "number" }
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "get_user",
|
|
34
|
+
"description": "Get a user by ID or login",
|
|
35
|
+
"method": "GET",
|
|
36
|
+
"path": "/users/{user_id}",
|
|
37
|
+
"input_schema": {
|
|
38
|
+
"type": "object",
|
|
39
|
+
"properties": { "user_id": { "type": "string" } },
|
|
40
|
+
"required": ["user_id"]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "create_user",
|
|
45
|
+
"description": "Create a user",
|
|
46
|
+
"method": "POST",
|
|
47
|
+
"path": "/users",
|
|
48
|
+
"input_schema": {
|
|
49
|
+
"type": "object",
|
|
50
|
+
"properties": {
|
|
51
|
+
"profile": { "type": "object" },
|
|
52
|
+
"credentials": { "type": "object" },
|
|
53
|
+
"groupIds": { "type": "array" },
|
|
54
|
+
"activate": { "type": "boolean" }
|
|
55
|
+
},
|
|
56
|
+
"required": ["profile"]
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "update_user",
|
|
61
|
+
"description": "Update a user",
|
|
62
|
+
"method": "POST",
|
|
63
|
+
"path": "/users/{user_id}",
|
|
64
|
+
"input_schema": {
|
|
65
|
+
"type": "object",
|
|
66
|
+
"properties": {
|
|
67
|
+
"user_id": { "type": "string" },
|
|
68
|
+
"profile": { "type": "object" },
|
|
69
|
+
"credentials": { "type": "object" }
|
|
70
|
+
},
|
|
71
|
+
"required": ["user_id"]
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "deactivate_user",
|
|
76
|
+
"description": "Deactivate a user",
|
|
77
|
+
"method": "POST",
|
|
78
|
+
"path": "/users/{user_id}/lifecycle/deactivate",
|
|
79
|
+
"input_schema": {
|
|
80
|
+
"type": "object",
|
|
81
|
+
"properties": { "user_id": { "type": "string" } },
|
|
82
|
+
"required": ["user_id"]
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "list_groups",
|
|
87
|
+
"description": "List groups",
|
|
88
|
+
"method": "GET",
|
|
89
|
+
"path": "/groups",
|
|
90
|
+
"input_schema": {
|
|
91
|
+
"type": "object",
|
|
92
|
+
"properties": {
|
|
93
|
+
"q": { "type": "string" },
|
|
94
|
+
"filter": { "type": "string" }
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "add_user_to_group",
|
|
100
|
+
"description": "Add a user to a group",
|
|
101
|
+
"method": "PUT",
|
|
102
|
+
"path": "/groups/{group_id}/users/{user_id}",
|
|
103
|
+
"input_schema": {
|
|
104
|
+
"type": "object",
|
|
105
|
+
"properties": {
|
|
106
|
+
"group_id": { "type": "string" },
|
|
107
|
+
"user_id": { "type": "string" }
|
|
108
|
+
},
|
|
109
|
+
"required": ["group_id", "user_id"]
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "list_apps",
|
|
114
|
+
"description": "List applications",
|
|
115
|
+
"method": "GET",
|
|
116
|
+
"path": "/apps",
|
|
117
|
+
"input_schema": { "type": "object", "properties": { "filter": { "type": "string" } } }
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "list_user_sessions",
|
|
121
|
+
"description": "End user sessions",
|
|
122
|
+
"method": "DELETE",
|
|
123
|
+
"path": "/users/{user_id}/sessions",
|
|
124
|
+
"input_schema": {
|
|
125
|
+
"type": "object",
|
|
126
|
+
"properties": { "user_id": { "type": "string" } },
|
|
127
|
+
"required": ["user_id"]
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
}
|