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.
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 mcp add --transport http makolate https://mcp.makolate.store/mcp {
"mcpServers": {
"makolate": {
"type": "http",
"url": "https://mcp.makolate.store/mcp"
}
}
} Tools
No login required.
-
list_productsList public products with optional filters.
-
get_productGet a single product by slug (optional currency/lang).
-
search_productsFull-text search the product catalog.
-
list_categoriesList public product categories.
-
list_filamentsList available print filaments.
-
list_filament_combosList curated filament colour combinations.
-
list_render_templatesList 3D configurator templates.
-
list_subscription_plansList public subscription plans.
-
get_subscription_planGet one subscription plan by slug.
Scoped to your account after consent.
-
list_my_ordersOrders placed by the authenticated customer.
-
get_my_orderOne order by id.
-
list_my_designsYour saved configurator designs.
-
list_my_subscriptionsYour active subscriptions.
-
get_my_subscriptionOne subscription by id.
-
manage_my_subscriptionPause, resume, or cancel a subscription.
-
list_my_qr_codesYour purchased QR / NFC pet-tag codes.
-
get_my_qr_codeOne QR code, including destination history.
-
update_my_qr_codeRe-point or label a purchased QR code.
-
list_my_addressesYour saved shipping addresses.
-
create_my_addressAdd a shipping address.
-
update_my_addressPatch a shipping address.
-
delete_my_addressRemove a shipping address.
Prefer the terminal?
The Makolate CLI is the terminal counterpart — same OAuth, scriptable from your shell.
Explore the CLI →