agentrisk-mcp
v1.0.0
Published
MCP server for AgentRisk M2M — pre-trade honeypot and rug-pull risk scanning for Base tokens, live sell simulation across Uniswap V2/V3/V4 and Aerodrome.
Maintainers
Readme
AgentRisk MCP
Stop your AI agent from getting rekt. The pre-trade safety net it didn't know it needed — until it almost bought a honeypot. Live sell simulation across every DEX on Base (Uniswap V2/V3/V4, Aerodrome), catching traps a static code scan will never see.
What it does
An MCP server that gives any MCP-compatible agent (Claude, Cursor, and others) a check_token_risk tool. Before your agent trades a token on Base, it can call this tool to get:
- Honeypot detection
- Deployer wallet freshness
- Brand impersonation checks
- On-chain LP-lock verification
- Live sell simulation across Uniswap V2/V3/V4 and Aerodrome
- A risk score, risk level, and clear should-trade decision
Install
npm install -g agentrisk-mcpUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentrisk": {
"command": "npx",
"args": ["-y", "agentrisk-mcp"]
}
}
}Pricing
Paid per call via the x402 protocol, 0.15 USDC on Base, no API key, no subscription. Free public checks at agentrisk.dev (3 free scans per wallet).
Links
Website: https://agentrisk.dev API repo: https://github.com/Neurobyteio/agentrisk
