{
 "name": "continuum.blacklabelbots.com/site",
 "title": "Black Label Continuum site MCP",
 "description": "Read-only MCP tools for Black Label Continuum: site info, sitemap search and page reading. No authentication.",
 "websiteUrl": "https://continuum.blacklabelbots.com/",
 "version": "2026.09.15",
 "serverInfo": {
  "name": "Black Label Continuum site MCP",
  "version": "2026.09.15",
  "title": "Black Label Continuum site MCP"
 },
 "endpoint": "https://continuum.blacklabelbots.com/agent/mcp",
 "transport": {
  "type": "streamable-http",
  "endpoint": "https://continuum.blacklabelbots.com/agent/mcp"
 },
 "remotes": [
  {
   "type": "streamable-http",
   "url": "https://continuum.blacklabelbots.com/agent/mcp",
   "authentication": {
    "type": "none"
   },
   "supportedProtocolVersions": [
    "2025-06-18",
    "2025-03-26",
    "2024-11-05"
   ]
  }
 ],
 "capabilities": {
  "tools": {
   "listChanged": false
  }
 },
 "tools": [
  {
   "name": "site_info",
   "description": "What Black Label Continuum (continuum.blacklabelbots.com) is, with links to its sitemap, docs, contact and every discovery document."
  },
  {
   "name": "search_pages",
   "description": "Find pages on continuum.blacklabelbots.com by words in their URL path (sitemap search). Returns URLs with a match score."
  },
  {
   "name": "read_page",
   "description": "Read one https://continuum.blacklabelbots.com page as Markdown (Cloudflare Markdown for Agents) or stripped text, up to 40,000 characters."
  }
 ],
 "authentication": {
  "type": "none"
 },
 "documentation": "https://continuum.blacklabelbots.com/agent/connect.md"
}