x402 mcp server for Cursor
io.github.kten-agent/x402-mcp-server
MCP server for Hermes Asia x402 CN/JP market intelligence via USDC on Base. 8 endpoints.
client:Cursor
transport:stdio
runtime:npm
Install x402 mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"x402-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hermes-asia-x402-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs