LIVE ENDPOINT
https://mcp.makolate.store/mcp
Connect to this endpoint to inspect the live schema for get_product and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.makolate-mcp]
url = "https://mcp.makolate.store/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"makolate-mcp": {
"type": "http",
"url": "https://mcp.makolate.store/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: makolate-mcp
Remote MCP URL: https://mcp.makolate.store/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"makolate-mcp": {
"url": "https://mcp.makolate.store/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"makolate-mcp": {
"type": "http",
"url": "https://mcp.makolate.store/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "makolate-mcp",
"transport": "streamable-http",
"url": "https://mcp.makolate.store/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_products— List public Makolate products with optional filters.list_filaments— List available print filaments (material, color, etc.).list_filament_combos— List curated filament colour combinations for products.list_render_templates— List available 3D product templates for the Makolate configurator.list_my_orders— Orders placed by the authenticated customer.get_my_order— One order by id for the authenticated customer.list_my_designs— Saved configurator designs for the authenticated customer.list_my_subscriptions— Active subscriptions for the authenticated customer.