Catalog
X402 List MCP
Officialby x402-list
Read-only MCP server for the x402-list directory: discover x402 services and facilitator volume.
Read-only MCP server for the x402-list directory: discover x402 services and facilitator volume.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
X402_LIST_BASE_URLdefault https://x402-list.comAPI base URL. The /api/v1 prefix is appended automatically.
X402_LIST_TIMEOUT_MSdefault 15000Per-request timeout in milliseconds.
claude_desktop_config.json
{
"mcpServers": {
"x402-list-mcp": {
"command": "npx",
"args": [
"-y",
"x402-list-mcp@0.1.1"
],
"env": {
"X402_LIST_BASE_URL": "https://x402-list.com",
"X402_LIST_TIMEOUT_MS": "15000"
}
}
}
}