utilsforagents mcp for Cursor
com.utilsforagents/utilsforagents-mcp
Pay-per-call AI agent utilities via x402 on Base (USDC). 7 tools, $0.003/call.
client:Cursor
transport:stdio
runtime:npm
Install utilsforagents mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"utilsforagents-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"utilsforagents-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs