news
Pack: tiingo · Endpoint: https://gateway.pipeworx.io/tiingo/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
tickers | string | no | Comma-separated ticker filter, e.g. “aapl,msft” (optional) |
tags | string | no | Comma-separated tag filter (optional) |
limit | number | no | Number of articles to return (default 10, max 100) |
_apiKey | string | no | Optional — your own Tiingo API key for higher limits; omit to use the shared Pipeworx key. |
Example call
curl -X POST https://gateway.pipeworx.io/tiingo/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"news","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"tiingo": {
"url": "https://gateway.pipeworx.io/tiingo/mcp"
}
}
}
See Getting Started for client-specific install steps.