eCommerce
cookiesun.com
Provides an API to list, retrieve details, and search for CookieSun products, including allergens and pricing.
ENDPOINT 1
https://cookiesun.com/mcp
MCP server metadata
- Name
- CookieSun
- Version
- 1.0.0
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_productsList CookieSun products with id, name, allergen flags, and starting price.
Inferred read-onlyget_productGet full detail for one CookieSun product by id, including description, allergens, and purchasable packages with prices.
Inferred read-onlysearch_productsSearch the CookieSun catalog by free-text query and return matching products with prices.
Inferred read-onlyCONNECT 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.
cookiesun.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.