rug-check

rug-check

On-chain rug-pull & honeypot risk screen for ERC-20 tokens, providing a SAFE / CAUTION / HIGH-RISK verdict based on live public RPC reads.

Category
Visit Server

README

rug-check 🚨

On-chain rug-pull & honeypot risk screen for ERC-20 tokens β€” for AI agents and traders.

Give it a token address and get a SAFE / CAUTION / HIGH-RISK verdict (0–100 score) in one call, built entirely from live public-RPC reads β€” no API key, no node, no signup.

MCP x402 license

rug-check is an automated on-chain risk screen, not financial advice or a safety guarantee. It pattern-matches deployed bytecode and reads chain state; it cannot catch every scam (off-chain admin keys, novel honeypots) and may flag benign contracts. Always do your own research.

Why it exists (the moat)

An AI coding/trading agent that "just reads the chain" does not know:

  • Which dangerous functions the token's deployed bytecode exposes β€” mint, blacklist, pause, setFees, setMaxTx β€” the levers used to trap or dilute holders.
  • Whether ownership is renounced, or an active owner can still call those powers after you buy.
  • How concentrated supply is in the owner/deployer wallet (dump risk).
  • Whether a DEX liquidity pair exists, how deep it is, and whether the LP tokens are locked or burned β€” the single thing that decides if the deployer can pull all liquidity (the literal "rug pull").

rug-check ABI-encodes and batches all of that, decodes the bytecode, scores it, and returns one verdict.

What it checks

Check What it tells you
Owner powers scans runtime bytecode for mint / blacklist / pause / setFees / setMaxTx
Ownership renounced vs active owner (owner() / getOwner() β†’ zero/dead = renounced)
Concentration % of total supply held by the owner wallet
Liquidity UniswapV2/Pancake pair reserves vs wrapped-native, depth, thin-liquidity flag
LP lock/burn % of LP supply in burn address or known lockers (Pinksale, Unicrypt, Team.Finance…)
Proxy EIP-1967 upgradeable-proxy detection (behaviour can change post-launch)

Chains: Ethereum, Base, BSC, Polygon, Arbitrum.

Use as an MCP server (free)

{
  "mcpServers": {
    "rug-check": { "command": "npx", "args": ["-y", "rugshield-mcp"] }
  }
}

Tools:

  • rug_check_token β€” { chain, address } β†’ full risk report.
  • rug_check_many β€” up to 10 { chain, address } β†’ batch verdicts.

Or connect over HTTP at POST /mcp.

Free HTTP API

GET /check?chain=base&address=0x4ed4e862860bed51a9570b96d89af5e1b0efefed
GET /check?chain=ethereum&address=0x6b175474e89094c44da98b954eedeac495271d0f

Rate-limited 30/h/IP.

Pay-per-call (x402)

The /pro/* routes are gated by x402. Your agent pays $0.25 USDC per call automatically β€” no sign-up, no API key. Settles on-chain (Base) to the operator wallet.

GET /pro/check?chain=base&address=0x...
GET /pro/check_many?tokens=base:0x..,bsc:0x..

Discovery: GET /openapi.json (with x-payment-info) and GET /.well-known/x402.

Develop

npm install
npm run build
npm run test:engine     # offline unit tests + live on-chain sanity checks
npm run dev:http        # local HTTP server on :8080 (payments OFF unless configured)
npm run dev:mcp         # stdio MCP server

MIT Β© rug-check

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured