Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

MCPin10

MCP.Pizza Chef: nicknochnack

MCPin10 is a lightweight MCP server designed to enable rapid creation of MCP servers for Yahoo Finance and other data sources. It provides a streamlined setup process with clear instructions, allowing developers to deploy a functional MCP server within minutes. This server facilitates real-time financial data integration into LLM workflows, supporting efficient context feeding and interaction.

Use This MCP server To

Deploy a Yahoo Finance MCP server for real-time stock data Integrate financial market data into LLM-powered applications Rapidly prototype MCP servers for various data sources Test and develop MCP workflows with live financial data Use as a template to build custom MCP servers quickly

README

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

MCPin10 FAQ

How do I start the MCPin10 server?
Clone the repo, set up a virtual environment, install dependencies, then run the server with provided commands.
What dependencies are required for MCPin10?
MCPin10 requires Python virtual environment tools, ollama running, and langflow for extended functionality.
Can MCPin10 be used for data sources other than Yahoo Finance?
Yes, MCPin10 is designed as a flexible template to build MCP servers for various data sources.
Is MCPin10 compatible with multiple LLM providers?
Yes, it supports integration with models like OpenAI, Anthropic Claude, and Google Gemini via MCP protocol.
What license governs MCPin10?
MCPin10 is licensed under the MIT License, allowing free use and modification.
How do I extend MCPin10 for custom data?
Modify the server.py code to connect to your desired data source and expose it via MCP.
Does MCPin10 support real-time data updates?
Yes, it is designed to provide real-time financial data to LLMs through MCP.
Where can I find more documentation on Langflow used with MCPin10?
Visit https://docs.langflow.org/get-started-installation for Langflow installation and usage.