Skip to main content

A Model Context Protocol server providing tools access Twelve Data.

Project description

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:

  1. Visit Twelve Data Sign Up.
  2. Create an account or log in if you already have one.
  3. 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

  1. 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 timestamp
      • end_date (string, optional): ISO-8601 end timestamp
    • Returns: Array of OHLCV bars.

  2. price Get the latest price for a symbol.

    • Inputs:

      • symbol (string)
    • Returns: Latest price quote.

  3. stocks List available stock instruments.

    • Inputs:

      • exchange (string, optional): Exchange code to filter by
    • Returns: Array of stock metadata.

  4. forex_pairs List available forex pairs.

    • Inputs: none
    • Returns: Array of forex pair metadata.
  5. cryptocurrencies List available cryptocurrencies.

    • Inputs: none
    • Returns: Array of cryptocurrency metadata.

Installation

Using UV (recommended)

Directly run without local installation using uvx:

uvx mcp-server-twelve-data --help

Using pip

Install the server via pip:

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

Configuration

Claude Desktop integration

Add the following snippet to your claude_desktop_config.json:

{
  "mcpServers": {
    "twelvedata": {
      "command": "uvx",
      "args": ["--reinstall", "mcp-server-twelve-data@latest", "--apikey", "YOUR_API_KEY"]
    }
  }
}

or this one, to use our remote http server

{
  "mcpServers": {
    "twelvedata-remote": {
      "command": "npx",
      "args":    [
        "mcp-remote", "https://mcp.twelvedata.com/mcp/",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "apikey YOUR_API_KEY"
      }
    }
  }
}

See how easy it is to connect Claude Desktop to Twelve Data MCP Server:

Example usage with Claude Desktop

VS Code integration

Automatic setup (with UV)

Install with UV in VS Code

Manual setup

For manual configuration, add to your User Settings (JSON):

{
  "mcp": {
    "servers": {
      "twelvedata": {
        "command": "uvx",
        "args": ["mcp-server-twelve-data@latest", "-t", "streamable-http"]
      }
    }
  }
}

Debugging

Use the MCP Inspector for troubleshooting:

npx @modelcontextprotocol/inspector uvx mcp-server-twelve-data

Development guide

  1. Local testing: Utilize the MCP Inspector as described in Debugging.
  2. Claude Desktop:: Update claude_desktop_config.json to reference local source paths.

Docker usage

Build and run the server using Docker:

docker build -t mcp-server-twelve-data .
docker run --rm mcp-server-twelve-data --apikey YOUR_API_KEY

U-tool

To use only one AI powered tool (with access to all Twelve Data endpoints) you can use following config

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

License

This MCP server is licensed under the MIT License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_twelve_data-0.1.22.tar.gz (3.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_twelve_data-0.1.22-py3-none-any.whl (106.1 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_twelve_data-0.1.22.tar.gz.

File metadata

File hashes

Hashes for mcp_server_twelve_data-0.1.22.tar.gz
Algorithm Hash digest
SHA256 ff20b085f39cd6cb40c6f0ae084e1220589af185a9b4fa3c9d1bb891435df4c0
MD5 a1c027f42ed0353c7d4ccb321e658f96
BLAKE2b-256 f21446ed6c9b35d4a3219e84f1cfc659fd1edd95f1ad3f8d038e22a62508a1f3

See more details on using hashes here.

File details

Details for the file mcp_server_twelve_data-0.1.22-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_twelve_data-0.1.22-py3-none-any.whl
Algorithm Hash digest
SHA256 789bb2500cfb878f9576407ed60ffe7bcc3b4c3d7e8e9dc4d55a2112e3e3d6d4
MD5 7ba7d10225e368635f3effdb623dc197
BLAKE2b-256 70b8bb7d9bce2212a0b8c3caa9f796228530bccaf3eef719c56979102021c6ab

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page