Back to Apps

Twelve Data MCP
by twelvedata
Real-time financial market data, 60+ technical indicators, and fundamentals for stocks, forex, and crypto.
0 stars
Works in:ChatGPT
Exposes:ToolsResources
What it does
Connects AI assistants to the Twelve Data financial API, providing real-time and historical market data. It allows the AI to retrieve price quotes, analyze trends using technical indicators, and fetch fundamental company data across various asset classes including stocks, ETFs, forex, and cryptocurrencies.
Tools
- Price Retrieval: Get real-time and historical price quotes for symbols.
- Technical Analysis: Access 60+ indicators like RSI, MACD, and SMA.
- Fundamentals: Fetch financial statements, earnings, and dividends.
- Market Intelligence: Track market movers and exchange rates.
- News & Regulatory: Access company news and SEC/EDGAR filings.
Installation
Cloud Setup (Recommended)
Add the following URL to your assistant's Connectors/Integrations settings:
https://mcp.twelvedata.com/mcp
Local Setup
- Clone the repo and run
make install. - Create a
.envfile withTWELVE_DATA_API_KEY=your_api_key. - Add to
claude_desktop_config.json:
{
"mcpServers": {
"twelvedata": {
"command": "/path/to/twelve-data-mcp/.venv/bin/python",
"args": ["/path/to/twelve-data-mcp/src/server.py"]
}
}
}
Supported hosts
- Claude
- ChatGPT
Quick install
https://mcp.twelvedata.com/mcpInformation
- Pricing
- freemium
- Published
- 7/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
ChatGPT
Add URL https://mcp.twelvedata.com/mcp to Connectors/Integrations.Claude Desktop
Add URL https://mcp.twelvedata.com/mcp to Connectors or use local python server config.





