Skip to content
vdalhambra edited this page Apr 16, 2026 · 1 revision

FinanceKit MCP — Financial Market Intelligence

Give Claude real-time access to stocks, crypto, portfolios, and financial analysis.

Quick Install

# Claude Desktop
uvx financekit-mcp

# Or with pip
pip install financekit-mcp

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "financekit": {
      "command": "uvx",
      "args": ["financekit-mcp"]
    }
  }
}

What It Does

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

Example Prompts

  • "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"

Pages

Links

Clone this wiki locally