Wraps the Tiingo financial API to give Claude access to market data and stock information. Part of the Pipeworx gateway ecosystem, which offers 744+ data sources through a unified MCP interface. You can either connect to this standalone Tiingo server or use the full Pipeworx gateway to access everything at once. Includes an ask_pipeworx tool that lets you query in plain English instead of calling specific endpoints. Reach for this when you need financial data in your Claude workflows without building direct API integrations. The source doesn't list specific tools, but Tiingo itself provides stock prices, news, fundamentals, and historical market data. Hosted at gateway.pipeworx.io with streamable HTTP transport.
Tiingo MCP — wraps the Tiingo financial API (tiingo.com)
Part of Pipeworx — an MCP gateway connecting AI agents to 744+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"tiingo": {
"url": "https://gateway.pipeworx.io/tiingo/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 744+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Tiingo data" })
The gateway picks the right tool and fills the arguments automatically.
MIT