This connects Claude to Twelve Data's financial market APIs through the Pipeworx gateway, giving you programmatic access to time series data, real-time quotes, dividends, stock splits, and earnings across stocks, ETFs, forex, and crypto. Rather than calling individual tools, you can use ask_pipeworx to query in plain English and let the gateway route to the right endpoint. It's hosted remotely over streamable HTTP, so no local setup required. Reach for this when you need market data in conversational workflows without managing API keys or parsing responses yourself. Part of Pipeworx's larger gateway that bundles 250+ data sources under one MCP interface.
Twelve Data MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"twelvedata": {
"url": "https://gateway.pipeworx.io/twelvedata/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ 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 Twelvedata data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json