1. Conduid
  2. Developer Tools
  3. Magic Meal Kits
MCP server · Developer Tools

Magic Meal Kits

Unleash Make's Full Potential by [Magic Meal Kits](https://make.magicmealkits.com/)

Unclaimed last commit a year ago automation
37Low

Scored 6 days ago · breakdown

About Magic Meal Kits

Magic Meal Kits is an MCP server published by pureugong in the Developer Tools category: unleash Make's Full Potential by [Magic Meal Kits](https://make.magicmealkits.com/). It has been installed 0 times through Conduid.

The repository has 1 stars and 2 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mmk-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Magic Meal Kits

Powered by Claude · Grounded in docs

I know everything about Magic Meal Kits. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.0.18v1.0.18
v1.0.17v1.0.17
v1.0.16v1.0.16
v1.0.12v1.0.12
v1.0.11v1.0.11

README

Magic Meal Kits

Magic Meal Kits MCP Server

smithery badge

A Model Context Protocol server for Magic Meal Kits that provides server version information as a tool for AI assistants.

How It Works

The MCP server:

  • Connects to your Magic Meal Kits API
  • Enables AI assistants to check the Magic Meal Kits server version
  • Returns structured responses with version information
  • Follows secure authentication practices using API keys

Benefits

  • Check Magic Meal Kits server version programmatically through natural language requests
  • Maintain a clean separation between your API backend and AI integration

Usage with Claude Desktop

Prerequisites

  • NodeJS
  • MCP Client (like Claude Desktop App)
  • Magic Meal Kits API Key

Installation

Installing via Smithery

To install mmk-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @pureugong/mmk-mcp --client claude

Global Installation (Optional)

You can install the package globally using npm:

npm install -g mmk-mcp

Current version: 1.0.17

Claude Desktop Configuration

To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:

{
    "mcpServers": {
        "magic-meal-kits": {
            "command": "npx",
            "args": ["-y", "mmk-mcp"],
            "env": {
                "MMK_API_KEY": "<your-api-key>",
                "MMK_API_BASE_URL": "<your-api-base-url>"
            }
        }
    }
}
  • MMK_API_KEY - Your Magic Meal Kits API key
  • MMK_API_BASE_URL - The base URL for your Magic Meal Kits API

Development

  1. Clone this repository from https://github.com/pureugong/mmk-mcp
  2. Create a .env file based on .env.example
  3. Install dependencies: npm install
  4. Build the project: npm run build
  5. Run the server: npm start

Available Tools

Tool Name Description Parameters
magic_meal_kits_server_version Check the Magic Meal Kits server version No parameters required

Debugging

Running the MCP Server Directly

For debugging purposes, you can run the MCP server directly to see console output and any errors:

  1. Create a .env file in the project root with all required environment variables:
MMK_API_KEY=your-api-key
MMK_API_BASE_URL=https://magic-meal-kits-isjxytikta-uw.a.run.app
  1. Run the server directly:
# Using the enhanced debug script:
npm run debug

# Or if installed globally:
mmk-mcp
  1. In another terminal, you can test the server using the MCP Inspector tool:
# Install the MCP Inspector
npm install -g @modelcontextprotocol/inspector

# Connect to your running MCP server
npx @modelcontextprotocol/inspector stdio -c "node" -a "build/src/index.js"

# Or if you've installed the inspector globally:
mcp-inspector stdio -c "node" -a "build/src/index.js"

This will open an interactive inspector where you can test the MCP tools and view responses from the server.

Troubleshooting

If you encounter issues with the MCP server, here are some common solutions:

Server Does Not Support Tools Error

If you see an error like Error: Server does not support tools (required for tools/call), make sure you're using version 1.0.11 or later.

To update to the latest version, run:

npm install -g mmk-mcp@latest

README mirrored from the source repository 6 days ago. The original is authoritative.

Questions

About Magic Meal Kits

How do I install Magic Meal Kits?

Run npx mmk-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Magic Meal Kits safe to use with an AI agent?

Its trust score is 37 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Magic Meal Kits still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.