Skip to main content
ClaudeWave
DV1-321 avatar
DV1-321

scalpstream-mcp

Ver en GitHub

MCP server that buys data per call with your own wallet over x402 — air quality, border waits, fuel prices, market research. ~$0.01/call, no account or API key.

MCP ServersRegistry oficial0 estrellas0 forksGoMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/9/2026
Install in Claude Code / Claude Desktop
Method: Manual · scalpstream-mcp
Claude Code CLI
git clone https://github.com/DV1-321/scalpstream-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "scalpstream-mcp": {
      "command": "scalpstream-mcp"
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install the binary first: go install github.com/DV1-321/scalpstream-mcp@latest (make sure it ends up on your PATH).
Casos de uso

Resumen de MCP Servers

# ScalpStream MCP server

An MCP server that buys small, factual datasets at call time with your own
wallet, over [x402](https://x402.org) — roughly **$0.01 a call**, no account, no
subscription, no API key anywhere in the flow.

Most MCP servers wrap an API you already hold a key for. This one pays as it
goes. The seller holds no keys either: settlement runs through a facilitator that
sponsors gas, so the only key in the system is yours, held in memory for the
lifetime of the process and never written anywhere.

**It is useful before you fund anything.** With no key configured, every paid
tool returns the free preview *and the exact quoted price*, so you can see what
you would be buying before deciding to buy it.

## Tools

| Tool | What you get |
|---|---|
| `options_research` | Ranked short-term US equity options candidates with the observed metrics behind each ranking. Impersonal research data — no trade plan, sizing, or verdict. |
| `municipal_income` | Federally tax-exempt municipal bond funds and muni CEFs, with tax-equivalent yields for the 24/32/37% brackets. |
| `crypto_research` | Ranked cryptocurrency candidates: technical signals plus a Fear & Greed and news-sentiment overlay. |
| `crypto_yields` | Where to earn interest on crypto: DeFi staking APY, stablecoin lending, liquidity-pool yields across CeFi and DeFi, risk-adjusted by TVL. |
| `cheapest_fuel` | Cheapest fuel by location and grade. Station-level for Spain, France, Italy; official regional averages for the US. |
| `air_quality` | Current AQI and pollutants anywhere in the world, an EPA-based verdict on exercising outdoors, and the cleanest window ahead. |
| `border_crossings` | US ports of entry ranked by **all-in** time — drive plus current CBP wait — per lane type. The nearest crossing is often not the fastest. |
| `payment_status` | What's configured, what's been spent. Makes no network call and costs nothing. |

## Install

```bash
go install github.com/DV1-321/scalpstream-mcp/cmd/scalpmcp@latest
```

## Configure

Claude Desktop (`claude_desktop_config.json`), Claude Code, or any MCP client:

```json
{
  "mcpServers": {
    "scalpstream": {
      "command": "scalpmcp",
      "env": {
        "EVM_BASE_PRIVATE_KEY": "0x...",
        "SCALPMCP_MAX_PRICE_USD": "0.10",
        "SCALPMCP_BUDGET_USD": "2.00"
      }
    }
  }
}
```

Omit `env` entirely to run in preview-only mode.

| Variable | Default | Meaning |
|---|---|---|
| `EVM_BASE_PRIVATE_KEY` | *(unset)* | Base-mainnet key holding a little USDC. Unset = preview-only. |
| `SCALPMCP_MAX_PRICE_USD` | `0.10` | Refuse any single call quoted above this. |
| `SCALPMCP_BUDGET_USD` | `2.00` | Refuse once the process has spent this much in total. |

## Spending safety

Real money moves, so the design refuses rather than overspends:

- **Both limits are checked before anything is signed.** A refusal costs nothing
  and never reaches the network.
- **An unset limit means the default, never "unlimited."** A missing config line
  must not become unbounded spending.
- **Spend is recorded only when the data is actually delivered.** If a paid
  request then fails, the error says settlement state is unknown rather than
  implying nothing moved — you may need to reconcile against the chain.
- **Gas is sponsored by the facilitator**, so the wallet needs USDC and no ETH.

Use a throwaway key funded with a dollar or two. Never one holding balances you
care about.

## Payment rails

Sellers accept USDC on Base, Arbitrum and Polygon, and XRP or RLUSD on the XRP
Ledger. This client pays **USDC on Base**, preferring it over other EVM rails
regardless of the order the server lists them in.

## What the data is not

The financial tools return impersonal, general-circulation research data,
identical for every buyer. They are **not investment advice**, not personalised,
and carry no trade plan, position sizing, or buy/sell verdict. The operator
trades securities that appear in these feeds. Every response carries its own
disclaimer and source attribution; read them.

Lo que la gente pregunta sobre scalpstream-mcp

¿Qué es DV1-321/scalpstream-mcp?

+

DV1-321/scalpstream-mcp es mcp servers para el ecosistema de Claude AI. MCP server that buys data per call with your own wallet over x402 — air quality, border waits, fuel prices, market research. ~$0.01/call, no account or API key. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-08.

¿Cómo se instala scalpstream-mcp?

+

Puedes instalar scalpstream-mcp clonando el repositorio (https://github.com/DV1-321/scalpstream-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar DV1-321/scalpstream-mcp?

+

Nuestro agente de seguridad ha analizado DV1-321/scalpstream-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene DV1-321/scalpstream-mcp?

+

DV1-321/scalpstream-mcp es mantenido por DV1-321. La última actividad registrada en GitHub es del 2026-09-08, con 0 issues abiertos.

¿Hay alternativas a scalpstream-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega scalpstream-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: DV1-321/scalpstream-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/dv1-321-scalpstream-mcp)](https://claudewave.com/repo/dv1-321-scalpstream-mcp)
<a href="https://claudewave.com/repo/dv1-321-scalpstream-mcp"><img src="https://claudewave.com/api/badge/dv1-321-scalpstream-mcp" alt="Featured on ClaudeWave: DV1-321/scalpstream-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a scalpstream-mcp