Skip to content

[Community Server] financekit-mcp: Financial Market Intelligence (stocks, crypto, technical analysis) #3933

@vdalhambra

Description

@vdalhambra

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:

uvx financekit-mcp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions