API Tools
mcp.market
Searches, describes, and executes tools on MCP servers while tracking prepaid balance, spending, and key caps.
ENDPOINT 1
https://gw.mcp.market/mcp
MCP server metadata
- Name
- mcp.market
- Version
- 0.1.0
mcp.market is a review site and gateway for MCP servers. Use `search` to find tools for a job, `describe` to read a tool's schema, user rating, safety grade and price, and `call` to run it through the gateway. Each server carries three independent signals: rating (1-5 stars from people who ran it), safety grade (A best, F blocked, from a public rubric), and adoption (0-100 from stars and downloads). Weigh them yourself; they are never blended. Certified means a named security panel audited it. Prices are in micro-dollars (1,000,000 = $1). You are anonymous: free tools only, rate-limited. Send `Authorization: Bearer mk_...` for paid tools and higher limits.
Known tools 4
describeFull detail for one server: user rating and what reviewers said, safety grade and scan summary, adoption, price, and every tool with its input schema and whether it performs write actions.
Potential side effectsCONNECT 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-market]
url = "https://gw.mcp.market/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-market": {
"type": "http",
"url": "https://gw.mcp.market/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-market
Remote MCP URL: https://gw.mcp.market/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-market": {
"url": "https://gw.mcp.market/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-market": {
"type": "http",
"url": "https://gw.mcp.market/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-market",
"transport": "streamable-http",
"url": "https://gw.mcp.market/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.