Risk-Data API — Solana Token Safety
This MCP server provides Solana token risk assessment for AI agents, including safety scoring, insider wallet cluster detection, and historical trend analysis. Key capabilities:
Single token risk check (
check_token_risk): Returns a 0–100 safety score, detects insider wallet clusters (wallets sharing a first funder), checks mint/freeze authority status, analyzes holder concentration, and provides live price, liquidity, and volume for a given Solana token mint.Batch token risk check (
check_token_risk_batch): Evaluates up to 25 mints in a single request with the same comprehensive risk data. Each mint counts as a separate call, and the entire batch is rejected if quota cannot cover all.Historical risk retrieval (
get_token_risk_history): Fetches hourly historical data (safety score, insider clusters, holder count, price, liquidity, volume) for up to 90 days. This tool does not consume call quota as it reads stored data.
Provides tools for analyzing Solana token risk, including safety scoring, insider wallet cluster detection, and historical data, enabling AI agents to assess token risk on the Solana blockchain.
TNT House — RiskDataApi
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.
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)
Related MCP server: token-rugcheck
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.tsDocs:
app/api/mcp/README.mdEndpoint:
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 |
| Safety score, insider wallet cluster detection, mint/freeze authority, holder concentration, live price/liquidity/volume for one Solana token mint |
| Same as above for up to 25 mints in one call |
| 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 devDeployment
Vercel-ready. Connected to this repo's main branch for auto-deploys.
Links: X @RiskDataApiSol | Risk-Data API | Telegram
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that detects potential risks in Solana meme tokens, helping AI agents avoid rug pulls and unsafe projects.21MIT
- Alicense-qualityCmaintenanceMCP 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.2MIT
- AlicenseAqualityFmaintenanceReal-time Solana token risk scoring, momentum signals, and graduation alerts via MCP. Free tier with 4 tools (no auth), PRO tier with 6 tools + batch analysis ($0.01/call via x402).61MIT
- AlicenseAqualityDmaintenanceMCP server giving AI agents access to Solana blockchain data. 7 tools: wallet balances, transaction history, token prices (Jupiter + CoinGecko), token metadata, DeFi yields (Raydium + Orca), and token safety checks (RugCheck scores, holder concentration, insider detection).81MIT
Related MCP Connectors
Solana token safety for AI agents — rug-pull, honeypot & Token-2022 trap detection before you buy.
Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools.
Solana pre-trade safety for AI agents: cabal, bundle, dump, deployer & honeypot in one verdict.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/menantonio83-hue/tnt-house'
If you have feedback or need assistance with the MCP directory API, please join our Discord server