📦
Sample Deep Research MCP
Example MCP server compatible with Deep Research
0 installs
63 stars
26 forks
Trust: 59 — Fair
Devtools
Installation
npx sample-deep-research-mcpAsk AI about Sample Deep Research MCP
Powered by Claude · Grounded in docs
I know everything about Sample Deep Research MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Cupcake MCP for Deep Research
This is a minimal example of a Deep Research style MCP server for searching and fetching cupcake orders.
Set up & run
Python setup:
python -m venv env
source env/bin/activate
pip install -r requirements.txt
Run the server:
python sample_mcp.py
The server will start on http://127.0.0.1:8000 using SSE transport.
Files
sample_mcp.py: Main server coderecords.json: Cupcake order data (must be present in the same directory)
