Skip to main content
Glama

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

SSE

Server-Sent Events for MCP clients

/mcp

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    -
    quality
    C
    maintenance
    A 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
  • F
    license
    -
    quality
    D
    maintenance
    A 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 updated
    17
  • -
    license
    -
    quality
    -
    maintenance
    A production-ready MCP server for AI agents, providing deep web research and RAG capabilities via Cloudflare Workers.
    Last updated

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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