← moltlinestudio.com

INDIVIDUAL MCP TOOL

product_csv_check

Check a product CSV's header row against Shopify's current columns.

moltlinestudio.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.moltlinestudio.com/shopify

No auth detected

Connect to this endpoint to inspect the live schema for product_csv_check 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

moltlinestudio.com

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.moltline-shopify]
url = "https://mcp.moltlinestudio.com/shopify"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-shopify": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/shopify"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-shopify
Remote MCP URL: https://mcp.moltlinestudio.com/shopify

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": {
    "moltline-shopify": {
      "url": "https://mcp.moltlinestudio.com/shopify"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-shopify": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/shopify"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-shopify",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/shopify"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • url_handle — Turn a product title into a valid, unique Shopify URL handle.
  • variant_matrix — Count the variants a set of options produces, and flag the ceilings.
  • metafield_key_check — Validate a metafield namespace and key before you define it.
  • bulk_price_change — Apply one pricing rule across a list of prices and show the effect.
  • payout_estimate — Estimate what actually lands in the bank after processing fees.