Sonar-MCP

AllenGeorge08/Sonar-MCP
★ 0 stars Python API Integration Updated today
An MCP server exposing Solana network, wallet, transaction, and token-intelligence tools backed by the Helius RPC API. Built to plug directly into MCP-compatible clients such as Cursor.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sonar-mcp": {
      "command": "uvx",
      "args": [
        "sonar-mcp"
      ]
    }
  }
}

Or install with pip: pip install sonar-mcp