Let AI agents pay-per-call for any HTTP API via x402 on Base mainnet. One tool: pay_and_call.
claude mcp add mcp-server -- npx -y @x402-market/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@x402-market/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@x402-market/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@x402-market/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@x402-market/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@x402-market/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.AsaiShota--mcp-server/reviews or the review_server meta-tool.
POST /mcp