Pay-per-call AI microservices via x402 (HTTP 402). 22 services: summarize, translate, code-review, insurance analysis, crypto safety, DeFi yields. USDC on Base. MCP server included.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"x402-shop": {
"command": "npx",
"args": [
"-y",
"ronaldanton/x402-shop"
]
}
}
}
Run in terminal:
claude mcp add x402-shop npx -y ronaldanton/x402-shop
Add to .cursor/mcp.json:
{
"mcpServers": {
"x402-shop": {
"command": "npx",
"args": [
"-y",
"ronaldanton/x402-shop"
]
}
}
}