MCP.so
Sign In
Servers

MCP in 10 Minutes

@nicknochnack

Build a MCP Server for Yahoo Finance in 10 minutes.

Learn how to build a MCP Server for Yahoo Finance (and just about anything else) in 10 minutes.

See it live and in action πŸ“Ί

  1. Clone this repository git clone https://github.com/nicknochnack/MCPin10 and go into it cd MCPin10
  2. Create a virtual environment uv venv and activate it source .venv/bin/activate
  3. Install the dependencies uv sync
  4. Run the inspector uv run mcp dev server.py
  5. Run the agent uv run agent.py
  6. Install langflow and run it: uv pip install langflow and uv run langflow run

N.b. Make sure you have ollama running.

πŸ‘¨πŸΎβ€πŸ’» Author: Nick Renotte
πŸ“… Version: 1.x
πŸ“œ License: This project is licensed under the MIT License

More from Other