MCP Directory

autonsol/sol-mcp

GitHub
Productivity

Solana token risk scoring and pump.fun graduation signals. Score any token by mint address (0-100 risk, risk_label, holder concentration, liquidity), detect graduation momentum (buy/sell ratio, velocity), and query trust attestations. Live API. Freemium — 4 free tools, PRO via x402 micropayments ($0.01/call USDC).

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y sol-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from autonsol/sol-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "sol-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sol-mcp"
      ]
    }
  }
}

Route autonsol/sol-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add sol-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use autonsol/sol-mcp directly without routing

npx -y sol-mcp

New to Agent-CoreX? View setup guide →

autonsol/sol-mcp MCP Server — Agent-CoreX