← ucpchecker.com

INDIVIDUAL MCP TOOL

search-all

Search for products across all verified UCP stores at once.

ucpchecker.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: ucpchecker-com
Remote MCP URL: https://ucpchecker.com/mcp

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list-stores — List verified UCP stores, optionally filtered by category and minimum score.
  • list-categories — List all available store categories with store counts.
  • check-domain — Check if a domain supports Universal Commerce Protocol (UCP).
  • discover-store — Discover available shopping tools on a UCP-enabled store.
  • search-catalog — Search for products on any UCP-enabled Shopify store.
  • search-policies — Search store policies on any UCP-enabled Shopify store.
  • get-product-details — Get full product details including variant IDs from a UCP-enabled store.
  • add-to-cart — Add a product to cart on any UCP-enabled Shopify store and get a checkout URL.