get_quote
ActiveTool 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)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Finnhub
https://github.com/pipeworx-io/mcp-finnhub
1/7 registries