io.github.menantonio83-hue/tnt-house-risk-data-api
io.github.menantonio83-hue/tnt-house-risk-data-apiSolana token risk-scoring MCP server for AI trading agents with insider wallet cluster detection.
Tools · 3
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…
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…
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 …
Similar MCP servers embedding-nearest
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"
}
}
}