Skip to content
Back to search
100
MCP live MCP 2025-11-25

mcp.moltlinestudio.com

mcp.moltlinestudio.com/shopify

MCP endpoint submitted at 2026-08-20T08:53:39+00:00

Uptime
100.0%
1 direct probes · 30d
Response
882ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

product_csv_check

Check a product CSV's header row against Shopify's current columns. FREE. Catches the failure that wastes the most time: a template copied from an out-of-date guide, using column names Shopify rename…

url_handle

Turn a product title into a valid, unique Shopify URL handle. FREE. Shopify handles are lowercase, may contain letters, numbers and dashes, and may not contain spaces. Typical input {"title": "Men's …

variant_matrix

Count the variants a set of options produces, and flag the ceilings. FREE. Option counts multiply, so three modest lists become a number nobody intended. Typical input {"options": {"Size": ["S", "M",…

metafield_key_check

Validate a metafield namespace and key before you define it. FREE. Shopify metafield namespaces and keys are lowercase alphanumerics and underscores; a capital letter or a dash is rejected at definit…

bulk_price_change

Apply one pricing rule across a list of prices and show the effect. PREMIUM (license). Percentage first, then the flat amount, then rounding — stated explicitly because the order changes the answer. …

payout_estimate

Estimate what actually lands in the bank after processing fees. PREMIUM (license). Typical input {"order_total": 84.5, "fee_pct": 2.9, "fee_fixed": 0.3, "orders": 120, "refund_rate_pct": 4} returns {…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp.moltlinestudio.com": {
      "url": "https://mcp.moltlinestudio.com/shopify",
      "transport": "http"
    }
  }
}