ENDPOINT 1
https://payapi.market/mcp
MCP server metadata
- Name
- payapi-market
- Version
- 1.0.0
PayAPI Market lists APIs an AI agent can call and pay for by itself, per request, in USDC on Base. No API key and no account are needed to call a listed API. Use search_apis to find something by free text, list_apis to browse a category, and get_api to fetch one listing in full. search_apis and list_apis default to settlement-verified listings only. Settlement-verified means PayAPI Market paid for a real call to that listing from its own wallet and received real product back, with the payment recorded on-chain. Pass verified_only=false to see live-but-unverified listings too; they are labelled, never silently mixed in. These tools are free and read-only. They never spend money. To actually use a listed API, take its base_url, request it unpaid to receive the HTTP 402 challenge, then pay per that challenge with your own wallet. payment_verified is per listing, not per route: a listing with several routes may have had only one verified.
Known tools 3
get_apiFetch a single live listing by its id or slug, including base_url, price range, network and verification state.
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.payapi-market]
url = "https://payapi.market/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"payapi-market": {
"type": "http",
"url": "https://payapi.market/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: payapi-market
Remote MCP URL: https://payapi.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": {
"payapi-market": {
"url": "https://payapi.market/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"payapi-market": {
"type": "http",
"url": "https://payapi.market/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "payapi-market",
"transport": "streamable-http",
"url": "https://payapi.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.