FinanceKit MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| stock_quote | Get the current stock price, change, volume, and key metrics for a ticker. Returns real-time market data including price, daily change, 52-week range, P/E ratio, market cap, and more. |
| company_info | Get detailed company information including sector, financials, and valuation metrics. Returns company description, sector, industry, market cap, P/E ratio, revenue, profit margins, and other fundamental data. |
| multi_quote | Get quotes for multiple stocks at once. Provide comma-separated symbols. |
| crypto_price | Get current price, market cap, volume, and price changes for a cryptocurrency. Returns comprehensive market data including 1h/24h/7d price changes, ATH data, supply info, and market cap rank. Use the CoinGecko ID (e.g., 'bitcoin' not 'BTC'). Use search_crypto to find IDs. |
| crypto_trending | Get the top 10 trending cryptocurrencies on CoinGecko right now. Shows coins with the most search interest in the last 24 hours. |
| crypto_search | Search for a cryptocurrency by name or symbol. Returns CoinGecko IDs needed for other tools. |
| crypto_top_coins | Get the top cryptocurrencies ranked by market cap. |
| technical_analysis | Run a comprehensive technical analysis on a ticker. Calculates RSI, MACD, Bollinger Bands, SMA (20/50/200), EMA (12/26), and detects patterns like Golden Cross/Death Cross and overbought/oversold conditions. Returns all indicators with their current values plus a plain-English summary of signals. |
| price_history | Get historical price data (OHLCV) for a ticker. Returns open, high, low, close, and volume for each period, plus summary statistics (min, max, avg price, total volume). |
| compare_assets | Compare performance of multiple stocks/assets over a period. Returns side-by-side comparison of returns, volatility, and key metrics to help decide between investment options. |
| portfolio_analysis | Analyze a stock portfolio — total value, allocation, performance, and diversification. Provide holdings as 'SYMBOL:SHARES' pairs (e.g., 'AAPL:10,MSFT:5,GOOGL:3'). Returns current portfolio value, weight distribution, sector breakdown, and individual position details. |
| market_overview | Get a snapshot of the major market indices, VIX, and top stock movers. Returns current values and daily change for S&P 500, NASDAQ, DOW, and Russell 2000, the VIX fear/greed indicator, top 5 gainers and losers from a watchlist of 15 major stocks, and an overall market sentiment classification (Risk-on, Risk-off, etc.). |
| risk_metrics | Calculate advanced risk metrics: VaR, Sharpe, Sortino, Beta, Max Drawdown. Professional-grade risk analysis for any stock or ETF. Returns Value-at-Risk (95%), Sharpe ratio (annualized), Sortino ratio, Beta vs benchmark, and maximum drawdown. |
| correlation_matrix | Compute correlation matrix between multiple assets. Returns pairwise Pearson correlations. Useful for portfolio diversification analysis — lower correlations = better diversification. Correlations near 1 = assets move together (less diversification benefit). |
| earnings_calendar | Get upcoming and recent earnings dates for a stock. Returns next earnings date, EPS estimates vs actuals for recent quarters, and revenue data. Critical for event-driven trading. |
| options_chain | Get options chain (calls and puts) for a stock. Returns available expirations and, if one is specified or the nearest is used, the full chain with strikes, volumes, open interest, implied volatility, and greeks (when available). |
| sector_rotation | Sector performance ranking via SPDR sector ETFs. Returns performance of all 11 GICS sectors ranked by return. Useful for identifying market leadership and rotation trends. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vdalhambra/financekit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server