FinanceKit MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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_quoteA | 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_infoA | 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_quoteA | Get quotes for multiple stocks at once. Provide comma-separated symbols. |
| crypto_priceA | 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_trendingA | Get the top 10 trending cryptocurrencies on CoinGecko right now. Shows coins with the most search interest in the last 24 hours. |
| crypto_searchA | Search for a cryptocurrency by name or symbol. Returns CoinGecko IDs needed for other tools. |
| crypto_top_coinsA | Get the top cryptocurrencies ranked by market cap. |
| technical_analysisA | 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_historyA | 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_assetsA | 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_analysisA | 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_overviewA | 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_metricsB | 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_matrixA | 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_calendarA | 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_chainA | 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_rotationA | 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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