Makolate is in beta — thanks for your patience while we refine the experience.
makolate
Makolate MCP

Connect Makolate to your AI agent

A hosted Model Context Protocol server — anonymous discovery tools, plus OAuth-scoped tools for your own orders, designs and subscriptions.

Endpoint · Streamable HTTP
https://mcp.makolate.store/mcp

Connect your agent

Add the server to Claude Code in one command, or point any MCP client at the endpoint with this config. Authenticated tools trigger a one-time browser OAuth consent; anonymous discovery tools work with no login.

Claude Code
$ claude mcp add --transport http makolate https://mcp.makolate.store/mcp
Any MCP client (JSON)
{
  "mcpServers": {
    "makolate": {
      "type": "http",
      "url": "https://mcp.makolate.store/mcp"
    }
  }
}

Tools

Anonymous · discovery

No login required.

  • list_products

    List public products with optional filters.

  • get_product

    Get a single product by slug (optional currency/lang).

  • search_products

    Full-text search the product catalog.

  • list_categories

    List public product categories.

  • list_filaments

    List available print filaments.

  • list_filament_combos

    List curated filament colour combinations.

  • list_render_templates

    List 3D configurator templates.

  • list_subscription_plans

    List public subscription plans.

  • get_subscription_plan

    Get one subscription plan by slug.

Your data · OAuth

Scoped to your account after consent.

  • list_my_orders

    Orders placed by the authenticated customer.

  • get_my_order

    One order by id.

  • list_my_designs

    Your saved configurator designs.

  • list_my_subscriptions

    Your active subscriptions.

  • get_my_subscription

    One subscription by id.

  • manage_my_subscription

    Pause, resume, or cancel a subscription.

  • list_my_qr_codes

    Your purchased QR / NFC pet-tag codes.

  • get_my_qr_code

    One QR code, including destination history.

  • update_my_qr_code

    Re-point or label a purchased QR code.

  • list_my_addresses

    Your saved shipping addresses.

  • create_my_address

    Add a shipping address.

  • update_my_address

    Patch a shipping address.

  • delete_my_address

    Remove a shipping address.

Prefer the terminal?

The Makolate CLI is the terminal counterpart — same OAuth, scriptable from your shell.

Explore the CLI →