Server data from the Official MCP Registry
Stock quotes, technical analysis, crypto prices, and portfolio insights for AI agents
Stock quotes, technical analysis, crypto prices, and portfolio insights for AI agents
Valid MCP server (0 strong, 5 medium validity signals). 3 known CVEs in dependencies Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
7 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-vdalhambra-financekit-mcp": {
"args": [
"financekit-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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.
Try it now — no install needed: Open FinanceKit in the MCPize Playground — runs in your browser, free tier (100 calls/month)
Here are concrete examples of what you can ask your AI agent once FinanceKit is installed:
| 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 |
| 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 |
| 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 |
| 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 |
| Tool | Description |
|---|---|
market_overview | Major indices (S&P 500, NASDAQ, Dow), VIX, market sentiment |
| Tool | Description |
|---|---|
compare_assets | Side-by-side returns, volatility, Sharpe ratio, drawdown |
portfolio_analysis | Total value, allocation weights, sector breakdown, concentration risk |
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?
See pricing below for all tiers including Team, Business, and Enterprise.
For those who prefer to run the server locally:
claude mcp add financekit -- uvx --from financekit-mcp financekit
{
"mcpServers": {
"financekit": {
"command": "uvx",
"args": ["--from", "financekit-mcp", "financekit"]
}
}
}
pip install financekit-mcp
financekit
git clone https://github.com/vdalhambra/financekit-mcp.git
cd financekit-mcp
uv sync
uv run financekit
npx -y @smithery/cli install @vdalhambra/financekit --client claude
Note: Self-hosted = full feature access but you manage updates, uptime, and infrastructure. For most users, MCPize is the better choice.
| 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%).
ta library (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).
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
Total Value: $45,230.50
Positions: 3
Concentration Risk: MODERATE
Sector Breakdown:
Technology: 85.2%
Communication Services: 14.8%
FinanceKit works with any AI agent or IDE that supports the Model Context Protocol:
claude mcp addclaude_desktop_config.json.cursor/mcp.jsonIf FinanceKit is useful to you, please consider supporting ongoing development:
MIT
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption