Nerve blockchain JSON-RPC & REST MCP server for AI agents. Query NVT balances, validate addresses, get transaction history, and swap tokens via NerveSwap DEX. No gas fees on Nerve network. No private key required. npm: nerve-rpc-mcp
Server Config
{
"mcpServers": {
"nerve-rpc": {
"command": "npx",
"args": [
"-y",
"nerve-rpc-mcp"
]
}
}
}