Newcontext-mode—Save 98% of your AI coding agent's context windowLearn more
MCP Directory
ServersClientsBlog

context-mode

Save 98% of your AI coding agent's context window. Works with Claude Code, Cursor, Copilot, Codex, and more.

Try context-mode
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2026 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. financekit-mcp

financekit-mcp

GitHub

Financial Market Intelligence MCP Server — stock quotes, technical analysis, crypto data, and portfolio insights for AI agents

3
0

FinanceKit MCP

Financial Market Intelligence for AI Agents — real-time stock quotes, technical analysis, crypto data, and portfolio insights via the Model Context Protocol.

What it does

FinanceKit gives your AI agent (Claude, Cursor, Copilot, etc.) access to financial market data and analysis. Ask questions like:

  • "What's the current price of AAPL?"
  • "Run technical analysis on TSLA"
  • "Compare AAPL vs MSFT vs GOOGL performance over the last 6 months"
  • "Analyze my portfolio: AAPL:10, MSFT:5, GOOGL:3"
  • "What are the trending cryptocurrencies right now?"
  • "Is Bitcoin overbought based on RSI?"

Tools (11)

Stocks

ToolDescription
stock_quoteCurrent price, change, volume, P/E, market cap
company_infoSector, financials, valuation metrics, description
multi_quoteBatch quotes for up to 10 tickers at once

Crypto

ToolDescription
crypto_pricePrice, market cap, 1h/24h/7d changes, ATH data
crypto_trendingTop 10 trending coins on CoinGecko
crypto_searchFind coins by name or symbol
crypto_top_coinsTop N coins ranked by market cap

Technical Analysis

ToolDescription
technical_analysisFull 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_historyHistorical OHLCV data with summary statistics

Portfolio & Comparison

ToolDescription
compare_assetsSide-by-side returns, volatility, Sharpe ratio, drawdown
portfolio_analysisTotal value, allocation weights, sector breakdown, concentration risk

Installation

Claude Code / Claude Desktop

Add to your MCP configuration:

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

From source

git clone https://github.com/vdalhambra/financekit-mcp.git
cd financekit-mcp
uv sync
uv run financekit

Data Sources

  • Stocks: Yahoo Finance (via yfinance)
  • Crypto: CoinGecko API (free tier)
  • Technical Indicators: Calculated locally using the ta library

All data is cached to minimize API calls: quotes (60s), historical data (1h), crypto (2min), company info (24h).

Examples

Technical Analysis Output

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: false

Portfolio Analysis Output

Total Value: $45,230.50
Positions: 3
Concentration Risk: MODERATE
Sector Breakdown:
  Technology: 85.2%
  Communication Services: 14.8%

License

MIT

Repository

VD
vdalhambra

vdalhambra/financekit-mcp

Created

April 13, 2026

Updated

April 13, 2026

Language

Python

Category

AI