financial-analysis-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FMP_API_KEY | Yes | Your Financial Modeling Prep API key | |
| ALPHA_VANTAGE_API_KEY | Yes | Your Alpha Vantage API key |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| stock_priceA | Get real-time and historical stock price data from Alpha Vantage |
| company_fundamentalsB | Get company fundamental data from Financial Modeling Prep |
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 2 tools
The two tools are cleanly separated by data type: one provides price data, the other provides fundamental data. There is no overlap or ambiguity in their purposes.
Both tool names follow the same pattern of two snake_case nouns representing the entity and the data type. The naming is consistent and predictable.
With only 2 tools, the server feels thin for a domain as broad as financial analysis. While each tool is useful, the count is borderline and may not cover diverse user needs.
The server covers two core data areas (pricing and fundamentals), but notable gaps remain, such as technical indicators, news, or financial statement breakdowns. Agents may need to work around these missing operations.