streamable-httpMITupdated 7d ago
š 3 free calls/day, no signup, no API key. Remote MCP server for Claude/Cursor ā Solana token risk scoring & insider wallet cluster detection.
What can you do with tnt house risk data api?
TNT House ā RiskDataApi
š 3 free calls/day, no signup, no API key. Remote MCP server for Claude/Cursor ā Solana token risk scoring & insider wallet cluster detection.
TNT House (tnt-audit.com/risk-api) is an AI-powered Solana token audit and listing platform: safety scoring, insider wallet cluster detection, mint/freeze authority checks, honeypot and LP-lock detection.
This repository also hosts a remote Model Context Protocol (MCP) server exposing that same engine as the Risk-Data API ā Solana token risk scoring and insider wallet cluster detection for AI agents (Claude, Cursor, and any other MCP-compatible client). See the MCP Server section below.
Getting Started (3 steps)
- Try it now, no signup ā no API key needed for your first 3 calls/day (per IP). Three ways, pick whichever is easiest:
- ā” Glama's MCP Inspector (fastest, zero setup, real MCP call) ā go to glama.ai/mcp/inspector, paste
https://tnt-audit.com/api/mcpas the server URL, and callcheck_token_riskright in your browser ā no install needed. - Claude Desktop / Cursor ā paste this into your MCP config, no key required:
{ "mcpServers": { "tnt-risk-data-api": { "command": "npx", "args": ["-y", "mcp-remote", "https://tnt-audit.com/api/mcp"] } } } - Browser, raw REST preview ā open a live example directly, no install, no signup. ā ļø This is a REST preview of the underlying data, not the MCP tool itself ā for the real MCP tool, use the Inspector above.
- ā” Glama's MCP Inspector (fastest, zero setup, real MCP call) ā go to glama.ai/mcp/inspector, paste
- Want more? ā get a free API key in seconds at tnt-audit.com/risk-api (email only, no card). A free key raises your limit to 15 calls/day.
- Need higher volume? ā on the same page, paste your key into the pricing section and pay per-call ($0.02), by subscription ($45/5000 calls), or via x402 (autonomous agents, no key at all, $0.02/call).
Tech Stack
- Next.js 14 (App Router) + React 18 + TypeScript
- Tailwind CSS
- Supabase (auth, billing, key storage)
- Helius (Solana RPC) + RugCheck + DexScreener (market/risk data)
- Vercel (hosting, cron via QStash)
MCP Server ā Risk-Data API
This repository includes a remote Model Context Protocol (MCP) server, built with the official @modelcontextprotocol/sdk (TypeScript), exposing Solana token risk data as tools for AI agents.
- Source:
app/api/mcp/route.ts - Docs:
app/api/mcp/README.md - Endpoint:
https://tnt-audit.com/api/mcp(Streamable HTTP transport) - Auth:
Authorization: Bearer <api_key>ā free key at tnt-audit.com/risk-api
Tools
Registered via server.registerTool(...):
| Tool | Description |
|---|---|
check_token_risk |
Safety score, insider wallet cluster detection, mint/freeze authority, holder concentration, live price/liquidity/volume for one Solana token mint |
check_token_risk_batch |
Same as above for up to 25 mints in one call |
get_token_risk_history |
Hourly historical risk/price data for a mint over up to 90 days |
Full tool schemas and input parameters: app/api/mcp/README.md.
Local Development
npm install
npm run dev
Deployment
Vercel-ready. Connected to this repo's main branch for auto-deploys.
Links: X @RiskDataApiSol | Risk-Data API | Telegram
Install
Add tnt house risk data api to your client. Pick the one you use.
claude mcp add --transport http tnt-house-risk-data-api https://tnt-audit.com/api/mcpcodex mcp add tnt-house-risk-data-api --url https://tnt-audit.com/api/mcp{
"mcpServers": {
"tnt-house-risk-data-api": {
"url": "https://tnt-audit.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"tnt-house-risk-data-api": {
"type": "http",
"url": "https://tnt-audit.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"tnt-house-risk-data-api": {
"url": "https://tnt-audit.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"tnt-house-risk-data-api": {
"serverUrl": "https://tnt-audit.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
tnt house risk data api exposes 3 tools to a connected agent.
- check_token_risk
- Safety score, insider wallet cluster detection, mint/freeze authority, holder concentration, live price/liquidity/volume for one Solana token mint
- check_token_risk_batch
- Same as above for up to 25 mints in one call
- get_token_risk_history
- Hourly historical risk/price data for a mint over up to 90 days
Score
73 / 100
Good
- Documentation25/25
- Maintenance19/25
- Trust13/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 25, 2026 |