sendameal-mcp
SendaMeal MCP Server
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.
Tools
This MCP server exposes 4 tools:
search_products
Search the SendaMeal product catalog using natural language queries.
query (string, required): Search query for finding meal products
max_results (number, optional, default 10): Maximum number of results to return
get_product_details
Get detailed information about a specific product by name.
product_name (string, required): Name or search term for the specific product
find_dietary_options
Find products matching dietary restrictions.
dietary_restriction (string, required): Dietary restriction (e.g., "gluten-free", "vegan", "kosher", "dairy-free")
meal_type (string, optional): Meal type filter (e.g., "breakfast", "dinner", "dessert")
get_recommendations
Get gift meal recommendations based on occasion.
occasion (string, required): The occasion (e.g., "birthday", "sympathy", "get well", "thank you")
preferences (string, optional): Additional preferences or requirements
Related MCP server: Bible API MCP Server
Endpoints
Endpoint | Transport | Description |
| SSE | Server-Sent Events for MCP clients |
| WebSocket | WebSocket endpoint for MCP clients |
| HTTP | Health check / server info |
Connect with Claude Desktop
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"
]
}
}
}About SendaMeal
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.
License
MIT
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseDqualityDmaintenancefor shopify api interaction including product, customer, orderLast updated5801233MIT
- Flicense-qualityCmaintenanceA remote MCP server template for deployment on Cloudflare Workers without authentication. Provides a foundation for building custom MCP tools that can be accessed from Claude Desktop or Cloudflare AI Playground.Last updated
- Flicense-qualityDmaintenanceA Cloudflare Worker that transforms Cloudflare AI Search (AutoRAG) instances into an MCP server for querying documentation. It enables AI models to search and retrieve relevant information from custom document sets stored in R2 buckets.Last updated17
- -license-quality-maintenanceA production-ready MCP server for AI agents, providing deep web research and RAG capabilities via Cloudflare Workers.Last updated
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for AI dialogue using various LLM models via AceDataCloud
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/McSheaD/sendameal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server