Labsco
MCP SERVER

Financial Data

by xBlueCode

Look up what a ticker symbol is trading at now, or pull its price history at an interval you choose, without opening a market-data terminal.

Equity & Fund Market DataVerified
Summary
Price questions get answered where the discussion is happening, not in a second browser tab.

Both calls take a ticker symbol and read: nothing places an order, holds a portfolio or watches for a threshold. The only shaping on offer is interval and outputsize on the history call, so any comparison, average or alert has to be worked out by whatever is reading the output.

What it is

A read-only market-data server that answers price questions for a stock symbol behind an Alpha Vantage key.

What you get
  • getStockQuote returns the current quote for a ticker symbol.
  • getHistoricalData returns a price series for a symbol, shaped by interval and outputsize.
Requirements

An Alpha Vantage API key, supplied as ALPHA_VANTAGE_API_KEY.

Setup effort

One command plus a key — npx -y findata-mcp-server, then supply credentials