Interact with Twelve Data APIs to access real-time and historical financial market data for your AI agents.
The Twelve Data MCP Server provides a seamless integration with the Twelve Data API to access financial market data. It enables retrieval of historical time series, real-time quotes, and instrument metadata for stocks, forex pairs, and cryptocurrencies.
Note: This server is currently in early-stage development; features and tools may evolve alongside updates to the Twelve Data API.
To use Twelve Data MCP Server, you must first obtain an API key from Twelve Data:
Important: Access to specific endpoints or markets may vary depending on your Twelve Data subscription plan.
time_series
Fetch historical price data for a symbol.
Inputs:
symbol
(string): Ticker, e.g. AAPL
interval
(string): Data interval, e.g. 1min
, 1day
start_date
(string, optional): ISO-8601 start timestampend_date
(string, optional): ISO-8601 end timestampReturns: Array of OHLCV bars.
price
Get the latest price for a symbol.
Inputs:
symbol
(string)Returns: Latest price quote.
stocks
List available stock instruments.
Inputs:
exchange
(string, optional): Exchange code to filter byReturns: Array of stock metadata.
forex_pairs
List available forex pairs.
cryptocurrencies
List available cryptocurrencies.
Directly run without local installation using uvx
:
uvx mcp-server-twelve-data --help
Install the server via pip:
pip install mcp-server-twelve-data
python -m mcp_server_twelve_data --help
Add the following snippet to your claude_desktop_config.json
:
{
"mcpServers": {
"twelvedata": {
"command": "uvx",
"args": ["--reinstall", "mcp-server-twelve-data@latest", "--apikey", "YOUR_API_KEY"]
}
}
}
or this one, to use our remote http server
{
"mcpServers": {
"twelvedata-remote": {
"command": "npx",
"args": [
"mcp-remote", "https://mcp.twelvedata.com/mcp/",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "apikey YOUR_API_KEY"
}
}
}
}
See how easy it is to connect Claude Desktop to Twelve Data MCP Server:
For manual configuration, add to your User Settings (JSON):
{
"mcp": {
"servers": {
"twelvedata": {
"command": "uvx",
"args": ["mcp-server-twelve-data@latest", "-t", "streamable-http"]
}
}
}
}
Use the MCP Inspector for troubleshooting:
npx @modelcontextprotocol/inspector uvx mcp-server-twelve-data
claude_desktop_config.json
to reference local source paths.Build and run the server using Docker:
docker build -t mcp-server-twelve-data .
docker run --rm mcp-server-twelve-data --apikey YOUR_API_KEY
u-tool is an AI-powered universal router for the Twelve Data API that transforms how you access financial data. Instead of navigating 100+ individual endpoints and complex documentation, simply describe what you need in plain English.
How it works: 🧠 Natural Language Processing: Understands your request in conversational English 🔍 Smart Routing: Uses vector search to find the most relevant endpoints from Twelve Data's entire API catalog 🎯 Intelligent Selection: Leverages OpenAI GPT-4o to choose the optimal method and generate correct parameters ⚡ Automatic Execution: Calls the appropriate endpoint and returns formatted results
What you can ask: 📈 "Show me Apple stock performance this week" 📊 "Calculate RSI for Bitcoin with 14-day period" 💰 "Get Tesla's financial ratios and balance sheet" 🌍 "Compare EUR/USD exchange rates over 6 months" 🏦 "Find top-performing tech ETFs"
Supported data categories:
One tool, entire Twelve Data ecosystem. No API documentation required.
{
"mcpServers": {
"twelvedata": {
"command": "uvx",
"args": ["mcp-server-twelve-data@latest", "--apikey", "YOUR_TD_API_KEY", "-u", "YOUR_OPEN_AI_APIKEY"]
}
}
}
This MCP server is licensed under the MIT License. See the LICENSE file for details.
Navigate your Aiven projects and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform.
Core AWS MCP server providing prompt understanding and server management capabilities.
Analyze CDK projects to identify AWS services used and get pricing information from AWS pricing webpages and API.
Generate images using Amazon Nova Canvas with text prompts and color guidance.
Query and analyze your Axiom logs, traces, and all other event data in natural language
MCP Server that connects AI agents to Chargebee platform.
Predict anything with Chronulus AI forecasting and prediction agents.
Deploy, configure & interrogate your resources on the Cloudflare developer platform (e.g. Workers/KV/R2/D1)
A Model Context Protocol (MCP) server that provides tools for AI, allowing it to interact with the DataWorks Open API through a standardized interface. This implementation is based on the Aliyun Open API and enables AI agents to perform cloud resources operations seamlessly.