- Twelve Data Mcp Server
Twelve Data Mcp Server
what is Twelve Data MCP Server?
The Twelve Data MCP Server provides seamless integration with the Twelve Data API, allowing users to access financial market data, including historical time series, real-time quotes, and instrument metadata for stocks, forex pairs, and cryptocurrencies.
how to use Twelve Data MCP Server?
To use the Twelve Data MCP Server, you need to obtain an API key from Twelve Data, which involves creating an account and copying the API key from your dashboard. You can then use various tools provided by the server to fetch data.
key features of Twelve Data MCP Server?
- Access to historical price data for various financial instruments.
- Real-time price quotes for stocks, forex, and cryptocurrencies.
- Metadata retrieval for available stocks, forex pairs, and cryptocurrencies.
- Easy integration with tools like Claude Desktop and VS Code.
use cases of Twelve Data MCP Server?
- Retrieving historical stock prices for analysis.
- Getting real-time forex quotes for trading decisions.
- Accessing cryptocurrency metadata for investment research.
FAQ from Twelve Data MCP Server?
- How do I obtain an API key?
You can obtain an API key by signing up at the Twelve Data website and copying it from your dashboard.
- Is there a cost associated with using the API?
Access to specific endpoints may vary based on your subscription plan with Twelve Data.
- Can I use this server with Docker?
Yes! You can build and run the server using Docker with the provided commands.
Server Config
{
"mcpServers": {
"twelvedata-remote": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.twelvedata.com/mcp/",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "apikey YOUR_API_KEY"
}
}
}
}