Skip to content
Grok

orcalayer mcp for Grok

io.github.orcalayer/orcalayer-mcp

Polymarket smart-money analytics: whale leaderboard, wallet P&L, market consensus, live alerts

client:Grok transport:stdio runtime:pypi

Install orcalayer 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": {
    "orcalayer-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "orcalayer-mcp"
      ],
      "env": {
        "ORCALAYER_API_KEY": "<ORCALAYER_API_KEY>"
      }
    }
  }
}

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

orcalayer mcp in other clients