MCP Catalogs
Homemcp screenshot

mcp

by twelvedata·66·Score 43

Twelve Data MCP Server provides real-time financial market data through WebSocket, integrating seamlessly with trading applications.

financedeveloper-toolsai-llm
17
Forks
4
Open issues
7 mo ago
Last commit
2d ago
Indexed

Overview

The Twelve Data MCP Server offers comprehensive access to financial market data including historical time series, real-time quotes, and instrument metadata for stocks, forex, and cryptocurrencies. It features a unique u-tool that allows users to access financial data through natural language requests, transforming complex API endpoints into simple conversational commands. The server supports multiple deployment options including local stdio, remote MCP server, and Docker containers.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Real-time stock and cryptocurrency monitoring for trading applications
you:Algorithmic trading strategies that need market data feeds
you:Financial analysis requiring historical and current market metrics
you:What API keys are required?
you:Is real-time data available?

When to choose this

Choose this MCP server if you need real-time financial market data integration with an AI system, especially when working with stocks, forex pairs, or cryptocurrencies.

When NOT to choose this

Avoid if you need financial data from sources other than Twelve Data, as this server creates vendor lock-in to their API and subscription services.

Tools this server exposes

1 tool extracted from the README
  • u-tool

    AI-powered universal router for the Twelve Data API that understands natural language requests to financial data

Comparable tools

polygon-io-mcpalpha-vantage-mcpfinancial-modeling-prep-mcp

Installation

Installation

**Using UV (recommended)**:

uvx mcp-server-twelve-data --help

**Using pip**:

pip install mcp-server-twelve-data
python -m mcp_server_twelve_data --help

**Claude Desktop Configuration**:

{
  "mcpServers": {
    "twelvedata": {
      "command": "uvx",
      "args": ["mcp-server-twelve-data@latest", "-k", "YOUR_TWELVE_DATA_API_KEY", "-u", "YOUR_OPEN_AI_APIKEY"]
    }
  }
}

FAQ

What API keys are required?
You need a Twelve Data API key for accessing financial data and an OpenAI API key for the u-tool functionality (natural language processing).
Is real-time data available?
Yes, the server provides real-time quotes, market metrics, and events via WebSocket connection.

Compare mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.