ScalpStream MCP
An MCP server that purchases small factual datasets on demand via x402 micropayments (about $0.01 per call), offering tools for financial research, fuel prices, air quality, and border crossings while supporting preview-only mode and configurable spending limits.
README
ScalpStream MCP server
An MCP server that buys small, factual datasets at call time with your own wallet, over x402 — 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
go install github.com/DV1-321/scalpstream-mcp/cmd/scalpmcp@latest
Configure
Claude Desktop (claude_desktop_config.json), Claude Code, or any MCP client:
{
"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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。