agentradar for Cline
io.github.bichev/agentradar
Trust scoring, scam detection, and EAS attestations for ERC-8004 + x402 agents on Base.
client:Cline
transport:stdio
runtime:npm
Install agentradar in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"agentradar": {
"command": "npx",
"args": [
"-y",
"@agentradar/mcp"
],
"env": {
"AGENTRADAR_API_URL": "<AGENTRADAR_API_URL>",
"AGENTRADAR_OPERATOR_KEY": "<AGENTRADAR_OPERATOR_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs