← crowcrowcrow.com

INDIVIDUAL MCP TOOL

products.search

Keyword-search the published catalogue.

crowcrowcrow.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://crowcrowcrow.com/api/mcp/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: crowcrowcrow-storefront
Remote MCP URL: https://crowcrowcrow.com/api/mcp/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": {
    "crowcrowcrow-storefront": {
      "url": "https://crowcrowcrow.com/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • products.list — Browse the catalogue, optionally filtered by category.
  • products.get — Full product detail by slug or SKU (provide exactly one).
  • products.related — Related published products for a given slug.
  • categories.list — List the six top-level CrowCrowCrow categories with live product counts and PLP URLs.
  • categories.tree — Browse-path tree (deduplicated) for the published catalogue.
  • categories.brands — Top brands across the catalogue (or within a category if `category` is given).
  • blog.list — List published blog posts (newest first).
  • blog.get — Fetch a published blog post by slug.