Paid x402-compliant MCP server for contract analysis and data enrichment on Base mainnet
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-mcp-server": {
"command": "npx",
"args": [
"-y",
"prettybusysolutions-eng/x402-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add x402-mcp-server npx -y prettybusysolutions-eng/x402-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"x402-mcp-server": {
"command": "npx",
"args": [
"-y",
"prettybusysolutions-eng/x402-mcp-server"
]
}
}
}