yfinance-server

making/yfinance-server
★ 0 stars Java 🔌 API Integration Updated 1d ago
An MCP server that exposes stock market data from Yahoo Finance.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yfinance-server": {
      "command": "npx",
      "args": [
        "-y",
        "making/yfinance-server"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that exposes stock market data from Yahoo Finance. It wraps the [yfinance4j](https://github.com/making/yfinance4j) library and provides three tools: - `get_stock_history` — historical OHLCV (open/high/low/close/volume) data for one or more symbols. - `get_stock_info` — company information and current price (short/long name,

Tools (5)

endget_stock_historyintervalperiodsymbols