FinanceKit MCP
Provides AI agents with real-time financial market intelligence including stock quotes, crypto data, technical analysis, and portfolio insights. Enables natural language queries for current prices, technical indicators, asset comparisons, and portfolio analysis.
README
<!-- mcp-name: io.github.vdalhambra/financekit-mcp -->
FinanceKit MCP
Financial Market Intelligence for AI Agents — real-time stock quotes, technical analysis, crypto data, and portfolio insights via the Model Context Protocol (MCP).
FinanceKit is an MCP server that gives Claude Code, Cursor, Windsurf, and any AI agent instant access to financial market data. No API keys required for stocks and crypto.
Use Cases
Here are concrete examples of what you can ask your AI agent once FinanceKit is installed:
- "Run full technical analysis on TSLA and tell me if it's a buy" — Get RSI, MACD, Bollinger Bands, ADX, Stochastic, and pattern detection with a plain-English signal summary
- "Compare AAPL vs MSFT vs GOOGL performance over the last 6 months" — Side-by-side returns, volatility, Sharpe ratio, and max drawdown
- "Analyze my portfolio: AAPL:50, NVDA:20, MSFT:30, AMZN:10" — Total value, sector allocation, concentration risk, and diversification score
- "What are the trending cryptocurrencies right now? Any worth watching?" — Top trending coins from CoinGecko with price data and momentum
- "Give me a market overview — how are the major indices doing?" — S&P 500, NASDAQ, Dow, VIX, and market sentiment in one call
- "Is Bitcoin overbought? Show me RSI and Bollinger Band analysis" — Full technical analysis works on crypto too, not just stocks
Why FinanceKit?
| Feature | FinanceKit MCP | Yahoo Finance API | Alpha Vantage | TradingView |
|---|---|---|---|---|
| Works with Claude Code / Cursor | Yes | No | No | No |
| No API key needed | Yes | Yes | No (free tier) | No |
| Technical analysis built-in | 10+ indicators | Raw data only | Limited | Manual |
| Crypto + stocks in one tool | Yes | Stocks only | Separate APIs | Manual |
| Portfolio analysis | Yes | No | No | No |
| MCP native (stdio + HTTP) | Yes | REST only | REST only | Web only |
| Free | Yes | Yes | Rate limited | Paid |
Tools (12)
Stocks
| Tool | Description |
|---|---|
stock_quote |
Current price, change, volume, P/E, market cap |
company_info |
Sector, financials, valuation metrics, description |
multi_quote |
Batch quotes for up to 10 tickers at once |
Crypto
| Tool | Description |
|---|---|
crypto_price |
Price, market cap, 1h/24h/7d changes, ATH data |
crypto_trending |
Top 10 trending coins on CoinGecko |
crypto_search |
Find coins by name or symbol |
crypto_top_coins |
Top N coins ranked by market cap |
Technical Analysis
| Tool | Description |
|---|---|
technical_analysis |
Full 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_history |
Historical OHLCV data with summary statistics |
Market Overview
| Tool | Description |
|---|---|
market_overview |
Major indices (S&P 500, NASDAQ, Dow), VIX, market sentiment |
Portfolio & Comparison
| Tool | Description |
|---|---|
compare_assets |
Side-by-side returns, volatility, Sharpe ratio, drawdown |
portfolio_analysis |
Total value, allocation weights, sector breakdown, concentration risk |
Installation
⭐ Recommended: MCPize (hosted, no setup)
The fastest way to get started. No terminal, no config files, no Python setup — works in any MCP client:
👉 Install FinanceKit on MCPize — Free tier available (100 calls/month)
Or add to your MCP config directly:
{
"mcpServers": {
"financekit": {
"url": "https://financekit-mcp.mcpize.run/mcp"
}
}
}
Why MCPize?
- ✅ Zero setup — works immediately in Claude Desktop, Cursor, Windsurf, Claude Code
- ✅ Always up-to-date — new features deployed automatically
- ✅ Scales with you — upgrade to Pro ($29/mo) for 10,000 calls + priority + all premium tools
- ✅ Reliable uptime — managed cloud infrastructure
- ✅ Analytics — track how your agents use the tools
See pricing below for all tiers including Team, Business, and Enterprise.
💻 Advanced: Self-hosted (developers)
For those who prefer to run the server locally:
<details> <summary><b>Claude Code CLI</b></summary>
claude mcp add financekit -- uvx --from financekit-mcp financekit
</details>
<details> <summary><b>Claude Desktop / Cursor / Windsurf (local)</b></summary>
{
"mcpServers": {
"financekit": {
"command": "uvx",
"args": ["--from", "financekit-mcp", "financekit"]
}
}
}
</details>
<details> <summary><b>From PyPI</b></summary>
pip install financekit-mcp
financekit
</details>
<details> <summary><b>From source</b></summary>
git clone https://github.com/vdalhambra/financekit-mcp.git
cd financekit-mcp
uv sync
uv run financekit
</details>
<details> <summary><b>Smithery</b></summary>
npx -y @smithery/cli install @vdalhambra/financekit --client claude
</details>
Note: Self-hosted = full feature access but you manage updates, uptime, and infrastructure. For most users, MCPize is the better choice.
Pricing
| Tier | Price | Calls/month | Includes |
|---|---|---|---|
| Free | $0 | 100 | 5 basic tools (quotes, company info, crypto price) |
| Hobby | $9/mo | 2,500 | Most tools — no portfolio or market overview |
| Pro ⭐ | $29/mo | 10,000 | All 12 tools + priority + premium features |
| Team | $79/mo | 50,000 | Pro + 5 seats + CSV export + email support |
| Business | $179/mo | 200,000 | Team + webhooks + alerts + SLA |
| Enterprise | $499/mo | Unlimited | Business + white-label + on-prem + dedicated support |
Annual plans: Get 2 months free (pay for 10, use 12).
Bundle: Combine with SiteAudit MCP for $39/mo (Pro Combo — save 19%).
Data Sources
- Stocks: Yahoo Finance (via yfinance) — free, no API key
- Crypto: CoinGecko API (free tier, 10K calls/month)
- Technical Indicators: Calculated locally using the
talibrary (RSI, MACD, Bollinger Bands, ADX, Stochastic, ATR, OBV)
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%
Compatible AI Agents
FinanceKit works with any AI agent or IDE that supports the Model Context Protocol:
- Claude Code (CLI) —
claude mcp add - Claude Desktop —
claude_desktop_config.json - Cursor —
.cursor/mcp.json - Windsurf — MCP settings
- Copilot — MCP configuration
- Any MCP client — stdio or HTTP transport
Support this project
If FinanceKit is useful to you, please consider supporting ongoing development:
- 💎 Upgrade to Pro on MCPize — Best way to support + get premium features
- ⭐ Star this repo — Helps other developers find it
- 💖 Sponsor on GitHub — One-time or recurring support
- 🐦 Share on Twitter/X — Tag @ElAgenteRayo
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。