Skip to content
Cursor

ScalpStream for Cursor

io.github.dv1-321/scalpstream-mcp

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

client:Cursor transport:stdio runtime:oci

Install ScalpStream in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ScalpStream in other clients