tnt-house-risk-data-api
v1.14.0Solana token risk-scoring for AI trading agents. One call returns a 0-100 safety score, on-chain insider wallet cluster detection, mint/freeze authority status, honeypot risk, and LP-lock status for any Solana token mint.
By TNT HouseLicense: MIT1.1k GitHub starsUpdated 17 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tnt-house-risk-data-api for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add tnt-house-risk-data-api@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “tnt-house-risk-data-api” remain stable.
- Codex:
tnt-house-risk-data-api@agent-plugin-marketplace→tnt-house-risk-data-api@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/menantonio83-hue/codex-plugin-tnt-risk-api/.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- https://tnt-audit.com/api/mcp
Plugin manifests1
{
"name": "tnt-house-risk-data-api",
"version": "1.14.0",
"description": "Solana token risk-scoring for AI trading agents. One call returns a 0-100 safety score, on-chain insider wallet cluster detection, mint/freeze authority status, honeypot risk, and LP-lock status for any Solana token mint.",
"author": {
"name": "TNT House",
"url": "https://tnt-audit.com/risk-api"
},
"homepage": "https://tnt-audit.com/risk-api",
"repository": "https://github.com/menantonio83-hue/codex-plugin-tnt-risk-api",
"license": "MIT",
"keywords": [
"solana",
"risk-scoring",
"token-safety",
"rug-detection",
"honeypot-detection",
"insider-clusters",
"trading-agents",
"x402",
"mcp",
"defi-security"
],
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "TNT House Risk-Data API",
"shortDescription": "Solana token risk scoring for AI trading agents",
"longDescription": "Before an agent buys a Solana token, one call to this MCP server returns a 0-100 safety score, insider wallet cluster detection (wallets sharing a first funder), mint/freeze authority status, honeypot risk, and LP-lock status. check_token_risk works with no API key for the first 3 calls/day per IP (a real anonymous trial, not a locked demo). Higher-volume tools (batch checks, historical data) and higher rate limits need a free API key from tnt-audit.com/risk-api. x402 pay-per-call ($0.02/call in USDC) is also available for fully autonomous agents.",
"developerName": "TNT House",
"category": "Productivity",
"capabilities": [
"Read"
],
"websiteURL": "https://tnt-audit.com/risk-api",
"defaultPrompt": [
"Check the risk of this Solana token before I buy it: <mint address>",
"Does this Solana token have any insider wallet clusters?",
"Run a batch risk check on these Solana token mints."
],
"brandColor": "#8B5CF6",
"composerIcon": "./assets/icon.svg"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tnt-house-risk-data-api on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tnt-house-risk-data-api)