Skip to main content
Glama
mrvlyouknowwho

ton-jetton-risk-mcp

ton-jetton-risk-mcp

An MCP server that gives an AI agent a single tool to screen any TON jetton (token) for rug-pull / honeypot risk — live, on-chain.

One call returns a 0–100 risk score plus concrete flags:

  • mint authority not revoked / admin still present

  • holder concentration (top-1 / top-10 %) and holder count

  • DEX liquidity (STON.fi): listed, price, liquidity tier

  • taxable transfer / DEX blacklist

  • a honeypot heuristic (precise sell-emulation on the roadmap)

Data comes from live on-chain reads (TonAPI) plus STON.fi. The first 5 calls per API key are free; after that a small prepaid USDT-on-TON balance is required (pay-per-call).

Tool

tool

input

output

assess_jetton_risk

address: TON jetton master address (friendly EQ…/UQ… form)

JSON risk report (score, flags, holders, liquidity, honeypot, …)

Related MCP server: token-rugcheck

Install

No global install — run straight from GitHub with npx.

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

{
  "mcpServers": {
    "ton-jetton-risk": {
      "command": "npx",
      "args": ["-y", "github:mrvlyouknowwho/ton-jetton-risk-mcp"],
      "env": {
        "JETTON_RISK_API_KEY": "pick-any-string-for-your-free-trial"
      }
    }
  }
}

Cursor (~/.cursor/mcp.json) uses the same mcpServers block.

Then ask your agent: "Assess the rug risk of TON jetton EQ…."

Configuration

env var

default

meaning

JETTON_RISK_API_KEY

random ephemeral trial-…

your key. Keep it fixed to preserve your trial/paid balance across restarts.

PAYGATE_URL

current public endpoint

override to point at a self-hosted paygate.

Paying (after the free trial)

When the trial is exhausted the tool returns funding instructions: send USDT on TON to the address it prints, with the transfer comment (memo) set to your API key. Your balance is then debited per call. TON and TRON USDT are different networks — use the address the tool gives you.

License

MIT

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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/mrvlyouknowwho/ton-jetton-risk-mcp'

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