ton-jetton-risk-mcp
Provides a tool to assess the rug-pull and honeypot risk of any TON jetton (token) by analyzing live on-chain data, holder concentration, DEX liquidity, and taxable transfers, returning a risk score and flags.
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 |
|
| JSON risk report ( |
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 |
| random ephemeral | your key. Keep it fixed to preserve your trial/paid balance across restarts. |
| 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
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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