Skip to main content
ClaudeWave
Ivansky1 avatar
Ivansky1

unlav-shopify-catalog-check-mcp

View on GitHub

Remote x402 MCP service for Shopify product CSV diagnostics

MCP ServersOfficial Registry0 stars0 forksUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/14/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Ivansky1/unlav-shopify-catalog-check-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "unlav-shopify-catalog-check-mcp": {
      "command": "node",
      "args": ["/path/to/unlav-shopify-catalog-check-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Ivansky1/unlav-shopify-catalog-check-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 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.
basecsvecommercemcp-servershopifyusdcx402

What people ask about unlav-shopify-catalog-check-mcp

What is Ivansky1/unlav-shopify-catalog-check-mcp?

+

Ivansky1/unlav-shopify-catalog-check-mcp is mcp servers for the Claude AI ecosystem. Remote x402 MCP service for Shopify product CSV diagnostics It has 0 GitHub stars and its last recorded update is dated 2026-09-13.

How do I install unlav-shopify-catalog-check-mcp?

+

You can install unlav-shopify-catalog-check-mcp by cloning the repository (https://github.com/Ivansky1/unlav-shopify-catalog-check-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Ivansky1/unlav-shopify-catalog-check-mcp safe to use?

+

Our security agent has analyzed Ivansky1/unlav-shopify-catalog-check-mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains Ivansky1/unlav-shopify-catalog-check-mcp?

+

Ivansky1/unlav-shopify-catalog-check-mcp is maintained by Ivansky1. The last recorded GitHub activity is dated 2026-09-13, with 0 open issues.

Are there alternatives to unlav-shopify-catalog-check-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy unlav-shopify-catalog-check-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Ivansky1/unlav-shopify-catalog-check-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ivansky1-unlav-shopify-catalog-check-mcp)](https://claudewave.com/repo/ivansky1-unlav-shopify-catalog-check-mcp)
<a href="https://claudewave.com/repo/ivansky1-unlav-shopify-catalog-check-mcp"><img src="https://claudewave.com/api/badge/ivansky1-unlav-shopify-catalog-check-mcp" alt="Featured on ClaudeWave: Ivansky1/unlav-shopify-catalog-check-mcp" width="320" height="64" /></a>