API Tools
mcp-marketplace.io
A tool for searching and discovering MCP servers from a marketplace catalog.
ENDPOINT 1
https://mcp-marketplace.io/api/mcp/mcp
MCP server metadata
- Name
- mcp-marketplace
- Version
- 1.1.0
MCP Marketplace — search and install MCP servers from any MCP-aware AI client. Start with search_servers for topic queries, get_server for full detail, similar_to for alternatives to a known slug, recently_added for what's new, creator_profile to evaluate a publisher, and compare for side-by-side decisions. list_categories surfaces the taxonomy. Full catalog: https://mcp-marketplace.io/llms-full.txt
Known tools 7
creator_profileList all MCP servers by a single creator, plus aggregate trust signals.
Inferred read-onlycompareCompare 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.
Potential side effectslist_categoriesList all MCP Marketplace categories with slug, name, description, and approved server count.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mcp-marketplace.io was fetched 2026-07-27T23:25:27.406Z and is being refreshed.
mcp-marketplace.io is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.