mintverdict-mcp
v0.1.2
Published
MCP server for MintVerdict — Solana token risk verdicts, rug checks, and outcome labels for AI agents, battle-tested by a live trading bot. Pay-per-call via x402 (USDC on Base), no API keys.
Maintainers
Readme
MintVerdict MCP
Solana token risk verdicts, rug checks, and outcome labels for AI agents — battle-tested by a live trading bot across 24k+ real trades. Pay per call with USDC via x402; no account, no API key.
Tools
| Tool | What it returns | Price |
|---|---|---|
| mint_risk | Rug/bundle risk verdict: mint & freeze authority, LP burn, holder clustering, RugCheck, composite score + live launch-bundle re-check | $0.02 |
| mint_outcome | Outcome label (rug / flat / pump_30 / pump_100 / pump_500), peak %, anti-lookahead classified_at_slot | $0.01 |
| mint_trade_summary | Launch-window forensics: first buy slot, buy/sell counts, unique traders, early per-slot volume | $0.02 |
Setup (Claude Desktop / any MCP client)
{
"mcpServers": {
"mintverdict": {
"command": "npx",
"args": ["-y", "mintverdict-mcp"],
"env": {
"WALLET_PRIVATE_KEY": "0x..."
}
}
}
}Wallet notes
- Use a dedicated, low-value wallet — never your main wallet. A few dollars of USDC on Base is enough for hundreds of calls.
- Payments are gasless USDC authorizations (EIP-3009): no ETH needed.
- The key stays in your MCP client's process. It is never sent anywhere; it only signs payment authorizations for the exact per-call amounts.
- Without
WALLET_PRIVATE_KEY, tools still respond with the price quote so you can inspect before funding.
Direct API
The same endpoints are callable by any x402-capable client at
https://api.mintverdict.com (OpenAPI at /docs), and discoverable via
the Coinbase CDP Bazaar index.
