tiingo-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tiingo-mcpwhat's the current price of AAPL?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tiingo-mcp
An MCP server that wraps the Tiingo financial data API. Covers stocks, forex, crypto, news, fundamentals, and corporate actions across 17 tools, 4 resources, and 5 prompts.
Installation
uvx tiingo-mcp
# or
pip install tiingo-mcpRequires Python 3.12+.
Related MCP server: Financial Data MCP Server
Configuration
export TIINGO_API_KEY="your-api-key-here"Free API keys at api.tiingo.com. The free plan covers stocks, forex, crypto, news, and fundamentals. Dividends and splits endpoints need a Power or Business plan.
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"tiingo": {
"command": "uvx",
"args": ["tiingo-mcp"],
"env": {
"TIINGO_API_KEY": "your-api-key-here"
}
}
}
}Claude Code
claude mcp add tiingo -- uvx tiingo-mcpOther Clients
Anything that speaks stdio:
TIINGO_API_KEY=your-key tiingo-mcpTools
Stocks (EOD)
Tool | Description |
| Ticker info — name, exchange, description, date range |
| Historical EOD OHLCV with adjusted prices |
Real-Time & Intraday (IEX)
Tool | Description |
| Current IEX top-of-book quote |
| Intraday prices at 1min–1hour intervals |
Forex
Tool | Description |
| Current top-of-book rate |
| Historical forex prices |
Crypto
Tool | Description |
| Current prices (2,100+ tickers) |
| Historical crypto prices |
| Ticker metadata and supported exchanges |
News
Tool | Description |
| Search financial articles by ticker, tag, source, date |
Fundamentals
Tool | Description |
| Metric definitions |
| Income statements, balance sheets, cash flow |
| Daily metrics — market cap, P/E, EV/EBITDA |
| Sector, industry, location |
Corporate Actions
Tool | Description |
| Dividend and distribution history * |
| Dividend yield history |
| Stock split history * |
* Requires Power or Business plan
Resources
Static reference data exposed as browsable MCP resources. No API calls consumed.
Resource | Description |
| Server capabilities, asset classes, rate limits, plan restrictions |
| Curated reference of 20 key fundamental metrics |
| Date formats, resample frequencies, sort options |
| Usage guide per asset class (stocks, forex, crypto, news, fundamentals, corporate-actions) |
Prompts
Reusable workflow templates that guide LLMs through multi-step financial analysis.
Prompt | Arguments | Description |
|
| Comprehensive single-stock analysis |
|
| Side-by-side stock comparison |
|
| Crypto market snapshot with 7-day trends |
|
| Earnings report with price reaction and news |
|
| Currency pair trend and volatility analysis |
Parameters
Dates are YYYY-MM-DD format.
Parameter | Used By | Description |
| Most tools | Start of date range |
| Most tools | End of date range |
| Price tools |
|
| Crypto, news, meta | Comma-separated list |
Rate Limits
Plan | Requests/Hour | Requests/Day |
Free | 50 | 1,000 |
Power | 5,000 | 50,000 |
Business | Higher | Higher |
The server retries transient errors (2x) and returns JSON error objects for rate limits (429), auth failures (401), plan restrictions (403), and bad tickers (404).
Development
git clone https://github.com/wshobson/tiingo-mcp.git
cd tiingo-mcp
uv sync
# Unit tests (no API key needed)
uv run pytest tests/test_client.py tests/test_server.py -v
# Integration tests (needs TIINGO_API_KEY)
uv run pytest tests/test_integration.py -v -s
# All tests
uv run pytest -v
# Lint & format
uv run ruff check src/ tests/
uv run ruff format src/ tests/License
Links
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.Last updatedMIT
- AlicenseBqualityDmaintenanceThis is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.Last updated276MIT
- AlicenseBqualityFmaintenanceA Node.js MCP server that wraps the Finnhub API to provide stock market data, technical analysis, news sentiment, and cryptocurrency market information.Last updated151171MIT
- Flicense-qualityDmaintenanceA comprehensive MCP server that provides access to Alpha Vantage's financial data APIs, including stocks, forex, crypto, commodities, and economic indicators, enabling users to retrieve real-time quotes, historical data, technical indicators, and market intelligence through natural language.Last updated
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Alpaca MCP — real-time US stock market data via the Alpaca Market Data API
Multi-tenant FastMCP server for Charles Schwab brokerage data, monetized via DPYC Tollbooth
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/major7apps/tiingo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server