Skip to content
Grok

soldefi mcp for Grok

io.github.thomenz/soldefi-mcp

Solana DeFi risk intel over x402: rug/honeypot scans, pool analysis, wash-filtered pools.

client:Grok transport:stdio runtime:npm

Install soldefi mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "soldefi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "soldefi-mcp"
      ],
      "env": {
        "SOLANA_PRIVATE_KEY": "<SOLANA_PRIVATE_KEY>",
        "EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
        "SOLANA_RPC_URL": "<SOLANA_RPC_URL>",
        "SOLDEFI_BASE_URL": "<SOLDEFI_BASE_URL>",
        "X402_NETWORK": "<X402_NETWORK>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

soldefi mcp in other clients