MCP server exposing 2 tools for stooq.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/stooq/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
quote — Latest market quote (OHLCV + date/time) for one or more symbols from Stooq, a free community data source (no key, no SLA — best-effort, may rate-limit). Parsed from Stooq CSV into clean JSON. Covers US stocks (aapl.us), indices (^spx, ^dji, ^ndq), forex pairs (eurusd), crypto (btcusd), and futures (gc.f, cl.f). See symbol_guide for conventions. Unknown symbols are returned in a separate notFound list. Volume is often empty for forex/futures.symbol_guide — Explain Stooq symbol conventions (US ".us", indices "^", forex pairs, crypto, futures ".f") with worked examples, so you can construct the right symbol before calling quote.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/stooq/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io