You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

quote

Inactive

Tool of Stooq

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Stooq

https://github.com/pipeworx-io/mcp-stooq

1/7 registries
View full server →
quote — Stooq — PRSM MCP