{
  "name": "bfd-cms-mcp",
  "version": "0.3.0",
  "status": "ok",
  "transport": "streamable_http",
  "auth": "clerk-oauth",
  "scope": "cms.admin",
  "capabilities": {
    "tools": true,
    "prompts": true,
    "resources": true
  },
  "safety": {
    "defaultWriteMode": "draft-only",
    "explicitPublishTools": [
      "cms_publish"
    ],
    "explicitUnpublishTools": [
      "cms_unpublish"
    ],
    "destructiveTools": [
      "cms_delete"
    ],
    "operatorOnlyHidden": "Content types whose mcpVisibility is 'operator-only' return a structured hidden error from every tool."
  },
  "endpoints": {
    "root": "https://cms-mcp-poweradvice.healthspanwealth.com/",
    "mcp": "https://cms-mcp-poweradvice.healthspanwealth.com/mcp",
    "authorize": "https://cms-mcp-poweradvice.healthspanwealth.com/authorize",
    "callback": "https://cms-mcp-poweradvice.healthspanwealth.com/callback",
    "token": "https://cms-mcp-poweradvice.healthspanwealth.com/token",
    "register": "https://cms-mcp-poweradvice.healthspanwealth.com/register",
    "protectedResourceMetadata": "https://cms-mcp-poweradvice.healthspanwealth.com/.well-known/oauth-protected-resource",
    "authorizationServerMetadata": "https://cms-mcp-poweradvice.healthspanwealth.com/.well-known/oauth-authorization-server"
  },
  "tools": {
    "read": [
      "cms_get_overview",
      "cms_list",
      "cms_get"
    ],
    "draftWrites": [
      "cms_create",
      "cms_update",
      "cms_media_generate_image"
    ],
    "liveState": [
      "cms_publish",
      "cms_unpublish"
    ],
    "destructive": [
      "cms_delete"
    ]
  },
  "prompts": [
    {
      "name": "cms-safe-draft-editing",
      "description": "Default operating guidance for editing CMS content without making it live accidentally."
    },
    {
      "name": "cms-content-edit-workflow",
      "description": "A guided draft-first workflow for any content type: read state, edit drafts, publish intentionally."
    },
    {
      "name": "cms-release-checklist",
      "description": "A release checklist for any registered content type before flipping draft → live."
    },
    {
      "name": "cms-image-generation-workflow",
      "description": "Layout/style/preset guidance for the cms_media_generate_image tool."
    }
  ],
  "resources": {
    "docs": [
      {
        "uri": "bfdcms://docs/overview",
        "name": "CMS MCP Overview",
        "description": "What this MCP exposes and how it maps to the property's CMS.",
        "mimeType": "text/markdown"
      },
      {
        "uri": "bfdcms://docs/safe-writes",
        "name": "CMS Safe Writes",
        "description": "The draft/live model and which operations make content public.",
        "mimeType": "text/markdown"
      },
      {
        "uri": "bfdcms://docs/tool-catalog",
        "name": "CMS Tool Catalog",
        "description": "Grouped summary of the seven generic content-type tools.",
        "mimeType": "text/markdown"
      },
      {
        "uri": "bfdcms://docs/image-generation",
        "name": "CMS Image Generation",
        "description": "How to use cms_media_generate_image well — layouts, style presets, prompt discipline. READ before calling the tool.",
        "mimeType": "text/markdown"
      },
      {
        "uri": "bfdcms://docs/image-styles",
        "name": "CMS Image Style Presets (machine-readable)",
        "description": "The canonical style-preset catalog with their full prompt-injection strings.",
        "mimeType": "application/json"
      },
      {
        "uri": "bfdcms://docs/image-layouts",
        "name": "CMS Image Layouts (machine-readable)",
        "description": "The canonical layout catalog with aspect ratios and mobile-collapse rules.",
        "mimeType": "application/json"
      }
    ]
  },
  "notes": [
    "After tool-surface deployments, reconnect the MCP server or start a new session so clients reload tools, prompts, and resources."
  ]
}