Learn how to build a MCP Server for Yahoo Finance (and just about anything else) in 10 minutes.
- Clone this repository
git clone https://github.com/nicknochnack/MCPin10and go into itcd MCPin10 - Create a virtual environment
uv venvand activate itsource .venv/bin/activate - Install the dependencies
uv sync - Run the inspector
uv run mcp dev server.py - Run the agent
uv run agent.py - Install langflow and run it:
uv pip install langflowanduv run langflow run
N.b. Make sure you have ollama running.
- Installing Langflow: https://docs.langflow.org/get-started-installation