{
  "markdown": "# RiskDataApi — scanners count wallets, we trace who funded them\n\n[![tnt-house MCP server](https://glama.ai/mcp/servers/menantonio83-hue/tnt-house/badges/card.svg)](https://glama.ai/mcp/servers/menantonio83-hue/tnt-house)\n\n[![MCP Marketplace](https://img.shields.io/badge/MCP%20Marketplace-Indexed-blueviolet)](https://getlulu.dev/mcps)\n\nOne call returns the wallets that share a first funder — the cluster a scanner shows you as 20 unrelated holders. Plus safety score 0–100, honeypot and LP lock.\n\nConnect with no key. MCP: https://www.tnt-audit.com/api/mcp\nPaste that URL into Glama Inspector, Claude, or Cursor and call `check_token_risk`. 5 calls/day, no email.\n\nAfter that: email key 15/day, x402 at $0.02/call with no account, or a $45/5000-call subscription for volume. Humans on the site get 3 free checks with no signup at [tnt-audit.com/risk-api](https://www.tnt-audit.com/risk-api).\n\n- **Docs:** [https://www.tnt-audit.com/risk-api/docs](https://www.tnt-audit.com/risk-api/docs)\n\nThis 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](#mcp-server--risk-data-api) below.\n\n## Getting Started (3 steps)\n\n1. **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:\n   - **⚡ Glama's MCP Inspector (fastest, zero setup, real MCP call)** — go to [glama.ai/mcp/inspector](https://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.\n   - **Claude Desktop / Cursor** — paste this into your MCP config, no key required:\n     ```json\n     {\n       \"mcpServers\": {\n         \"tnt-risk-data-api\": {\n           \"command\": \"npx\",\n           \"args\": [\"-y\", \"mcp-remote\", \"https://tnt-audit.com/api/mcp\"]\n         }\n       }\n     }\n     ```\n   - **Browser, raw REST preview** — open [a live example](https://tnt-audit.com/api/v1/token-risk?mint=EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v) 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.*\n2. **Want more?** — get a free API key in seconds at [tnt-audit.com/risk-api](https://www.tnt-audit.com/risk-api) (email only, no card).\n3. **Need higher volume?** — on the same page, paste your key into the pricing section to pay per-call, by subscription, or via x402 (autonomous agents, no key at all).\n\n## Tech Stack\n- Next.js 14 (App Router) + React 18 + TypeScript\n- Tailwind CSS\n- Supabase (auth, billing, key storage)\n- Helius (Solana RPC) + RugCheck + DexScreener (market/risk data)\n- Vercel (hosting, cron via QStash)\n\n## MCP Server — Risk-Data API\n\nThis repository includes a remote **[Model Context Protocol](https://modelcontextprotocol.io) (MCP) server**, built with the official **[`@modelcontextprotocol/sdk`](https://www.npmjs.com/package/@modelcontextprotocol/sdk)** (TypeScript), exposing Solana token risk data as tools for AI agents.\n\n- **Source:** [`app/api/mcp/route.ts`](./app/api/mcp/route.ts)\n- **Docs:** [`app/api/mcp/README.md`](./app/api/mcp/README.md)\n- **Endpoint:** `https://tnt-audit.com/api/mcp` (Streamable HTTP transport)\n- **Auth:** optional — first 5 calls/day need no `Authorization` header at all. Beyond that: `Authorization: Bearer <api_key>` — free key at [tnt-audit.com/risk-api](https://www.tnt-audit.com/risk-api)\n\n### Tools\n\nRegistered via `server.registerTool(...)`:\n\n| Tool | Description |\n|---|---|\n| `check_token_risk` | Safety score, insider wallet cluster detection, mint/freeze authority, holder concentration, live price/liquidity/volume for one Solana token mint |\n| `check_token_risk_batch` | Same as above for up to 25 mints in one call |\n| `get_token_risk_history` | Hourly historical risk/price data for a mint over up to 90 days |\n\nFull tool schemas and input parameters: [`app/api/mcp/README.md`](./app/api/mcp/README.md).\n\n## Local Development\n\n```bash\nnpm install\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000)\n\n## Deployment\n\nVercel-ready. Connected to this repo's `main` branch for auto-deploys.\n\n**Links:** [X @RiskDataApiSol](https://x.com/RiskDataApiSol) | [Risk-Data API](https://www.tnt-audit.com/risk-api) | [Telegram](https://t.me/tnt_house2026)\n",
  "bytes": 4423,
  "sha": "4a7fb75cedfd1d399dc057c2f2b14afb14449c9ae51007b7baebf1a1ace854b7",
  "repo_slug": "menantonio83-hue/tnt-house",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_menantonio83_hue_tnt_house_ris_01414202/readme"
}