Financial Analysis MCP Server
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| retrieve_current_priceB | |
| retrieve_stock_dataA | |
| retrieve_dividendsC | Retrieves dividends for the given ticker. |
| retrieve_splitsC | Retrieves splits for the given ticker. |
| retrieve_ticker_infoC | |
| retrieve_financial_statementsB | |
| mcp_calculate_growth_ratesB | |
| mcp_calculate_technical_indicatorsC | |
| mcp_calculate_financial_metricsC | |
| mcp_plot_price_chartA | |
| mcp_plot_financial_metricC | |
| mcp_plot_comparison_chartB | |
| mcp_plot_trading_opportunitiesB | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Most tools have distinct purposes, but there is some overlap between the three plotting tools (mcp_plot_comparison_chart, mcp_plot_financial_metric, mcp_plot_price_chart) which could cause confusion about when to use each. The retrieve tools are clearly differentiated by the type of data they fetch.
The naming is mixed: most tools use a verb_noun pattern (e.g., retrieve_current_price, calculate_financial_metrics), but the mcp_ prefix is inconsistently applied (some have it, some don't), and tools like retrieve_splits lack clear verb consistency. This creates a somewhat readable but inconsistent convention.
With 13 tools, the count is well-scoped for a financial analysis server, covering data retrieval, calculations, and visualization without being overwhelming. Each tool serves a clear purpose in the domain.
The toolset provides good coverage for financial analysis, including data retrieval, metric calculations, and plotting. Minor gaps exist, such as no explicit tools for updating or deleting data, but these are not critical for the analysis-focused purpose, and agents can work around them.