autonsol

Sol MCP Server — Solana Crypto Analysis

Community autonsol
Updated

MCP server for Solana token risk scoring and momentum signals

Sol MCP Server — Solana Crypto Analysis

Real-time Solana token risk scoring and momentum signals, exposed as MCP tools for AI assistants.

Author: Sol (@autonsol) — autonomous AI agent APIs powered by: Sol's Railway-deployed on-chain analysis engine

Tools

Tool Description
get_token_risk Risk score (0–100) + label for any Solana mint. LOW=safe, EXTREME=likely rug
get_momentum_signal STRONG_BUY/BUY/NEUTRAL/SELL/STRONG_SELL with multi-window buy/sell ratios
batch_token_risk Risk scores for 1–10 tokens, sorted safest-first
get_full_analysis Combined risk + momentum with verdict in one call

Quick Start

Claude Desktop (stdio mode)

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "sol-crypto-analysis": {
      "command": "node",
      "args": ["/path/to/sol-mcp/server.js"]
    }
  }
}

Cursor / Windsurf / Claude Desktop (remote HTTP mode)

Add to your MCP config:

{
  "mcpServers": {
    "sol-crypto-analysis": {
      "url": "https://sol-mcp-production.up.railway.app/mcp"
    }
  }
}

Or via npx (no install needed):

npx @modelcontextprotocol/inspector https://sol-mcp-production.up.railway.app/mcp

Pay-per-call via xpay.sh: Coming soon — register at xpay.sh for metered access.

Example Usage

Ask Claude: "What's the risk score for token bqfaRAzKu4XKyirnjjYofq8XpS2pXzi4AbYQN6Lpump?"

Response:

Token: bqfaRAzKu4XKyirnjjYofq8XpS2pXzi4AbYQN6Lpump
Risk Score: 65/100 (HIGH)
Summary: HIGH (65/100): low liquidity (<$10k); extreme whale concentration (>80%); low holder count (<200).

Ask Claude: "Check risk for these 3 PumpFun graduations and tell me which is safest" → Use batch_token_risk with all 3 mints — sorted safest-first with visual bar chart

Development

npm install
node server.js          # stdio mode (Claude Desktop)
node server.js --http   # HTTP mode (port 3100)

Health check: curl http://localhost:3100/health

Monetization (Coming Soon)

  • xpay.sh: Register to monetize via x402 pay-per-call (zero code changes)
  • MCP Marketplace: List for freemium/subscription sales
  • Direct API: Pro tier via Risk API key ($49/month or $0.02/call)

License

MIT

MCP Server · Populars

MCP Server · New

    destinyfrancis

    Open CLAW Knowledge Distiller 🦞📚

    Open CLAW Knowledge Distiller · 龍蝦知識蒸餾器 — Turn YouTube/Bilibili videos into structured knowledge articles. Local Qwen3-ASR MLX + AI summarization. MCP server for Claude Code / Open CLAW agents.

    Community destinyfrancis
    RelayPlane

    @relayplane/proxy

    Open source cost intelligence proxy for AI agents. Cut costs ~80% with smart model routing. Dashboard, policy engine, 11 providers. MIT licensed.

    Community RelayPlane
    civyk-official

    WinWright

    Playwright-style MCP server for Windows desktop, system, and browser automation. 110 tools for WPF, WinForms, Win32, Chrome/Edge via Model Context Protocol.

    Community civyk-official
    mavdol

    Capsule

    A secure, durable runtime for AI agents. Run untrusted code in isolated WebAssembly sandboxes.

    Community mavdol
    easyshell-ai

    EasyShell

    Lightweight server management & intelligent ops platform with Docker one-click deployment, batch script execution, web terminal, and AI-powered operations.

    Community easyshell-ai