-
Notifications
You must be signed in to change notification settings - Fork 2
Home
vdalhambra edited this page Apr 16, 2026
·
1 revision
Give Claude real-time access to stocks, crypto, portfolios, and financial analysis.
# Claude Desktop
uvx financekit-mcp
# Or with pip
pip install financekit-mcpAdd to claude_desktop_config.json:
{
"mcpServers": {
"financekit": {
"command": "uvx",
"args": ["financekit-mcp"]
}
}
}FinanceKit MCP gives Claude 17 financial tools — no API keys required:
| Category | Tools |
|---|---|
| Stocks | stock_quote, company_info, multi_quote, price_history |
| Crypto | crypto_price, crypto_trending, crypto_search, crypto_top_coins |
| Analysis | technical_analysis, compare_assets, portfolio_analysis |
| Markets | market_overview, sector_analysis, risk_metrics |
| Data | earnings_calendar, insider_trading, options_data |
- "What's the current price of AAPL and TSLA?"
- "Analyze my portfolio: 60% SPY, 30% BTC, 10% GOLD"
- "Show me the top trending cryptocurrencies"
- "What are the technical indicators for NVDA?"
- "Compare MSFT vs GOOGL performance over 6 months"
- Tools Reference — Full documentation for all 17 tools
- Usage Examples — Common use cases and prompts
- FAQ — Troubleshooting and common questions