Supports containerized deployment through Docker, enabling portable and isolated execution of the Twelve Data MCP server
Twelve Data MCP Server
Overview
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.
Obtaining Your API Key
To use Twelve Data MCP Server, you must first obtain an API key from Twelve Data:
- Visit Twelve Data Sign Up.
- Create an account or log in if you already have one.
- Navigate to your Dashboard and copy your API key.
Important: Access to specific endpoints or markets may vary depending on your Twelve Data subscription plan.
Tools
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 timestamp
- Returns: Array of OHLCV bars.
- Inputs:
price
Get the latest price for a symbol.- Inputs:
symbol
(string)
- Returns: Latest price quote.
- Inputs:
stocks
List available stock instruments.- Inputs:
exchange
(string, optional): Exchange code to filter by
- Returns: Array of stock metadata.
- Inputs:
forex_pairs
List available forex pairs.- Inputs: none
- Returns: Array of forex pair metadata.
cryptocurrencies
List available cryptocurrencies.- Inputs: none
- Returns: Array of cryptocurrency metadata.
Installation
Using UV (recommended)
Directly run without local installation using uvx
:
Using pip
Install the server via pip:
Configuration
Claude Desktop integration
Add the following snippet to your claude_desktop_config.json
:
or this one, to use our remote http server
See how easy it is to connect Claude Desktop to Twelve Data MCP Server:
VS Code integration
Automatic setup (with UV)
Manual setup
For manual configuration, add to your User Settings (JSON):
Debugging
Use the MCP Inspector for troubleshooting:
Development guide
- Local testing: Utilize the MCP Inspector as described in Debugging.
- Claude Desktop:: Update
claude_desktop_config.json
to reference local source paths.
Docker usage
Build and run the server using Docker:
License
This MCP server is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
Provides integration with Twelve Data API to access financial market data including historical time series, real-time quotes, and instrument metadata for stocks, forex pairs, and cryptocurrencies.
Related MCP Servers
- AsecurityAlicenseAqualityProvides real-time and historical cryptocurrency market data through integration with major exchanges. This server enables LLMs like Claude to fetch current prices, analyze market trends, and access detailed trading information.Last updated -726PythonMIT License
- AsecurityAlicenseAqualityEnables interaction with the PolyMarket API to fetch prediction market data such as market information, prices, and historical data, with robust error handling and rate limit management.Last updated -421PythonMIT License
- AsecurityAlicenseAqualityAllows Claude and other MCP clients to access real-time and historical stock market data from Alpha Vantage API, including intraday and daily stock data with customizable intervals.Last updated -33TypeScriptMIT License
- AsecurityAlicenseAqualityA server that provides tools for retrieving real-time price information for various assets including precious metals and cryptocurrencies, allowing language models to access and display current asset price data.Last updated -1561JavaScriptMIT License