Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ton Jetton Risk

FreeNot checked

MCP server that screens any TON jetton (token) for rug-pull and honeypot risk. Returns a live on-chain 0–100 risk score with flags: mint authority, holder conce

GitHubEmbed

About

MCP server that screens any TON jetton (token) for rug-pull and honeypot risk. Returns a live on-chain 0–100 risk score with flags: mint authority, holder concentration, DEX liquidity, taxable transfer, blacklist, and a honeypot heuristic.

README

An MCP server that gives an AI agent tools to screen any token for rug-pull / honeypot risk — live, on-chain, free, no API keys.

Covers three ecosystems:

tool chains what it checks
assess_evm_token_risk Ethereum, BSC, Base, Arbitrum, Polygon, Optimism, Avalanche honeypot (static + live buy/sell simulation on ETH/BSC/Base), buy/sell tax, owner powers (mint / pause / blacklist / balance change), hidden owner, proxy, open source, DEX liquidity, holder concentration
assess_solana_token_risk Solana mint / freeze authority, balance-mutable, closable accounts, transfer hooks & fees, DEX TVL + top pools, holder concentration; flags dataSparse for minutes-old mints
assess_ton_jetton_risk TON mint authority not revoked, admin present, holder concentration, DEX liquidity & blacklist (STON.fi), taxable transfer, honeypot heuristic

Every tool returns a 0–100 risk score plus concrete flags and the raw facts (taxes, holders, liquidity, owner) as structured JSON.

Data sources: GoPlus token_security, honeypot.is v2 simulation, TonAPI, STON.fi — all live reads, nothing cached, nothing invented.

Install

No global install — run straight from GitHub with npx.

Claude Desktop / Claude Code (claude_desktop_config.json or .mcp.json):

{
  "mcpServers": {
    "token-risk": {
      "command": "npx",
      "args": ["-y", "github:mrvlyouknowwho/ton-jetton-risk-mcp"]
    }
  }
}

Works the same in any MCP client (Cursor, Windsurf, VS Code, …).

Optional env: TONAPI_KEY — a tonapi.io key raises TON rate limits (works fine without).

Example

"Is 0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed on Base safe to buy?"

The agent calls assess_evm_token_risk and gets back score 0, a passing live sell simulation, taxes 0/0, open-source contract, deep liquidity — with every flag it would have raised if any of that were off.

Related

License

MIT

from github.com/mrvlyouknowwho/ton-jetton-risk-mcp

Install Ton Jetton Risk in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install ton-jetton-risk-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add ton-jetton-risk-mcp -- npx -y github:mrvlyouknowwho/ton-jetton-risk-mcp

FAQ

Is Ton Jetton Risk MCP free?

Yes, Ton Jetton Risk MCP is free — one-click install via Unyly at no cost.

Does Ton Jetton Risk need an API key?

No, Ton Jetton Risk runs without API keys or environment variables.

Is Ton Jetton Risk hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Ton Jetton Risk in Claude Desktop, Claude Code or Cursor?

Open Ton Jetton Risk on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Ton Jetton Risk with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs