
mcp
by twelvedata·★ 66·Score 43
Twelve Data MCP Server provides real-time financial market data through WebSocket, integrating seamlessly with trading applications.
Overview
The Twelve Data MCP Server offers comprehensive access to financial market data including historical time series, real-time quotes, and instrument metadata for stocks, forex, and cryptocurrencies. It features a unique u-tool that allows users to access financial data through natural language requests, transforming complex API endpoints into simple conversational commands. The server supports multiple deployment options including local stdio, remote MCP server, and Docker containers.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you need real-time financial market data integration with an AI system, especially when working with stocks, forex pairs, or cryptocurrencies.
When NOT to choose this
Avoid if you need financial data from sources other than Twelve Data, as this server creates vendor lock-in to their API and subscription services.
Tools this server exposes
1 tool extracted from the READMEu-toolAI-powered universal router for the Twelve Data API that understands natural language requests to financial data
Comparable tools
Installation
Installation
**Using UV (recommended)**:
uvx mcp-server-twelve-data --help**Using pip**:
pip install mcp-server-twelve-data
python -m mcp_server_twelve_data --help**Claude Desktop Configuration**:
{
"mcpServers": {
"twelvedata": {
"command": "uvx",
"args": ["mcp-server-twelve-data@latest", "-k", "YOUR_TWELVE_DATA_API_KEY", "-u", "YOUR_OPEN_AI_APIKEY"]
}
}
}FAQ
- What API keys are required?
- You need a Twelve Data API key for accessing financial data and an OpenAI API key for the u-tool functionality (natural language processing).
- Is real-time data available?
- Yes, the server provides real-time quotes, market metrics, and events via WebSocket connection.
Compare mcp with
Last updated · Auto-generated from public README + GitHub signals.