
雅虎财经
STDIO10分钟构建雅虎财经MCP服务器
10分钟构建雅虎财经MCP服务器
Learn how to build a MCP Server for Yahoo Finance (and just about anything else) in 10 minutes.
git clone https://github.com/nicknochnack/MCPin10
and go into it cd MCPin10
uv venv
and activate it source .venv/bin/activate
uv sync
uv run mcp dev server.py
uv run agent.py
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