🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mintverdict-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mintverdict-mcp

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.

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

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

ToolWhat it returnsPrice
mint_riskRug/bundle risk verdict: mint & freeze authority, LP burn, holder clustering, RugCheck, composite score + live launch-bundle re-check$0.02
mint_outcomeOutcome label (rug / flat / pump_30 / pump_100 / pump_500), peak %, anti-lookahead classified_at_slot$0.01
mint_trade_summaryLaunch-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.

Keywords

mcp

FAQs

Package last updated on 24 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts