Skip to content
Grok

ScalpStream for Grok

io.github.dv1-321/scalpstream-mcp

Pay-per-call data over x402: air quality, border waits, fuel prices, market research.

client:Grok transport:stdio runtime:oci

Install ScalpStream 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": {
    "scalpstream-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dv1-321/scalpstream-mcp:v0.1.6"
      ],
      "env": {
        "EVM_BASE_PRIVATE_KEY": "<EVM_BASE_PRIVATE_KEY>",
        "SCALPMCP_MAX_PRICE_USD": "<SCALPMCP_MAX_PRICE_USD>",
        "SCALPMCP_BUDGET_USD": "<SCALPMCP_BUDGET_USD>"
      }
    }
  }
}

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

ScalpStream in other clients