Skip to main content
Glama
Neurobyteio

AgentRisk MCP

Official

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

Related MCP server: Crest Counterparty Intelligence

Install

npm install -g agentrisk-mcp

Usage 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).

Website: https://agentrisk.dev API repo: https://github.com/Neurobyteio/agentrisk

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    basescope is a read-only onchain safety layer for AI agents: it answers "is this token/contract/approval safe?" on Base and EVM chains (honeypot/rug checks, risky-approval detection, verified-source lookup, balances, ENS/Basenames, gas, prices), with no private keys and no required API keys.
    13
    20
    1
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Neurobyteio/agentrisk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server