MCP Servers
Model Context Protocol servers and registries.
Tool | Category | Segment | MCP Server / Platform | Plan | Monthly Price USD | Pricing Model | Free Tier / Trial | Included Usage / Limits | Transport / Runtime | Tool Coverage | Auth / Permissions | Hosting / Deployment | Data / Privacy | Client Compatibility | Team / Governance | Best Fit | Main Limits / Caveats |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No tagline | MCP Servers | Canonical discovery | Official MCP Registry | Preview | $0 | Open registry / API; no hosting charge listed | ✓ | Preview registry for publishing and discovering MCP server metadata; breaking changes/data resets possible before GA | Registry API and public catalog metadata | Server metadata, packages and remote server references | Publisher verification through registry rules; access subject to Registry terms | Hosted registry service; not a server runtime | Public registry data; follow terms when reusing/attributing data | Any MCP client/tooling can consume registry data | Community-driven registry project under modelcontextprotocol | Canonical source for MCP server discovery and metadata | Not a managed execution environment; preview terms warn of possible breaking changes |
No tagline | MCP Servers | Reference implementations | Model Context Protocol Reference Servers | Open source | $0 software | Open-source reference implementations; infra/API costs separate | ✓ | Filesystem, Git, Memory, Sequential Thinking and Time reference servers maintained by the MCP steering group; archived examples for GitHub, Slack, Postgres, Puppeteer, Stripe and others | Mostly local stdio packages; examples demonstrate SDK usage | Local files, git repos, memory graph, time conversion and protocol examples | Local permissions/configuration; some archived servers require upstream API credentials | Run locally or self-host; no managed hosting included | Data stays in local/server environment unless a tool calls an upstream API | Claude Desktop, Claude Code, Cursor, VS Code and other MCP clients with matching transport support | Community/open-source repo; production governance is your responsibility | Learning MCP server patterns and running low-level local tools without SaaS billing | Reference servers are not a full curated marketplace and some integrations moved to official vendor servers |
No tagline | MCP Servers | Local MCP manager | Docker MCP Catalog and Toolkit | Personal / beta toolkit | $0 for qualifying Docker Personal use | Docker subscription plus local container runtime | Yes for personal/small qualifying use | Docker Personal is $0; MCP Toolkit is beta in Docker Desktop 4.62+; local catalog/gateway usage depends on Docker Desktop/Engine and images pulled | Containerized local MCP gateway and catalog UI/CLI | Curated/catalog MCP servers, profiles, credentials and local gateway routing | Credential management through Docker MCP Toolkit; servers run isolated in containers | Local Docker Desktop or Docker Engine with MCP Gateway | Servers run locally in Docker containers; upstream APIs receive calls when configured | Works with MCP clients through the Docker MCP Gateway endpoint | Team/profile sharing via OCI/version control; enterprise Docker controls require paid subscriptions | Teams that want safer local MCP execution and centralized config instead of raw npx/uvx commands | Beta availability; Docker Desktop commercial licensing rules apply for larger companies |
No tagline | MCP Servers | Local MCP manager | Docker | Team / Business | $16/user/mo Team monthly; Business custom on page | Seat subscription for Docker products | Free Personal exists; paid required for some commercial/team use | Team monthly price shown as $16/user/mo; Docker Desktop commercial use at larger companies may require paid subscription | Docker Desktop, MCP Toolkit and MCP Gateway | Same MCP Toolkit capabilities with organization controls from Docker subscription | Org/team subscription controls and Docker Desktop policies | Local Docker Desktop/Engine | Local container isolation plus org-level Docker controls | MCP clients via local gateway | Team/business management, RBAC and enterprise controls depending plan | Organizations standardizing local MCP execution across developers | MCP Toolkit itself is beta; exact Business pricing requires Docker sales |
No tagline | MCP Servers | Official developer platform server | GitHub MCP Server | Open source / official | $0 server software | Open-source server; GitHub/Copilot feature access depends on account plan | ✓ | No MCP software meter; equivalent tool access follows the user's GitHub permissions and any paid GitHub/Copilot feature requirements | Local or remote MCP server; Docker image and configs available | Repository management, file operations, issues, pull requests, search and GitHub API interactions | GitHub auth token/OAuth; tools act with authenticated user's permissions | Run locally or in supported MCP environments | Can access private repos according to token scopes; treat tokens and MCP clients as privileged | Claude Code, VS Code, Cursor and other MCP clients | GitHub org policies/scopes govern access; enterprise controls depend on GitHub plan | Giving agents controlled access to GitHub repos and PR workflows | Dangerous if broad write/admin scopes are granted; paid GitHub features still require corresponding licenses |
No tagline | MCP Servers | Browser automation server | Playwright MCP | Open source | $0 software | Open-source package; local/browser infrastructure costs separate | ✓ | No server usage meter; runs browser automation locally or in a container | Node.js MCP server exposing Playwright browser automation | Browser navigation, snapshots, screenshots, form interaction and test/automation primitives | Local process/container permissions; optional secrets masking in config | Local npx package or Docker container | Browser data stays local unless target sites/upstream tools are called | MCP clients including GitHub Copilot/VS Code, Claude, Cursor and local agents | No built-in enterprise governance beyond client/container controls | Agents that need deterministic browser control for web testing or scraping-like workflows | Local browser automation can be risky against logged-in sessions; production scraping may need separate browser infra |
No tagline | MCP Servers | Hosted workspace connector | Notion MCP | Hosted connector | $0 MCP server; Notion plan costs apply | Hosted MCP included with Notion workspace access | Yes via Notion Free workspace | Notion Free plan available; hosted MCP uses the user's Notion permissions and workspace limits | Remote HTTP MCP endpoint at https://mcp.notion.com/mcp | Read/write Notion pages, databases, tasks and workspace content optimized for AI agents | OAuth user authentication; bearer-token open-source server is no longer recommended for most users | Hosted by Notion | AI tool receives access equivalent to the authorizing user; workspace data remains governed by Notion plan/settings | Claude Code, Cursor, VS Code, ChatGPT and compatible MCP clients | Notion workspace roles and plan controls | Connecting agents to team docs, PRDs, task lists and knowledge bases | Full workspace access can expose sensitive content; Notion plan/file/page history limits still apply |
No tagline | MCP Servers | Payments API connector | Stripe MCP | Official connector | $0 MCP server; Stripe transaction/API economics apply | Official MCP server for Stripe API access | Yes for creating/testing with Stripe account; transaction fees apply to payments | No separate MCP charge listed; Stripe product fees apply when using live payment/refund/billing operations | MCP server for Stripe API tools | Payments, customers, charges, refunds, payment links and Stripe platform operations depending exposed tools | Stripe authentication and account permissions; use restricted keys/policies where possible | Configured through Stripe's MCP docs/client setup | Acts on live Stripe account if authorized; high financial blast radius | MCP clients and AI agent environments supporting Stripe MCP setup | Stripe account/team controls, restricted keys and auditability | Agents assisting with payment ops, billing setup and Stripe dashboard/API workflows | Financially sensitive; never grant broad live-mode write/refund access casually |
No tagline | MCP Servers | Database platform connector | Supabase MCP | Hosted MCP + Supabase Free | $0 | Hosted MCP included; Supabase project plan governs resources | ✓ | Supabase Free includes 2 active projects, 500MB database, 50K MAUs, 5GB egress and 1GB storage; MCP includes database/debug/dev/docs tools with Storage disabled by default | Remote HTTP MCP at https://mcp.supabase.com/mcp or local Supabase CLI MCP | Database schema/tools, SQL, logs, advisors, Edge Functions, project/account management and docs search; branching requires paid plan | OAuth by default; PAT headers for CI; read-only and project-scoped URL options | Hosted by Supabase or local CLI | Can access project data and execute SQL; read-only/project scoping recommended | Claude Code and other HTTP MCP clients | Supabase org/project roles; Team plan adds SSO/project-scoped/read-only access features | Giving coding agents controlled access to Supabase projects during development | Official docs warn not to connect to production data; write tools can alter databases |
No tagline | MCP Servers | Database platform connector | Supabase | Pro / Team | $25/mo Pro; $599/mo Team | Supabase project/team subscription | Free plan exists | Pro adds 8GB disk, 100K MAUs, 250GB egress and 7-day logs; Team adds SOC2/ISO, SSO and 28-day log retention | Same hosted/local MCP server over Supabase account/project | Same MCP tools with underlying project resources and plan features | OAuth/PAT plus account/team controls | Supabase hosted platform | Governed by Supabase plan and project scopes | HTTP MCP clients | Team plan includes stronger compliance/governance | Production teams using Supabase MCP with more storage/logging/compliance | MCP itself is not priced separately; underlying DB/storage/auth costs drive bill |
No tagline | MCP Servers | Database platform connector | Neon MCP Server | Free | $0 | Hosted/local MCP plus Neon database plan | ✓ | Neon Free: 100 projects, 100 CU-hrs/month per project, 0.5GB storage per project, up to 2 CU, 5GB public network transfer; MCP can manage projects/branches/databases and run SQL | Remote HTTP OAuth/API-key MCP or local npm package | Project management, branches, databases, SQL, schema changes and docs resources | OAuth remote setup or API key/local config; acts with Neon account permissions | Managed remote MCP at mcp.neon.tech or local @neondatabase package | Can change database schemas/data; branch-based migration patterns reduce risk | Cursor, VS Code, Claude Code and compatible MCP clients | Neon account/team controls; plan controls DB resources | Developers using serverless Postgres who want agent-assisted schema/database operations | MCP can make destructive DB changes; Free resource limits are per project but still bounded |
No tagline | MCP Servers | Database platform connector | Neon | Launch / Scale | Usage-based; typical Launch spend $15/mo | Usage-based compute/storage plan | Free plan exists | Launch: $0.106/CU-hr and $0.35/GB-month; Scale: $0.222/CU-hr plus higher limits/features | Same MCP server over higher Neon plan | Same Neon project/database/branch tools | OAuth/API key plus Neon account/team controls | Neon managed platform | Private networking/IP rules on Scale; data governed by Neon plan | Compatible MCP clients | Launch/Scale add production resource and monitoring features | Production Postgres workflows with agent-managed branches/migrations | Underlying compute/storage/branch usage can scale costs; MCP tool actions should be reviewed |
No tagline | MCP Servers | Deployment platform connector | Vercel MCP | Hobby | $0 | Official MCP beta included on Vercel plans | ✓ | Vercel MCP beta available on all plans; Hobby includes personal-project usage caps such as 4 CPU-hrs, 1M function invocations and 100GB-hours function duration | Remote HTTP MCP at https://mcp.vercel.com with OAuth | Search docs, manage projects/deployments and analyze deployment logs | OAuth; explicit client consent; access follows Vercel user/team permissions | Hosted by Vercel | Can expose project/deployment/log context to AI client | Claude and compatible MCP clients | Vercel team/project permissions; stronger controls on Pro/Enterprise | Agents debugging Vercel deployments or searching Vercel docs | Beta terms apply; Hobby is for personal projects and has hard usage caps |
No tagline | MCP Servers | MCP hosting runtime | Vercel MCP Hosting | Pro | $20/user/mo + usage | Vercel managed infrastructure pricing | Hobby free plan exists; Pro trial available | Pro includes $20 usage credit, team collaboration and managed infrastructure; MCP server costs follow Vercel function/compute/pricing model | Deploy MCP endpoint as a Vercel app/function | Your custom MCP tools/resources/prompts | Your app auth; Vercel project/team access controls | Vercel serverless/managed app hosting | Data privacy depends on your MCP server implementation and Vercel project settings | Any remote HTTP MCP-compatible client | Vercel teams, project roles and enterprise add-ons | Teams deploying custom TypeScript/Next.js MCP servers quickly | Serverless/runtime limits apply; stdio MCP servers need adaptation to HTTP |
No tagline | MCP Servers | Enterprise work management connector | Atlassian Rovo MCP | Atlassian Cloud Free | $0 | Included for Atlassian Cloud customers; Jira/Confluence plan governs usage | ✓ | All Atlassian Cloud customers have access; Jira/Confluence Free supports up to 10 users and 2GB storage; site-level rate limits depend on plan | Remote HTTP MCP endpoint; SSE endpoint retires after 2026-06-30 | Jira, Confluence and Compass search/summarize/create/update workflows | OAuth 2.1; optional API token if admin allows; respects existing access controls | Hosted by Atlassian | Requests respect user permissions and org IP allowlist settings | Compatible external MCP clients and AI assistants | Organization admins can allow/block supported domains and control API token auth | Teams that live in Jira/Confluence and want agent access without custom integrations | Endpoint migration required from old SSE endpoint by 2026-06-30; rate limits vary by plan |
No tagline | MCP Servers | Enterprise work management connector | Atlassian Jira / Confluence | Standard | $7.91/user/mo Jira Standard shown | Underlying Atlassian app seat subscription | Free plan exists; Standard trial available | Standard adds Rovo Search/Chat/Agents and higher app resources compared with Free; detailed pricing varies by app/user count | Same Atlassian remote MCP server | Same Jira/Confluence/Compass tools over paid app plan | OAuth and Atlassian org controls | Hosted Atlassian Cloud | Atlassian app data governed by plan/org policies | MCP-compatible external AI tools | Admin controls, IP allowlisting and Atlassian-supported domain controls | Organizations already paying for Jira/Confluence who want governed AI assistant access | MCP is tied to Atlassian Cloud; Server/Data Center compatibility differs |
No tagline | MCP Servers | Automation integration hub | Zapier MCP | Free | $0 | MCP calls consume Zapier plan tasks | ✓ | Free plan includes 100 tasks/month; each successful MCP tool call consumes 2 tasks; failed calls do not consume tasks | Hosted remote MCP/action layer | Zapier app actions across thousands of integrations; MCP included with Zaps/Tables/Interfaces | Zapier account auth and connected app permissions; MCP endpoints include authentication | Hosted by Zapier | Data flows through Zapier and connected apps | AI apps/clients that support Zapier MCP | Single user on Free; paid Team/Enterprise add governance | Fastest path to agent actions across many SaaS apps without building custom MCP servers | 100 tasks/month means about 50 successful MCP tool calls on Free |
No tagline | MCP Servers | Automation integration hub | Zapier MCP | Professional / Team | $19.99/mo Professional annual; $69/mo Team annual | MCP calls consume paid Zapier task allowance | 14-day trial | Professional starts from 750 tasks/month tier; Team adds 25 users, shared folders/connections and SAML SSO | Hosted MCP/action layer | Same Zapier MCP tools plus paid platform features such as webhooks and premium apps | Zapier authentication and shared app connections on Team | Hosted by Zapier | Zapier-hosted automation data path | MCP-compatible AI apps | Team/Enterprise governance, shared connections and advanced admin controls | Teams using MCP as an AI action layer over existing Zapier automations | Cost scales with task tier; one successful MCP tool call consumes two tasks |
No tagline | MCP Servers | Developer integration hub | Pipedream MCP / Connect | Free | $0 | Credit-limited Free workspace; Connect free in development | ✓ | Free plan has daily credit limit; pricing page snapshot lists up to 100 credits/month, 3 active workflows, 3 connected accounts and Connect in development | Pipedream hosted workflows/Connect/MCP tool calls | Integration components, workflows, sources, Connect and MCP tools for app/agent integrations | Connected accounts and app OAuth/API credentials through Pipedream | Hosted Pipedream platform | Data flows through Pipedream and connected services | Agents/apps using Pipedream Connect/MCP | Community support on Free | Developers prototyping agent integrations and MCP tools before production | Production Connect requires paid plan; exact daily free credit limit is workspace-specific |
No tagline | MCP Servers | Developer integration hub | Pipedream MCP / Connect | Basic / Advanced | $29/mo Basic annual; $49/mo Advanced annual | Credit-based workflow/Connect pricing | Free plan exists | Basic/Advanced pricing snapshot includes 2,000 credits/mo, more workflows/accounts and higher AI token allowances | Hosted workflow/MCP/connect runtime | Production Connect, MCP tools and workflows over many app integrations | Pipedream connected accounts/OAuth/API auth | Hosted by Pipedream | Data moves through Pipedream and upstream APIs | MCP and app integrations | Paid plan support/features; Connect production gating | Embedding third-party integrations into apps and agents with hosted auth | Credits and connected-account limits require billing review before scale |
No tagline | MCP Servers | Agent integration platform | Composio MCP | Try for Free / self-serve account | Public static price not listed in docs page | Hosted MCP servers and managed auth for toolkits | Try for Free shown | Docs describe hosted MCP servers for 500+ toolkits, managed OAuth/API auth, tool execution and triggers | Hosted MCP servers/API | 500+ toolkits including Slack, GitHub, Notion and more; direct API and MCP access | Managed OAuth/API key/custom auth flows; fine-grained permissions | Hosted by Composio | Data and tokens flow through Composio-managed auth/execution layer | Compatible with OpenAI, Anthropic, Vercel AI SDK, LangChain and MCP clients | Permissions and enterprise gateway controls on enterprise offering | Agent builders who want one managed auth/tool layer across many SaaS APIs | Official docs expose capabilities but not a static pricing table in this crawl |
No tagline | MCP Servers | Enterprise MCP gateway | Composio MCP Gateway | Enterprise | Custom | Sales-led enterprise MCP gateway | Demo request | 1,000+ managed integrations advertised; production-grade reliability and governance; exact quotas contract-specific | Hosted enterprise MCP gateway | Enterprise app integrations, managed auth, triggers and governed MCP rollout | Enterprise auth/governance and managed credentials | Hosted Composio enterprise platform | Enterprise data/privacy terms via contract | Organization-wide MCP clients/AI tools | Governance, permissions and rollout controls | Large organizations standardizing integrations exposed to AI agents | No public self-serve price on gateway page; requires demo/sales |
No tagline | MCP Servers | Actor marketplace MCP | Apify MCP Server | Free | $0 | MCP server over Apify platform credits | ✓ | Apify Free pricing page shows $5 monthly platform credit, no credit card, and access to Apify Store/API/CLI; actor-level fees may apply | Remote Streamable HTTP MCP server | Apify Actors, web scraping/data extraction tools and platform workflows | Apify account/API auth; tools act through configured actors and account permissions | Hosted Apify MCP and Apify Actors platform | Data collected/stored in Apify datasets/key-value stores according to platform settings | MCP-compatible AI clients | Plan/account permissions; paid tiers add support/resources | Agents that need access to web data extraction actors through MCP | Actor pricing can add per-result/event fees beyond platform compute credits |
No tagline | MCP Servers | Actor marketplace MCP | Apify | Starter / Scale | $29/mo Starter; $199/mo Scale | Monthly credits plus compute/actor pricing | Free plan exists | Starter and Scale include larger monthly platform credits and higher memory/concurrency than Free; Store actors can have separate prices | Same Apify MCP over higher account plan | Same actor/tool access with more platform budget | Apify account auth | Apify hosted platform | Data retention/support/resources depend on plan | MCP clients | Paid plans add support and higher resource limits | Production data extraction agents using Apify MCP | Per-Actor fees can dominate compute-unit pricing |
No tagline | MCP Servers | Browser-agent MCP | Browserbase MCP Server | Free | $0 | Browser infrastructure plan with MCP included | ✓ | Free plan includes 3 concurrent browsers, 1 browser hour, 1,000 Search calls, 1,000 Fetch calls, 15 minutes/session, 7 days data retention and $5 model tokens | Hosted browser agent infrastructure plus MCP | Browser sessions, search/fetch/extract-style capabilities and Stagehand/browser automation | Browserbase API/account auth | Hosted Browserbase runtime | Browser session data retained 7 days on Free | MCP-capable agents and Browserbase integrations | Account/project controls; higher plans add more scale | Agents that need remote browser execution without local browser management | Very small free browser-hour allowance; web automation belongs mostly in browser-scraping category too |
No tagline | MCP Servers | Browser-agent MCP | Browserbase | Developer / Startup | $20/mo Developer; $99/mo Startup | Browser hours/search/fetch/proxy usage plan | Free plan exists | Developer: 25 concurrent browsers and 100 browser hours then $0.12/browser-hr; Startup: 100 concurrent browsers and 500 browser hours then $0.10/browser-hr | Hosted browser runtime with MCP | Same browser/Search/Fetch/MCP platform at production scale | Browserbase account/API auth | Hosted Browserbase infrastructure | Retention and infra limits increase by plan | MCP/browser automation clients | Scale plan adds enterprise scale/control | Production agents browsing the web through managed infrastructure | Overages on browser hours, Search/Fetch and proxies can add up |
No tagline | MCP Servers | Remote MCP hosting runtime | Cloudflare Workers Remote MCP | Workers Free | $0 | Serverless Workers free tier | ✓ | Workers Free includes 100,000 requests/day and 10ms CPU per invocation; remote MCP server can use Workers/Durable Objects depending architecture | Remote Streamable HTTP/OAuth-style MCP on Workers | Your custom MCP tools; can integrate Cloudflare platform primitives | OAuth/auth handled by app/framework; Cloudflare access controls optional | Cloudflare Workers / Durable Objects | Data residency/privacy depends on Cloudflare services and your implementation | Remote MCP clients over HTTP | Cloudflare account controls; enterprise security features by plan | Low-cost public remote MCP servers, especially TypeScript/edge-friendly integrations | CPU/subrequest/duration limits can be tight for heavy MCP tools; Python production support may lag JS/TS patterns |
No tagline | MCP Servers | Remote MCP hosting runtime | Cloudflare Workers | Paid | Usage-based after included allotment | Workers Paid/Standard usage | Free tier exists | Standard includes 10M requests/month and 30M CPU ms/month; additional requests $0.30/M and CPU $0.02/M CPU ms | Cloudflare edge/serverless runtime | Custom MCP servers plus Workers platform bindings, Durable Objects, Browser Rendering, Workflows and more as needed | App-defined auth plus Cloudflare account/security controls | Cloudflare managed edge runtime | Cloudflare service configuration governs data/security posture | HTTP MCP clients | Cloudflare org/security controls and spend limits | Scaling remote MCP servers with predictable edge usage pricing | Stateful/heavy workloads may need Durable Objects/Containers/Workflows with separate pricing |
No tagline | MCP Servers | Hosted MCP registry/gateway | Glama | Open-source hosting | $0 for open-source MCP server hosting | Registry, AI gateway and MCP hosting plan | Yes for open-source server hosting | Glama states open-source MCP servers can deploy/run on Glama for free; registry indexes 30K+ servers and tools | Hosted MCP registry, inspector, gateway and hosting | Browse, inspect, install, deploy and host MCP servers; AI Gateway credits on paid plans | Account/auth depends on deployed server and Glama account | Hosted by Glama for eligible servers or local install for registry entries | Public open-source servers are indexed; hosted server data governed by Glama | Browser testing/inspector and MCP clients | Maintainer verification/scoring; team features on paid plans | Discovering and hosting open-source MCP servers with quality/safety metadata | Free hosting applies to open-source servers; private/commercial hosting uses paid plans |
No tagline | MCP Servers | Hosted MCP registry/gateway | Glama | Starter / Pro | $9/mo Starter; Pro higher tier shown on pricing page | Subscription includes AI credits and hosted MCP servers | Open-source hosting free; paid starts at Starter | Starter includes $9/month in AI credits, 3 fast hosted MCP servers, $4/additional server, unlimited MCP connectors, 100K logs/month and 30-day retention | Hosted MCP servers/connectors plus AI Gateway | Hosted MCP servers, connectors, logs, chat/API access and agent tooling | Glama account and connector/server-specific auth | Hosted Glama platform | Logs/hosted server data retained by plan | MCP clients and Glama UI/API | Projects/team collaboration on higher plans | Teams wanting hosted private/fast MCP servers plus registry and gateway tooling | Pricing page content is dynamic; verify Pro/Enterprise details in account before budgeting |
No tagline | MCP Servers | MCP server framework | FastMCP | Open source | $0 software | Open-source Python framework; infra/model costs separate | ✓ | No framework usage meter; run locally via stdio or over HTTP/SSE; deployment costs depend on chosen host | Python framework for stdio and HTTP MCP servers | Build tools, resources, prompts, proxies, OpenAPI/FastAPI generated servers and MCP clients | Supports app-defined auth and provider integrations; enterprise auth patterns in framework docs | Local, self-hosted, FastMCP Cloud or any Python/ASGI host | Your server owns data path and storage | Any MCP client compatible with stdio/HTTP transports | Governance depends on deployment platform | Developers building custom MCP servers from Python APIs or apps | Framework is not itself a managed marketplace; production ops and auth are your job unless using a host |
No tagline | MCP Servers | MCP server framework | FastMCP Cloud | Cloud deployment | Pricing not captured on public docs page | Hosted FastMCP server deployment | Docs expose cloud deployment flow | Quickstart describes deploying to FastMCP Cloud and getting a https://your-project.fastmcp.app/mcp URL; no static plan/price captured in crawled docs | Hosted HTTP MCP endpoint | Your FastMCP server tools/resources/prompts | Cloud project/auth configuration | FastMCP Cloud | Depends on FastMCP Cloud terms and your server implementation | HTTP MCP clients | Cloud project controls; exact governance not captured | Quickly deploying Python MCP servers without setting up your own host | Need account/pricing verification before relying on it for production budgeting |