Server Information
Description
MCP server for the Tiingo financial data API providing 17 tools:
| Category |
Tools |
| EOD Stocks |
get_stock_metadata, get_stock_prices |
| IEX Real-Time |
get_realtime_price, get_intraday_prices |
| Forex |
get_forex_quote, get_forex_prices |
| Crypto |
get_crypto_quote, get_crypto_prices, get_crypto_metadata |
| News |
get_news |
| Fundamentals |
get_fundamentals_definitions, get_financial_statements, get_daily_fundamentals, get_company_meta |
| Corporate Actions |
get_dividends, get_dividend_yield, get_splits |
Installation
uvx tiingo-mcp
# or
pip install tiingo-mcp
Configuration
Requires TIINGO_API_KEY environment variable. Free keys available at https://api.tiingo.com.
Why Add This
- Tiingo covers 82,468 securities, 2,100+ crypto tickers, 140+ forex pairs, 50M+ news articles
- No high-quality Tiingo MCP server exists in the registry
- Production-ready: async, retries, structured errors, 60 tests
- Published to PyPI, installable via
uvx
Server Information
Description
MCP server for the Tiingo financial data API providing 17 tools:
get_stock_metadata,get_stock_pricesget_realtime_price,get_intraday_pricesget_forex_quote,get_forex_pricesget_crypto_quote,get_crypto_prices,get_crypto_metadataget_newsget_fundamentals_definitions,get_financial_statements,get_daily_fundamentals,get_company_metaget_dividends,get_dividend_yield,get_splitsInstallation
uvx tiingo-mcp # or pip install tiingo-mcpConfiguration
Requires
TIINGO_API_KEYenvironment variable. Free keys available at https://api.tiingo.com.Why Add This
uvx