DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

menantonio83-hue /

menantonio83-hue/tnt-house

仅 Topic 仓库

TNT House - Safe New Tokens Platform

★ 0 Stars0 Forks1 IssuesN/A 社区评分0 已确认安装
查看 GitHub项目主页
README来源: main@3f4dda34

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.

Getting Started (3 steps)

  1. Try it now, no signup — call check_token_risk right here in Glama's "Try in Browser" / Inspector, or via curl. In the "Try in Browser" popup, the TNT_API_KEY field is optional — leave it empty and click "Start Inspector" directly. No API key needed for your first 3 calls/day (per IP).
  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.04), by subscription ($45/1000 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

Open http://localhost:3000

Deployment

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

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

—/ 5

暂无评分

需要先验证清单

Commit 3f4dda3488ea

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于