INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://tnt-audit.com/api/mcp
Connect to this endpoint to inspect the live schema for check_token_risk_batch and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tnt-house-risk-data-api]
url = "https://tnt-audit.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tnt-house-risk-data-api": {
"type": "http",
"url": "https://tnt-audit.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tnt-house-risk-data-api
Remote MCP URL: https://tnt-audit.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tnt-house-risk-data-api": {
"url": "https://tnt-audit.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tnt-house-risk-data-api": {
"type": "http",
"url": "https://tnt-audit.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tnt-house-risk-data-api",
"transport": "streamable-http",
"url": "https://tnt-audit.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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 token mint.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).