{
 "name": "com.sunsetmixing/site",
 "title": "Sunset site MCP",
 "description": "MCP tools for Sunset: site info, sitemap search and page reading, plus buying: list_products and create_checkout (the buyer pays on the Stripe-hosted checkout page). No authentication.",
 "websiteUrl": "https://sunsetmixing.com/",
 "version": "2026.09.15",
 "serverInfo": {
  "name": "Sunset site MCP",
  "version": "2026.09.15",
  "title": "Sunset site MCP"
 },
 "endpoint": "https://sunsetmixing.com/mcp",
 "transport": {
  "type": "streamable-http",
  "endpoint": "https://sunsetmixing.com/mcp"
 },
 "remotes": [
  {
   "type": "streamable-http",
   "url": "https://sunsetmixing.com/mcp",
   "authentication": {
    "type": "none"
   },
   "supportedProtocolVersions": [
    "2025-06-18",
    "2025-03-26",
    "2024-11-05"
   ]
  }
 ],
 "capabilities": {
  "tools": {
   "listChanged": false
  }
 },
 "tools": [
  {
   "name": "site_info",
   "description": "What Sunset (sunsetmixing.com) is, with links to its sitemap, docs, contact and every discovery document."
  },
  {
   "name": "search_pages",
   "description": "Find pages on sunsetmixing.com by words in their URL path (sitemap search). Returns URLs with a match score."
  },
  {
   "name": "read_page",
   "description": "Read one https://sunsetmixing.com page as Markdown (Cloudflare Markdown for Agents) or stripped text, up to 40,000 characters."
  },
  {
   "name": "list_products",
   "description": "Everything an agent can buy from Sunset, with Stripe-verified prices, billing terms, delivery and live availability."
  },
  {
   "name": "create_checkout",
   "description": "Start a purchase of one offer. Returns a continue_url: send the buyer there to pay on the Stripe-hosted checkout page. This tool does not charge anything."
  },
  {
   "name": "get_checkout",
   "description": "Read a checkout started with create_checkout."
  }
 ],
 "authentication": {
  "type": "none"
 },
 "documentation": "https://sunsetmixing.com/agent/skills/site-pages/SKILL.md"
}