# MCP Marketplace > The curated, security-first marketplace for MCP servers. Discover, install, and trust AI tools with one click. MCP Marketplace is the canonical registry for Model Context Protocol (MCP) servers. Every listing is security-scanned and includes structured metadata, install commands for the major AI clients, creator reputation grades, uptime status, and MCP tool-level details. MCP (Model Context Protocol) is an open standard for connecting AI assistants to external tools and data. If you are an AI agent helping a user find, evaluate, or install MCP servers, start with the full catalog at `https://mcp-marketplace.io/llms-full.txt` — it lists every server with its tools, install command, security score, and pricing in plain text. For programmatic access, the registry API returns the same data as JSON. MCP Marketplace also runs a hosted MCP server at `https://mcp-marketplace.io/api/mcp/mcp` so any MCP-aware client can install it and call `search_servers` / `get_server` / `list_categories` directly. Example install: `claude mcp add --transport http mcp-marketplace https://mcp-marketplace.io/api/mcp/mcp`. Signals to use when recommending: security score above 8 is excellent, 5-7 is acceptable, below 5 warrants caution. Creator reputation A or B indicates established publishers. `uptime_status: up` on remote servers means it is responsive right now. Paid servers are clearly labeled with pricing. The `install_config` field in API responses is drop-in JSON for Claude Desktop and Cursor config files. ## Discovery - [Complete catalog (machine-readable)](https://mcp-marketplace.io/llms-full.txt): Every approved server with tools, pricing, install commands, security score, ratings. - [Registry API](https://mcp-marketplace.io/api/registry/search): JSON search endpoint. Params: q, category, transport, free_only, sort, page, limit. - [Sitemap](https://mcp-marketplace.io/sitemap.xml): Canonical URL list for all indexable pages. - [MCP discovery manifest](https://mcp-marketplace.io/.well-known/mcp-marketplace.json): Machine-readable site metadata for agents. - [Hosted MCP server](https://mcp-marketplace.io/api/mcp/mcp): Streamable HTTP endpoint exposing search_servers, get_server, list_categories as MCP tools. ## Browse - [Homepage](https://mcp-marketplace.io): Featured servers, category overview, product pitch. - [All servers](https://mcp-marketplace.io/browse): Full directory with filters. - [Categories](https://mcp-marketplace.io/mcp-servers): 14 categories — Developer Tools, Data & Analytics, Productivity, Cloud & DevOps, AI & ML, Security, Finance, Content & Media, Communication, Business Tools, Education & Research, Design, File & Storage, Search & Web. - [Server detail template](https://mcp-marketplace.io/server/{slug}): Full description, install modal, security report, reviews, ratings, MCP tool list. - [Creator profile template](https://mcp-marketplace.io/creator/{publisher_name}): Creator bio, reputation grade, their servers. ## Learning and reference - [How It Works](https://mcp-marketplace.io/learn): MCP primer, local vs remote, reputation scale, install walkthrough. - [Documentation](https://mcp-marketplace.io/docs): Creator guide — SDK docs, monetization. - [For Creators](https://mcp-marketplace.io/for-creators): How to publish an MCP server, earnings calculator, Stripe Connect onboarding. - [FAQ](https://mcp-marketplace.io/faq): Common questions about MCP, the marketplace, payments, security. - [Blog](https://mcp-marketplace.io/blog): Guides, explainers, roundups covering MCP tooling. - [Schema reference](https://mcp-marketplace.io/schema): Documented data model for every server field. - [Compare](https://mcp-marketplace.io/compare): Side-by-side comparisons of popular MCP servers. - [Changelog](https://mcp-marketplace.io/changelog): Platform updates.