Skip to content

blockchain verification mcp for Grok

io.github.csoai-org/blockchain-verification-mcp

Blockchain Verification MCP Server by MEOK AI Labs

client:Grok transport:stdio runtime:pypi

Install blockchain verification mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "blockchain-verification-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "blockchain-verification-mcp"
      ]
    }
  }
}

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

blockchain verification mcp in other clients