PY

MCPin10

by nicknochnack/MCPin10

0 views

Build a MCP Server for Yahoo Finance in 10 minutes.

pythonapiintegrationAPI Integration

MCP 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 ๐Ÿ“บ

Startup ๐Ÿš€

  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.

Other stuff

Who, When, Why?

๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป Author: Nick Renotte
๐Ÿ“… Version: 1.x
๐Ÿ“œ License: This project is licensed under the MIT License

Install

{
  "mcpServers": {
    "mcpin10": {
      "command": "uv",
      "args": [
        "run",
        "mcp",
        "dev",
        "server.py"
      ]
    }
  }
}
For more configuration details, refer to the content on the left

Related

Related projects feature coming soon

Will recommend related projects based on sub-categories