Server Name
financekit-mcp
What does this server do?
Financial market intelligence MCP server. Provides real-time stock quotes, cryptocurrency prices, technical analysis indicators, and portfolio tools for AI agents.
Repository
https://github.com/vdalhambra/financekit-mcp
PyPI Package
https://pypi.org/project/financekit-mcp/
Installation
pip install financekit-mcp
Or via uvx:
Claude Desktop config:
{
"mcpServers": {
"financekit": {
"command": "uvx",
"args": ["financekit-mcp"]
}
}
}
Tools
| Tool |
Description |
| get_stock_quote |
Real-time stock quotes (price, change, volume, market cap) |
| get_technical_analysis |
Full technical analysis: RSI, MACD, Bollinger Bands, SMA/EMA, ADX, Stochastic, ATR, OBV |
| get_crypto_price |
Cryptocurrency prices via CoinGecko (no API key needed) |
| get_market_overview |
Major indices snapshot (S&P 500, NASDAQ, DOW, VIX) |
| compare_assets |
Side-by-side comparison of multiple assets |
| analyze_portfolio |
Portfolio analysis with allocation, sector breakdown, risk metrics |
| get_moving_averages |
SMA/EMA across multiple timeframes (20/50/100/200-day) |
| get_rsi |
Relative Strength Index with overbought/oversold signals |
| get_macd |
MACD line, signal, histogram with crossover detection |
| get_bollinger_bands |
Bollinger Bands with squeeze detection |
| get_adx |
Average Directional Index for trend strength |
Category
Finance / Market Data
Why
- No API keys required for stock data (uses yfinance)
- No API keys required for crypto data (uses CoinGecko)
- Lightweight — pure Python, no browser dependencies
- Built with FastMCP, MIT license
- Available on PyPI and MCPize
Server Name
financekit-mcp
What does this server do?
Financial market intelligence MCP server. Provides real-time stock quotes, cryptocurrency prices, technical analysis indicators, and portfolio tools for AI agents.
Repository
https://github.com/vdalhambra/financekit-mcp
PyPI Package
https://pypi.org/project/financekit-mcp/
Installation
Or via uvx:
Claude Desktop config:
{ "mcpServers": { "financekit": { "command": "uvx", "args": ["financekit-mcp"] } } }Tools
Category
Finance / Market Data
Why