🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

orchard-data-mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orchard-data-mcp

MCP server for orchard-data: pay-per-call market data for AI agents via x402 (USDC on Base). ML regime forecasts + live-verified track record from a real trading system, catalyst radar, quotes, macro, options expected move.

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

orchard-data-mcp

MCP server for orchard-data — pay-per-call market data for AI agents over x402 (USDC micro-payments on Base).

The flagship tools are unique data: an ML market-regime forecast, a news catalyst radar, and a live-verified track record produced by a real algorithmic trading system (the model actually trades), refreshed ~15 min during US market hours, staleness always reported.

Tools

ToolPrice/callWhat
list_productsfreeProduct manifest
get_regime_forecast$0.01ML vol-regime forecast + transparent rules snapshot
get_track_record$0.01Live-verified system record + server-side scored forecast ledger
get_catalyst_radar$0.01Tickers with fresh bullish news catalysts
get_market_brief$0.005BTC/ETH/SOL + SPY/QQQ/IWM/VIX + fear&greed
get_trending$0.005StockTwits + WSB mentions
get_movers$0.005Trending tickers w/ live quotes
get_expected_move$0.005Options-implied expected move (ATM straddle) for any symbol
get_macro$0.003Yields, DXY, gold, oil, VIX
get_funding_rates$0.003BTC/ETH/SOL perp funding (OKX)
get_ohlcv$0.002Daily candles, any symbol
get_fear_greed$0.001Crypto fear & greed

Setup

Payments need a small dedicated Base wallet holding USDC (a few dollars goes a long way at these prices). Use a burner wallet, never your main one.

{
  "mcpServers": {
    "orchard-data": {
      "command": "npx",
      "args": ["-y", "orchard-data-mcp"],
      "env": { "EVM_PRIVATE_KEY": "0x<burner wallet private key>" }
    }
  }
}

Without EVM_PRIVATE_KEY, list_products still works and paid tools explain setup.

How payment works

Each paid tool call: GET → HTTP 402 (payment requirements) → the server signs a USDC transfer authorization with your key → retries → JSON. Settlement is gasless for the buyer (EIP-3009 via the x402 facilitator). No account, no API key.

Keywords

mcp

FAQs

Package last updated on 25 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts