Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.menantonio83-hue/tnt-house-risk-data-api

io.github.menantonio83-hue/tnt-house-risk-data-api

Solana token risk-scoring MCP server for AI trading agents with insider wallet cluster detection.

Uptime
100.0%
1 direct probes · 30d
Response
1757ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

check_token_risk

Returns a 0-100 safety score, on-chain insider wallet clusters (wallets sharing a first funder), mint/freeze authority status, holder concentration, and live price/liquidity/volume for a single Solana…

check_token_risk_batch

Same as check_token_risk but for up to 25 mints in one call — N mints charged as N calls, same per-call economics as check_token_risk, no bulk discount. All-or-nothing: if the batch can't be fully cov…

get_token_risk_history

Returns hourly historical data points (safety_score, insider_cluster_count, holder_count, price, liquidity, volume) for a mint over the last N days (max 90). Free and unmetered — no quota, works with …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.menantonio83-hue/tnt-house-risk-data-api": {
      "url": "https://tnt-audit.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}