Skip to content
Cline

ScalpStream for Cline

io.github.dv1-321/scalpstream-mcp

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

client:Cline transport:stdio runtime:oci

Install ScalpStream in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "scalpstream-mcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ScalpStream in other clients