Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

MCP Marketplace

io.mcp-marketplace/search

Search and install 4,000+ security-scanned MCP servers from inside any MCP-aware AI client.

Uptime
100.0%
1 direct probes · 30d
Response
737ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

search_servers

Search the MCP Marketplace catalog. With a free-text `query` and default `sort`, results are ranked by semantic similarity (gte-small embeddings + cosine similarity), so natural-language queries like …

get_server

Fetch full details for a single MCP server by its slug. Returns description, install commands, security score/risk/findings, ratings, creator info, setup requirements (API keys/credentials the user wi…

similar_to

Find MCP servers that are semantically similar to a reference server. Use when a user picked a candidate but wants alternatives — e.g. 'like this but safer', 'like this but free', 'what else does this…

recently_added

List the most recently added MCP servers. Use for discovery: 'what's new', 'latest servers', 'servers from this week'. Optionally constrain to the last N days. Ordered by creation date descending. Eac…

creator_profile

List all MCP servers by a single creator, plus aggregate trust signals. Use to evaluate a publisher holistically: 'do they ship consistently?', 'what's their security track record?', 'are there other …

compare

Compare 2-5 MCP servers side by side on the fields users actually decide on: security score, critical findings, pricing, transport mode, tool count, and install command availability. Use when a user i…

list_categories

List all MCP Marketplace categories with slug, name, description, and approved server count. Use the returned `slug` as the `category` filter in search_servers.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp_marketplace": {
      "url": "https://mcp-marketplace.io/api/mcp/mcp",
      "transport": "streamable-http"
    }
  }
}