Yahoo MCP is an MCP server that provides various tools, including retrieving stock prices, viewing stock details, listing available stocks, and more.
Make sure you have local LLM or Ollama running
Clone the repository:
git clone https://github.com/spjoshis/yahoo-mcp.git
cd Yahoo-MCP# Create a virtual environment
uv venv
# Activate it source .venv/bin/activate
# Install the dependencies
uv sync
# Run the request
uv run request.py