Twelve Data
@twelvedata
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"twelvedata": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.twelvedata.com/mcp/"
]
}
}
}工具
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
概览
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.
数据与分析 分类下的更多 MCP 服务器
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
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
Data Visualization MCP Server
isaacwassermanMCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
评论