mcp for Cursor
com.walletbureau/mcp
Risk score for a Base wallet before your agent pays it: 0-100, verdict and explained flags.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@walletbureau/mcp"
],
"env": {
"WALLETBUREAU_API_KEY": "<WALLETBUREAU_API_KEY>",
"X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>",
"X402_MAX_PRICE_USD": "<X402_MAX_PRICE_USD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs