Labsco
MCP SERVER

Rug-Check-MCP

by kukapay

Check a Solana token before you touch it — a risk score, the audit status, supply and market cap, from its address.

Chain State, Explorers & Contract Tooling
Summary
The checks people skip, in one call.

Mint authority still live, liquidity unburned, ten wallets holding the bulk of the supply — these are the conditions a rug pull needs, and every one of them is readable before buying. Getting them back as one structured answer is what makes the check something an agent will actually run every time rather than when it remembers to.

What it is

A risk report on a Solana token, built from Solsniffer's data. You give the token address; what comes back is the identity, the score, the money figures and the specific risks found.

What you get
  • A risk score for the token on a 0-100 scale
  • The token's name, symbol and address, confirmed from the address you supplied
  • Market capitalization, price and total supply
  • Risks itemized as high, moderate and low, with counts and descriptions
  • Audit status: whether mint and freeze are disabled, whether liquidity is burned, and the top-ten holder concentration
Requirements

A Solsniffer API key, set in the environment where the server runs, and Python 3.10 or newer.

Setup effort

One command plus a key — npx -y @smithery/cli install @kukapay/rug-check-mcp --client claude, then supply credentials