MCPin10
MCPin10 is a tool designed to build an MCP server for Yahoo Finance in just 10 minutes. Developed in Python, this tool adheres to the Model Context Protocol (MCP). Developers can quickly set up the server by cloning the repository and installing dependencies with simple commands. MCPin10 provides convenient features for rapid data retrieval and processing, making it particularly suitable for projects dealing with financial data.
GitHub Stars
45
User Rating
Not Rated
Forks
24
Issues
1
Views
0
Favorites
0
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 🚀
- 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.
Other stuff
- Installing Langflow: https://docs.langflow.org/get-started-installation
Who, When, Why?
👨🏾💻 Author: Nick Renotte
📅 Version: 1.x
📜 License: This project is licensed under the MIT License
12,609
Followers
204
Repositories
8
Gists
1
Total Contributions