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+.
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
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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