Skip to main content
Glama
xBlueCode

findata-mcp-server

by xBlueCode

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALPHA_VANTAGE_API_KEYYesYour 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
getStockQuoteA

Get the current quote for a stock.

getHistoricalDataC

Get historical data for a stock.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one retrieves historical data and the other retrieves the current quote, with no overlap in functionality.

Naming Consistency5/5

Both tools follow a consistent verb_noun naming pattern (getHistoricalData, getStockQuote), making them predictable and easy to understand.

Tool Count2/5

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.

Completeness1/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues