news
ActiveTool of Tiingo
declared in 0.1.0
Get recent financial news articles, optionally filtered by tickers or tags. Returns title, description, URL, published date, source, and related tickers. Example: news({ tickers: "aapl,msft", limit: 10 })
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"tags": {
"type": "string",
"description": "Comma-separated tag filter (optional)"
},
"limit": {
"type": "number",
"description": "Number of articles to return (default 10, max 100)"
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Tiingo API key for higher limits; omit to use the shared Pipeworx key."
},
"tickers": {
"type": "string",
"description": "Comma-separated ticker filter, e.g. \"aapl,msft\" (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Tiingo
https://github.com/pipeworx-io/mcp-tiingo
1/7 registries