findata-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALPHA_VANTAGE_API_KEY | Yes | Your Alpha Vantage API key obtained from https://www.alphavantage.co/support/#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 |
|---|---|
| getStockQuoteA | Get the current quote for a stock. |
| getHistoricalDataC | Get historical data for a stock. |
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 clearly distinct: one retrieves historical data and the other retrieves the current quote, with no overlap in functionality.
Both tools follow a consistent verb_noun naming pattern (getHistoricalData, getStockQuote), making them predictable and easy to understand.
With only two tools, the server feels too sparse for a comprehensive financial data API, lacking common operations like search, bulk queries, or parameterized requests.
The tool set is severely incomplete for a financial data server, missing essential functionality such as querying multiple stocks, specifying date ranges, or obtaining metadata, leading to likely dead ends for agents.