10 pay-per-call APIs for AI agents — x402 protocol, USDC on Base. Web extraction, screenshots, French company data, DNS… 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-farm": {
"command": "npx",
"args": [
"-y",
"Ghost11777/x402-farm"
]
}
}
}
Run in terminal:
claude mcp add x402-farm npx -y Ghost11777/x402-farm
Add to .cursor/mcp.json:
{
"mcpServers": {
"x402-farm": {
"command": "npx",
"args": [
"-y",
"Ghost11777/x402-farm"
]
}
}
}