Submit

Yahoo Fianace MCP

@a05031113

Provides a Model Context Protocol (MCP) server that exposes various functions from the yfinance library as individual tools. This allows an MCP client to query Yahoo Finance data. Uses uv for environment management and FastMCP for the server implementation.

Tools

Server Config

{
  "mcpServers": {
    "yahoo_finance_engine": {
      "command": "/path/to/your/yahoo-finance/.venv/bin/python",
      "args": [
        "/path/to/your/yahoo-finance/main.py"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.