Content
# 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 📺
<img src="https://i.imgur.com/P1uv4QN.jpeg"/>
# 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`
<b>N.b.</b> Make sure you have ollama running.
# Other stuff
- Installing Langflow: https://docs.langflow.org/get-started-installation
# Who, When, Why?
👨🏾💻 Author: Nick Renotte <br />
📅 Version: 1.x<br />
📜 License: This project is licensed under the MIT License </br>
Connection Info
You Might Also Like
valuecell
ValueCell is a community-driven, multi-agent platform for financial applications.
HexStrike AI
Enable AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+...
YC-Killer
A library of enterprise-grade AI agents designed to democratize artificial...
AP2
Building a Secure and Interoperable Future for AI-Driven Payments.
solana-agent-kit
connect any ai agents to solana protocols
mcp-boilerplate
A remote Cloudflare MCP server boilerplate with user authentication and...