Labsco
MCP SERVER

Alpha Vantage

by smani7dm

Pull quotes, price history and full financial statements from Alpha Vantage into the conversation.

Equity & Fund Market Data
Summary
Price and fundamentals answered in the same question.

Quotes are easy to find anywhere; statements are not. Having the income statement, balance sheet and cash flow behind the same server as the price series is what lets a question about whether the numbers support the move be answered in one place.

What it is

A Python server over the Alpha Vantage API, covering equities: real-time quotes, historical daily prices, the three financial statements, company overviews, earnings, and news with sentiment attached.

What you get
  • A current quote with basic metrics for any ticker (get_stock_quote)
  • Historical daily price series (get_daily_prices)
  • Annual income statement, balance sheet and cash flow statement (get_income_statement, get_balance_sheet, get_cash_flow)
  • Company fundamentals and key metrics in one read (get_company_overview)
  • Earnings data for a company (get_earnings)
  • Recent news for a ticker with sentiment analysis attached (get_news_sentiment)
  • API error handling and rate-limit management built into the server
Requirements

A current Python with the repo's requirements installed, and an Alpha Vantage API key — free from their site — set in the client config.