sample-deep-research-mcp
3.5
If you are the rightful owner of sample-deep-research-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Cupcake MCP for Deep Research is a minimal example of a Model Context Protocol server designed for searching and fetching cupcake orders.
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)