Skip to main content
Glama
McSheaD
by McSheaD

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

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

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