CrowCrowCrow is a customer storefront for authentic international imports (especially USA) sold in India. Checkout uses browser session auth and Razorpay — there is no public merchant API key for placing orders on behalf of third parties. For partner / wholesale access, contact support@crowcrowcrow.com.
When to use this integration pack
- Search, SEO, and AI assistants surfacing product discovery and brand facts.
- Developers building read-only tools (catalog, prices on PDP, reviews).
- Internal ops or approved partners (contact support@crowcrowcrow.com for B2B / wholesale).
Quick start — AI agents
The fastest way to plug us into an AI assistant is the public MCP server. See the dedicated MCP docs page for tool catalog, limits, and client setup snippets.
- MCP endpoint:
https://crowcrowcrow.com/api/mcp/mcp(Streamable HTTP, no auth) - MCP server card:
/.well-known/mcp/server-card.json - WebMCP descriptor:
/.well-known/webmcp.json
Canonical URLs
Production host: https://crowcrowcrow.com
Resources
AI agents & MCP
- MCP — public docs/mcp
Human-readable guide for the public storefront MCP — endpoints, tools, limits, Claude/Cursor setup.
- MCP server (Streamable HTTP)/api/mcp/mcp
Public read-only MCP — products.*, categories.*, blog.*, pages.* Anonymous, rate-limited.
- MCP descriptor (WebMCP)/.well-known/webmcp.json
Tool catalog, transport, auth, and rate-limit policy.
- MCP server card/.well-known/mcp/server-card.json
SEP-1649 metadata for the public MCP server.
- llms.txt/llms.txt
AI/LLM index of the product (llms.txt pattern).
- llms-full.txt/llms-full.txt
Long-form context in one file.
- Markdown home (GET /)/
Send header Accept: text/markdown; use ?mode=agent for a structured view.
- index.md/index.md
Static markdown summary of the storefront.
- NLWeb /ask/ask
JSON entry with start_urls and open_api link.
OpenAPI & docs
- OpenAPI 3.1/openapi.json
JSON endpoints: products, search suggestions, session.
- Service documentation/docs/api
Human-readable API and agent notes.
- OpenAI plugin manifest/.well-known/ai-plugin.json
Links to OpenAPI for tool-oriented clients.
- Machine-readable pricing/pricing.md
How pricing works (per-SKU, INR, fees).
Discovery standards
- API catalog (RFC 9727)/.well-known/api-catalog
Machine-readable catalog linking OpenAPI and docs.
- Agent discovery (JSON)/.well-known/agent.json
Name, URLs, and integration hints.
- A2A agent card/.well-known/agent-card.json
Agent-to-agent style capability card.
- OAuth protected resource (RFC 9728)/.well-known/oauth-protected-resource
Metadata for the /api resource server.
Crawlers & SEO
- Sitemap index/sitemap.xml
XML sitemaps for products and pages.
- Robots/robots.txt
Crawl policy and Content-Signal for AI use.
