stock_metadata
ActiveTool of Tiingo
declared in 0.1.0
Get metadata for a stock ticker: company name, description, exchange code, and the date range of available EOD price data. Example: stock_metadata({ ticker: "AAPL" })
Parameters schema
{
"type": "object",
"required": [
"ticker"
],
"properties": {
"ticker": {
"type": "string",
"description": "Stock ticker symbol, e.g. \"AAPL\""
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Tiingo API key for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Tiingo
https://github.com/pipeworx-io/mcp-tiingo
1/7 registries