Financial Market Intelligence MCP Server — stock quotes, technical analysis, crypto data, and portfolio insights for AI agents
Financial Market Intelligence for AI Agents — real-time stock quotes, technical analysis, crypto data, and portfolio insights via the Model Context Protocol.
FinanceKit gives your AI agent (Claude, Cursor, Copilot, etc.) access to financial market data and analysis. Ask questions like:
| Tool | Description |
|---|---|
stock_quote | Current price, change, volume, P/E, market cap |
company_info | Sector, financials, valuation metrics, description |
multi_quote | Batch quotes for up to 10 tickers at once |
| Tool | Description |
|---|---|
crypto_price | Price, market cap, 1h/24h/7d changes, ATH data |
crypto_trending | Top 10 trending coins on CoinGecko |
crypto_search | Find coins by name or symbol |
crypto_top_coins | Top N coins ranked by market cap |
| Tool | Description |
|---|---|
technical_analysis | Full analysis: RSI, MACD, Bollinger Bands, SMA/EMA, ADX, Stochastic, ATR, OBV + pattern detection (Golden Cross, Death Cross, overbought/oversold) with plain-English signal summary |
price_history | Historical OHLCV data with summary statistics |
| Tool | Description |
|---|---|
compare_assets | Side-by-side returns, volatility, Sharpe ratio, drawdown |
portfolio_analysis | Total value, allocation weights, sector breakdown, concentration risk |
Add to your MCP configuration:
{
"mcpServers": {
"financekit": {
"command": "uvx",
"args": ["--from", "financekit-mcp", "financekit"]
}
}
}git clone https://github.com/vdalhambra/financekit-mcp.git
cd financekit-mcp
uv sync
uv run financekitta libraryAll data is cached to minimize API calls: quotes (60s), historical data (1h), crypto (2min), company info (24h).
Symbol: AAPL
Current Price: 260.48
Indicators:
RSI(14): 55.65 — neutral
MACD: histogram positive — bullish momentum
Bollinger Bands: price within bands — normal
SMA(50): 260.84
ADX: 18.3 — weak/no trend
Patterns:
Golden Cross: false
Overbought: falseTotal Value: $45,230.50
Positions: 3
Concentration Risk: MODERATE
Sector Breakdown:
Technology: 85.2%
Communication Services: 14.8%MIT
vdalhambra/financekit-mcp
April 13, 2026
April 13, 2026
Python