INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://mcp-marketplace.io/api/mcp/mcp
Connect to this endpoint to inspect the live schema for compare and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests code or command execution.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-marketplace]
url = "https://mcp-marketplace.io/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-marketplace": {
"type": "http",
"url": "https://mcp-marketplace.io/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-marketplace
Remote MCP URL: https://mcp-marketplace.io/api/mcp/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-marketplace": {
"url": "https://mcp-marketplace.io/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-marketplace": {
"type": "http",
"url": "https://mcp-marketplace.io/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-marketplace",
"transport": "streamable-http",
"url": "https://mcp-marketplace.io/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_servers— Search the MCP Marketplace catalog.get_server— Fetch full details for a single MCP server by its slug.similar_to— Find MCP servers that are semantically similar to a reference server.recently_added— List the most recently added MCP servers.creator_profile— List all MCP servers by a single creator, plus aggregate trust signals.list_categories— List all MCP Marketplace categories with slug, name, description, and approved server count.