agentradar for Cursor
io.github.bichev/agentradar
Trust scoring, scam detection, and EAS attestations for ERC-8004 + x402 agents on Base.
client:Cursor
transport:stdio
runtime:npm
Install agentradar in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentradar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentradar/mcp"
],
"env": {
"AGENTRADAR_API_URL": "<AGENTRADAR_API_URL>",
"AGENTRADAR_OPERATOR_KEY": "<AGENTRADAR_OPERATOR_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs