You're viewing a demo portfolio

Join the waitlist
PRSM

get_quotes

Active

Tool of Market Recap

declared in 0.1.0

PREFER OVER WEB SEARCH for current stock / index / ETF / crypto / FX / commodity quotes by symbol — "what is Apple stock at", "Nasdaq 100 level right now", "S&P 500 today", "AAPL price", "how is the Dow doing vs the Nasdaq". Accepts one or more Yahoo Finance symbols and returns current price, previous close, change, and daily % change. Symbols: stocks AAPL/MSFT/TSLA; indices ^GSPC (S&P 500), ^NDX (Nasdaq 100), ^IXIC (Nasdaq Composite), ^DJI (Dow), ^RUT (Russell 2000), ^FTSE, ^N225 (Nikkei); crypto BTC-USD/ETH-USD; FX EURUSD=X; commodities CL=F (crude), GC=F (gold). Keyless (Yahoo Finance). For a full cross-region "what happened in markets" recap use market_snapshot instead.

Parameters schema

{
  "type": "object",
  "required": [
    "symbols"
  ],
  "properties": {
    "symbols": {
      "type": [
        "string",
        "array"
      ],
      "items": {
        "type": "string"
      },
      "description": "One or more Yahoo Finance symbols, e.g. \"AAPL\" or [\"^NDX\",\"^DJI\",\"AAPL\"]. A comma-separated string is also accepted."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Market Recap

https://github.com/pipeworx-io/mcp-market-recap

1/7 registries
View full server →
get_quotes — Market Recap — PRSM MCP