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.
-
list_filamentsList available print filaments.
-
list_filament_combosList curated filament colour combinations.
-
list_render_templatesList 3D configurator templates.
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.
-
manage_my_subscriptionPause, resume, or cancel a subscription.
Prefer the terminal?
The Makolate CLI is the terminal counterpart — same OAuth, scriptable from your shell.
Explore the CLI →