Odel
tnt house

tnt house

@menantonio83-hueTypeScriptMITUpdated 5 days ago

RiskDataApi — Solana token risk scoring for AI agents. Safety score, insider clusters, honeypot.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

RiskDataApi

tnt-house MCP server

MCP Marketplace

RiskDataApi is a Solana token-risk API for trading bots and AI agents. One call returns a safety score (0–100), insider wallet clusters (shared first-funder), honeypot risk, and LP lock.

This repository hosts a remote Model Context Protocol (MCP) server exposing the RiskDataApi engine as tools for AI agents (Claude, Cursor, and any other MCP-compatible client). See the MCP Server section below.

Getting Started (3 steps)

  1. Try it now, no signup — no API key needed for your first 5 MCP calls/day (no signup at all). 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/mcp as the server URL, and call check_token_risk right 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.
  2. 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.
  3. 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.

Tools

Registered via server.registerTool(...):

ToolDescription
check_token_riskSafety score, insider wallet cluster detection, mint/freeze authority, holder concentration, live price/liquidity/volume for one Solana token mint
check_token_risk_batchSame as above for up to 25 mints in one call
get_token_risk_historyHourly 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

Open http://localhost:3000

Deployment

Vercel-ready. Connected to this repo's main branch for auto-deploys.

Links: X @RiskDataApiSol | Risk-Data API | Telegram