You're viewing a demo portfolio

Join the waitlist
PRSM

get_quote

Active

Tool of Finnhub

declared in 0.1.0

Get a real-time stock quote including current price, change, and volume. Example: get_quote({ symbol: "AAPL", _apiKey: "your-key" })

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "symbol": "AAPL",
      "_apiKey": "your-finnhub-api-key"
    },
    {
      "symbol": "TSLA",
      "_apiKey": "your-finnhub-api-key"
    }
  ],
  "required": [
    "symbol",
    "_apiKey"
  ],
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Stock ticker symbol, e.g. \"AAPL\", \"MSFT\", \"TSLA\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Finnhub API key (get one free at finnhub.io)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Finnhub

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

1/7 registries
View full server →
get_quote — Finnhub — PRSM MCP