mcpbeat Sign in

Moltline Shopify Prep MCP Server

answering

Moltline Shopify Prep is answering right now. Last checked 12 min ago. It exposes 6 tools.

Check a product CSV, handles, variant matrices and metafield keys. 4 of 6 free.

Uptime history 12 days of history · worst day 98%
12 days agonow
98.9%
Uptime 24h
90 of 91 checks
6
Tools
read from the server
299 ms
Response time
average over 24h
open, no key
Access
streamable-http

Moltline Shopify Prep does not always answer

Over the last week it answered 99.8% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add shopify --transport http https://mcp.moltlinestudio.com/shopify
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "shopify": {
      "url": "https://mcp.moltlinestudio.com/shopify"
    }
  }
}
~/.codex/config.toml
[mcp_servers.shopify]
url = "https://mcp.moltlinestudio.com/shopify"
.cursor/mcp.json
{
  "mcpServers": {
    "shopify": {
      "url": "https://mcp.moltlinestudio.com/shopify"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "shopify": {
      "url": "https://mcp.moltlinestudio.com/shopify"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

bulk
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. Typical input {"prices": [19.99, 24.5], "change_pct": 10, "charm_ending": ".99"} returns {"rows": [{"was": 19.99, "now": 21.99}, {"was": 24.5, "now": 26.99}], "total_was": 44.49, "total_now": 48.98, "uplift_pct": 10.09}. Use when repricing a catalogue before export. Not for what a price nets you after Shopify's fees — that is payout_estimate. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": "<what is wrong and how to fix it>"} (for example {"error": "prices must contain at least one price"}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.
metafield
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 definition time, usually after the rest of the import has already run. Typical input {"namespace": "custom", "key": "Care-Instructions"} returns {"ok": false, "problems": ["key: dashes and capitals are not allowed"], "suggested_key": "care_instructions"}. Use when designing metafields. Not for the CSV column that carries them — that is product_csv_check. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": "<what is wrong and how to fix it>"}. Every call is read-only and idempotent, so after correcting the input it is always safe to retry.
payout
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 {"gross": 10140.0, "fees": 330.06, "refunds": 405.6, "net_payout": 9404.34, "effective_fee_pct": 3.26}. Use for cash-flow planning. Not as an authoritative fee schedule: rates depend on your plan, country and card mix, so pass your own. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": "<what is wrong and how to fix it>"}. Every call is read-only and idempotent, so after correcting the input it is always safe to retry.
product
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 renamed. Typical input {"header_row": ["Handle", "Title", "Body (HTML)", "Variant Price"]} returns {"ok": false, "missing_required": [], "renamed": [{"found": "Handle", "use": "URL handle"}, ...], "unrecognised": [], "verdict": "..."}. Use before an import, on the header row alone. Not for whether the values in the rows are valid — check a handle with url_handle and a metafield key with metafield_key_check. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": "<what is wrong and how to fix it>"} (for example {"error": "header_row must contain at least one column name"}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.
url
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 Merino Wool Socks (2-Pack)"} returns {"handle": "mens-merino-wool-socks-2-pack", "valid": true, "changed": true, "collisions": []}. Use when generating handles for an import, or checking one you already have. Not for validating a whole header row — that is product_csv_check. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": "<what is wrong and how to fix it>"} (for example {"error": "title must not be empty"}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.
variant
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", "L"], "Colour": ["Black", "Navy"]}} returns {"option_count": 2, "variant_count": 6, "within_limits": true, "per_option": {"Size": 3, "Colour": 2}}. Use before building an import file, to find out whether the catalogue needs splitting into several products. Not for validating the resulting CSV's columns — that is product_csv_check. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": "<what is wrong and how to fix it>"} (for example {"error": "options must contain at least one option"}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.

Endpoints

URLTransportStateLatencyChecked
https://mcp.moltlinestudio.com/shopify streamable-http answering 439 ms 12 min ago

Alternatives to Moltline Shopify Prep

same job, measured the same way
Moltline Data Desk
by moltlinestudio

Paste-your-data analytics: CSV profiling, A/B tests, correlation, growth. 4 of 7 free.

7 tools answering
C
Store
by yaktool

Forecast a WooCommerce CSV import and migrate Shopify exports. 61 documented rules.

194 installs/wk local only
Waterfallbridge
by waterfallbridge

Explain why any KPI or rate metric changed: bridge/variance analysis by driver, from CSV/Excel.

45 installs/wk local only
DebugBundle
by debugbundle

DebugBundle MCP: runtime error reporting, incident response, health checks, and product analytics.

192 installs/wk local only
App Store Trends MCP
by trendsmcp

App Store and Play downloads and charts over time, Android uses bundle ID. Free key at trendsmcp.ai

3 tools answering
Kajabi
by kajabi

Manage Kajabi from any MCP client — products, pages, contacts, offers, emails, analytics.

answering
Lazyrelay MCP Server
by gosswerner1-max

Schedule social posts, check Proof-of-Publish status, pull analytics, and read mentions.

202 installs/wk local only
I
Munchausen Crypto Analytics
by munchausengrup

Crypto analytics via x402: free BTC/ETH/SOL prices, AI analysis and reports in USDC.

7 tools answering

Moltline Shopify Prep — questions

Answers built from our own checks of this server.

What can Moltline Shopify Prep do?
It exposes 6 tools, read directly from the server on our last check. Among them: bulk_price_change, metafield_key_check, payout_estimate, product_csv_check, url_handle, variant_matrix. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Moltline Shopify Prep working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 90 of 91 checks got a reply (98.9%), average response time 299 ms. The bar chart above shows every period we have measured.
How do I connect Moltline Shopify Prep?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Moltline Shopify Prep need an API key?
No. Moltline Shopify Prep completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Moltline Shopify Prep?
It answers our handshake in 299 ms on average, which is faster than 57% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.