Twelve Data
@twelvedata
About Twelve Data
A Model Context Protocol server for the Twelve Data API. This server provides tools to fetch market data—historical time series, latest quotes, and instrument lists—for stocks, forex pairs, and cryptocurrencies.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"twelvedata": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.twelvedata.com/mcp/"
]
}
}
}Tools
10`symbol` (string): Ticker, e.g. `AAPL`
** Array of OHLCV bars
`symbol` (string)
** Latest price quote
`exchange` (string, optional): Exchange code to filter by
** Array of stock metadata
** none
** Array of forex pair metadata
** none
** Array of cryptocurrency metadata
Overview
What is Twelve Data?
A Model Context Protocol server for the Twelve Data API. It provides tools to fetch market data—historical time series, latest quotes, and instrument lists—for stocks, forex pairs, and cryptocurrencies. The server is in early development and aimed at developers using MCP-compatible clients.
How to use Twelve Data?
Install via uvx (recommended) or pip. Configure with your Twelve Data API key using the --apikey argument, then add the server to your MCP client configuration (e.g., Claude Desktop or VS Code). You can also run the server using Docker.
Key features of Twelve Data
- Fetch historical OHLCV time series data.
- Get the latest price quote for any symbol.
- List available stock instruments.
- List available forex pairs.
- List available cryptocurrencies.
Use cases of Twelve Data
- Retrieve historical price bars for backtesting trading strategies.
- Monitor the latest price of a stock, forex pair, or cryptocurrency.
- Discover which instruments are available on a specific exchange.
- Build a market‑data dashboard for multiple asset classes.
FAQ from Twelve Data
What data sources does Twelve Data support?
It provides market data for stocks, forex pairs, and cryptocurrencies via the Twelve Data API.
How do I install Twelve Data?
You can install it with pip or run it directly using uvx. A Docker image is also available for containerized deployments.
How do I configure Twelve Data with Claude Desktop?
Add an entry to claude_desktop_config.json with the command uvx mcp-server-twelve-data --apikey YOUR_API_KEY.
Is Twelve Data production‑ready?
No; the README states that the server is in early development and functionality may change as the Twelve Data API evolves.
What license does Twelve Data use?
It is licensed under the MIT License.
More Data & Analytics MCP servers
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
Comments