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.

  • list_filaments

    List available print filaments.

  • list_filament_combos

    List curated filament colour combinations.

  • list_render_templates

    List 3D configurator templates.

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.

  • manage_my_subscription

    Pause, resume, or cancel a subscription.

Prefer the terminal?

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

Explore the CLI →