twelvedata/mcp
Interact with [Twelve Data](https://twelvedata.com) APIs to access real-time and historical financial market data for your AI agents.
Ads
Overview
Interact with [Twelve Data](https://twelvedata.com) APIs to access real-time and historical financial market data for your AI agents.
Installation
https://mcp.twelvedata.com/mcp
Configuration
{
"mcpServers": {
"twelvedata": {
"command": "/path/to/twelve-data-mcp/.venv/bin/python",
"args": ["/path/to/twelve-data-mcp/src/server.py"]
}
}Capabilities
- Get real-time and historical prices
retrieve current or past price data for stocks, ETFs, forex, crypto, and commodities using `get_price`.
- Compute technical indicators
request RSI, MACD, SMA, Bollinger Bands, ATR, and 60+ other indicators via `get_technical_indicator`.
- Pull company fundamentals
access financial statements, earnings, dividends, splits, market cap, and key stats with `get_fundamentals`.
- Fetch ETF and mutual fund data
look up fund profiles, performance, holdings, and risk metrics through `get_fund`.
- Retrieve company news
get the latest news and press releases for a given symbol using `get_news`.
- Access market intelligence
find market movers, exchange rates, analyst ratings, and price targets with `get_market_movers`.
Tags
- finance
- api
- data-analysis
- awesome-list
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.