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.
token-risk MCP (ton-jetton-risk-mcp)
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 |
| 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 |
| Solana | mint / freeze authority, balance-mutable, closable accounts, transfer hooks & fees, DEX TVL + top pools, holder concentration; flags |
| 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).
Related MCP server: onchain-safety-mcp
Example
"Is
0x4ed4E862860beD51a9570b96d89aF5E1B0Efefedon 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
HTTP pay-per-call version of the same analyzers (x402, USDC):
https://213-165-37-71.sslip.io/v1/evm/token/risk·/v1/jetton/risk— machine-readable schema at/openapi.jsonWeb checker (browser, free): https://mrvlyouknowwho.github.io/ruglens/
Telegram: @RugLens_bot
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceMCP server for real-time Solana token risk analysis. Cross-references RugCheck.xyz, DexScreener, and GoPlus Security to generate three-layer reports: machine verdict → LLM analysis → raw on-chain evidence. Live on Solana mainnet with USDC micropayments ($0.02/audit). Give any AI agent the ability to check if a token is safe before trading.2MIT
- Alicense-qualityCmaintenanceMCP server that provides AI agents with crypto token safety checks (honeypot, liquidity, rug risk) and alpha signals (smart money buys, fresh rug radar) across PulseChain, Monad, Base, and BSC.54MIT
- AlicenseAqualityBmaintenanceOn-chain rug-pull & honeypot risk screen for ERC-20 tokens, providing a SAFE / CAUTION / HIGH-RISK verdict based on live public RPC reads.2MIT
- AlicenseAqualityBmaintenanceOn-chain Solana cabal & rug detection as an MCP server. Scans any Solana token mint before your agent buys and returns an Exit-Liquidity Risk verdict.178MIT
Related MCP Connectors
Solana token risk-scoring MCP server for AI trading agents with insider wallet cluster detection.
Memecoin Intelligence MCP — 9 tools: rug check, momentum, whale watch, 80+ chains.
Rug-check & launch radar for trading agents: composite honeypot score, EVM+Solana, keyless x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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