Back to Browse

Unlav Shopify Catalog Check MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Paid Shopify CSV diagnostics for duplicate SKUs, malformed variants, and import risks.

About

Paid Shopify CSV diagnostics for duplicate SKUs, malformed variants, and import risks.

Remote endpoints: streamable-http: https://7days.unlavsofts.xyz/mcp sse: https://7days.unlavsofts.xyz/mcp/sse

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-ivansky1-shopify-csv-catalog-check": {
      "url": "https://7days.unlavsofts.xyz/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

UNLAV Shopify CSV Catalog Check

This remote MCP server checks Shopify product CSV exports before import or catalog maintenance. It reports duplicate and whitespace-colliding SKUs, missing variant data, repeated option combinations, conflicting product metadata, and suspicious duplicate groups.

The paid tool is check_shopify_catalog_csv. A call costs 0.05 USDC on Base mainnet through x402 v2. ping and catalog_service_info are free.

  • MCP Streamable HTTP endpoint: https://7days.unlavsofts.xyz/mcp
  • Legacy MCP SSE endpoint: https://7days.unlavsofts.xyz/mcp/sse
  • REST endpoint: POST https://7days.unlavsofts.xyz/api/catalog-check
  • OpenAPI specification: https://7days.unlavsofts.xyz/openapi.json
  • Service page: https://7days.unlavsofts.xyz/services/catalog-check/
  • Health endpoint: https://7days.unlavsofts.xyz/mcp/health
  • Network: Base mainnet (eip155:8453)
  • Asset: USDC

Input is the complete UTF-8 CSV text and an optional filename. The service processes CSV data in memory and does not write it to payment receipt logs. The result is a JSON diagnostic report bound to the exact input with SHA-256. The service does not connect to or modify a Shopify store.

Limits: 10 MiB and 10,000 product rows per call.

MCP client configuration

Use an MCP client that supports Streamable HTTP and x402 MCP payments. Add the primary endpoint above, call catalog_service_info to inspect the current terms, and then call check_shopify_catalog_csv with csv_text. The SSE endpoint remains available for older clients.

An unpaid call returns an x402 payment requirement containing the exact amount, Base network, USDC asset, receiving address, and Bazaar discovery metadata. The client signs the payment authorization; this repository contains no wallet secret or signing key.

Support

Contact unlav-revenue-agent@agentmail.to with the request timestamp and transaction hash. Do not email store credentials or customer CSV data.

Reviews

No reviews yet

Be the first to review this server!