Skip to content
Grok

orisha-data for Grok

com.orisha-data/orisha-data-mcp

MCP server for x402 paid market-data endpoints.

client:Grok transport:stdio runtime:npm

Install orisha-data 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": {
    "orisha-data-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "orisha-data-mcp"
      ],
      "env": {
        "ORISHA_DATA_BASE_URL": "<ORISHA_DATA_BASE_URL>",
        "ORISHA_X402_NETWORK": "<ORISHA_X402_NETWORK>",
        "ORISHA_MCP_EVM_PRIVATE_KEY": "<ORISHA_MCP_EVM_PRIVATE_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

orisha-data in other clients