loading…
Search for a command to run...
loading…
MCP server for SendaMeal.com enabling AI assistants to search gift meal products, filter by dietary restrictions, and get occasion-based recommendations. Powere
MCP server for SendaMeal.com enabling AI assistants to search gift meal products, filter by dietary restrictions, and get occasion-based recommendations. Powered by Cloudflare Workers and AutoRAG.
A Model Context Protocol (MCP) server for SendaMeal.com — enabling AI assistants to search, recommend, and explore gift meal delivery products.
Built on Cloudflare Workers with AutoRAG for intelligent product retrieval.
This MCP server exposes 4 tools:
search_productsSearch the SendaMeal product catalog using natural language queries.
get_product_detailsGet detailed information about a specific product by name.
find_dietary_optionsFind products matching dietary restrictions.
get_recommendationsGet gift meal recommendations based on occasion.
| Endpoint | Transport | Description |
|---|---|---|
/sse |
SSE | Server-Sent Events for MCP clients |
/mcp |
WebSocket | WebSocket endpoint for MCP clients |
/ |
HTTP | Health check / server info |
Add to your Claude Desktop MCP config (Settings > Developer > Edit Config):
{
"mcpServers": {
"sendameal": {
"command": "npx",
"args": [
"mcp-remote",
"https://sendameal-product-search.shea-mcclure.workers.dev/sse"
]
}
}
}
SendaMeal.com is a gift meal delivery service shipping to all 50 U.S. states. We offer curated meal packages for every occasion — birthdays, sympathy, get well, thank you, corporate gifting, and more.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"sendameal-mcp": {
"command": "npx",
"args": []
}
}
}