token-risk-check
Provides token risk analysis for Solana-based memecoins, including a RugCheck risk report (score, top-holder %, mint/freeze authority) and live market data from DexScreener.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@token-risk-checkIs this token a rug pull? So11111111111111111111111111111111111111112"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
token-risk-check — MCP server
A Model Context Protocol (MCP) server that exposes one sellable tool:
analyze_token_risk — a live scam/rug-pull check for any memecoin token.
AI agents call it before buying or promoting a token, and get back:
a verdict (
PASS/REJECT/UNAVAILABLE)reasons & warnings (honeypot pattern, age, buy pressure, missing socials…)
a RugCheck risk report for Solana (score, top-holder %, mint/freeze authority)
live market data from DexScreener (price, liquidity, volume, buys/sells…)
All data sources are free and keyless (DexScreener API + RugCheck API).
Tool
Tool | Description |
| Assess whether a token is likely a scam or rug pull. |
Related MCP server: token-rugcheck
Run locally
pip install -r requirements.txt
python mcp_server.pyEndpoint: http://localhost:8000/mcp (streamable HTTP, stateless — no session
handshake needed). Test it:
curl -X POST http://localhost:8000/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'Deploy for free on Smithery (always-on, no server to run)
Push this folder to a GitHub repo.
Sign up at https://smithery.ai, connect GitHub, add the repo.
Smithery builds the
Dockerfile(seesmithery.yaml), runs the server, and gives you a permanent public MCP URL — free.Use that URL in any MCP client, or submit it to marketplaces (MCP-Hive, Glama, mcp.so) to sell the tool per invocation.
The PORT env var is set by Smithery at runtime; mcp_server.py reads it
(8000 locally).
This folder is self-contained — it includes its own copies of the bot's data + scam modules (
config.py,dexscreener.py,scam_filter.py). The token-risk check is for entertainment/education only; new coins are overwhelmingly scams. Not financial advice.
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-qualityDmaintenanceAn MCP server that detects potential risks in Solana meme tokens, helping AI agents avoid rug pulls and unsafe projects.21MIT
- 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
- Flicense-qualityAmaintenanceMCP 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.
Related MCP Connectors
Memecoin Intelligence MCP — 9 tools: rug check, momentum, whale watch, 80+ chains.
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
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/micole66/memecoin-signal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server