ScalpStream for Windsurf
io.github.dv1-321/scalpstream-mcp
Pay-per-call data over x402: air quality, border waits, fuel prices, market research.
client:Windsurf
transport:stdio
runtime:oci
Install ScalpStream in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs