← Registry

eCommerce

cookiesun.com

Provides an API to list, retrieve details, and search for CookieSun products, including allergens and pricing.

1 endpoint3 known toolsFirst detected July 5, 2026Last detected September 27, 2026

ENDPOINT 1

https://cookiesun.com/mcp

No auth detected

MCP server metadata

Name
CookieSun
Version
1.0.0
Capabilities
toolsresourcesexperimental.apps
Server instructions

Read-only CookieSun catalog tools. Use list_products / search_products to browse and get_product for detail. Ordering requires OAuth (see https://cookiesun.com/auth.md).

Known tools 3

list_products

List CookieSun products with id, name, allergen flags, and starting price.

Inferred read-only
get_product

Get full detail for one CookieSun product by id, including description, allergens, and purchasable packages with prices.

Inferred read-only
search_products

Search the CookieSun catalog by free-text query and return matching products with prices.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for cookiesun.com was fetched 2026-07-27T08:43:21.853Z and is being refreshed.

Trust status Neutral

cookiesun.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.