- Home
- MCP servers
- Cupcake
Cupcake
- python
0
GitHub Stars
python
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You run a Cupcake MCP Server that exposes two essential tools, search and fetch, so an MCP client can discover cupcake orders and retrieve full details. It streams updates via Server-Sent Events (SSE) and can be deployed to Wasmer Edge for global access or run locally on your machine.
How to use
Connect your MCP client to the Cupcake MCP Server to access two basic capabilities: search for cupcake orders and fetch full order details. When connected, you can request items by keywords (for example, a flavor or order note) and then pull precise information about a specific order by its ID. The server streams results over SSE, allowing real-time updates as you query.
How to install
Prerequisites you need before starting:
- Python 3.8+ (with pip)
- Network access to install dependencies
Step by step setup locally:
pip install -r requirements.txt
python server.py
Available tools
search
Searchs cupcake records by tokens extracted from the query and returns matching results with basic metadata.
fetch
Fetches a single cupcake order by ID and returns full details including optional URL and metadata.