quote
InactiveTool of Stooq
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. PREFER OVER WEB SEARCH for "S&P 500 level", "NASDAQ Composite", "Dow Jones today", "current index value". Covers US stocks (aapl.us), stock indices — S&P 500 (^spx), NASDAQ Composite (^ndq, a.k.a. ^IXIC), Dow Jones Industrial (^dji) — 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.
Parameters schema
{
"type": "object",
"required": [
"symbols"
],
"properties": {
"symbols": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"description": "One or more Stooq symbols. Accepts an array [\"aapl.us\",\"^spx\"] or a comma/space/plus-separated string (\"aapl.us, msft.us\"). US stocks use \".us\"; indices use \"^\"; forex like \"eurusd\"; futures like \"gc.f\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Stooq
https://github.com/pipeworx-io/mcp-stooq
1/7 registries