Skip to main content
Glama
micole66

token-risk-check

by micole66

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

analyze_token_risk(contract_address, chain="solana", min_buys_5m=50)

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.py

Endpoint: 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)

  1. Push this folder to a GitHub repo.

  2. Sign up at https://smithery.ai, connect GitHub, add the repo.

  3. Smithery builds the Dockerfile (see smithery.yaml), runs the server, and gives you a permanent public MCP URL — free.

  4. 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.

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

Maintenance

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

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

  • A
    license
    -
    quality
    C
    maintenance
    MCP 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.
    2
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP 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.
    54
    MIT
  • F
    license
    -
    quality
    A
    maintenance
    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.

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/micole66/memecoin-signal-mcp'

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