MCP in 10 Minutes
@nicknochnack
关于 MCP in 10 Minutes
Build a MCP Server for Yahoo Finance in 10 minutes.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP in 10 Minutes?
A tutorial repository that teaches how to build a Model Context Protocol (MCP) server for Yahoo Finance in about ten minutes. It is intended for developers who want to learn MCP server creation quickly.
How to use MCP in 10 Minutes?
Clone the repository (git clone https://github.com/nicknochnack/MCPin10 and cd MCPin10), create a virtual environment with uv venv and activate it (source .venv/bin/activate), install dependencies with uv sync, then run the inspector (uv run mcp dev server.py) or run the agent (uv run agent.py). Additionally, you can install and run Langflow (uv pip install langflow then uv run langflow run). Ensure Ollama is running beforehand.
Key features of MCP in 10 Minutes
- Step-by-step guide to building an MCP server
- Integrates with Yahoo Finance data source
- Uses
uvfor environment and dependency management - Includes a built-in MCP inspector for testing
- Includes a sample agent script
- Optionally integrates with Langflow for visual workflows
Use cases of MCP in 10 Minutes
- Learning the Model Context Protocol in under an hour
- Quickly prototyping an MCP server for financial data
- Experimenting with agents that query Yahoo Finance
- Setting up a development sandbox for MCP tool creation
FAQ from MCP in 10 Minutes
What does MCP in 10 Minutes do?
It is a tutorial repository that shows you how to build an MCP server for Yahoo Finance quickly.
What are the dependencies?
You need uv for environment and package management, Python, and Ollama (must be running). Langflow is optional.
How do I run the inspector?
Run uv run mcp dev server.py from the project directory with the virtual environment activated.
Do I need Ollama?
Yes, the tutorial expects Ollama to be running. The README explicitly says "Make sure you have ollama running."
What is the license?
This project is licensed under the MIT License.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论