← Registry

General Tools

makolate.store

Provides general-purpose tools through the Model Context Protocol.

1 endpoint10 known toolsFirst detected August 5, 2026Last detected August 5, 2026

ENDPOINT 1

https://mcp.makolate.store/mcp

No auth detected

MCP server metadata

Name
makolate-mcp
Version
0.1.0
Capabilities
tools.listChanged

Known tools 10

list_products

List public Makolate products with optional filters.

Inferred read-only
get_product

Get a single Makolate product by slug.

Inferred read-only
list_filaments

List available print filaments (material, color, etc.).

Inferred read-only
list_filament_combos

List curated filament colour combinations for products.

Inferred read-only
list_render_templates

List available 3D product templates for the Makolate configurator.

Inferred read-only
list_my_orders

Orders placed by the authenticated customer.

Inferred read-only
get_my_order

One order by id for the authenticated customer.

Inferred read-only
list_my_designs

Saved configurator designs for the authenticated customer.

Inferred read-only
list_my_subscriptions

Active subscriptions for the authenticated customer.

Inferred read-only
manage_my_subscription

Pause, resume, or cancel a subscription.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for makolate.store was fetched 2026-08-24T02:31:33.617Z.

Trust status Trusted

makolate.store is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.