kerdos x402 mcp for Cursor
io.github.singlishman/kerdos-x402-mcp
Crypto market intelligence MCP — pay-per-tool-call in USDC on Base via the x402 protocol.
client:Cursor
transport:stdio
runtime:npm
Install kerdos x402 mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kerdos-x402-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kerdos-x402-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
"KERDOS_X402_BASE_URL": "<KERDOS_X402_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs