{
  "$schema": "https://modelcontextprotocol.io/schemas/well-known-mcp.json",
  "name": "Chamber Pulse",
  "description": "AI member engagement intelligence platform for chambers of commerce. Connects to your chamber AMS (MC Trade, ChamberMaster, GrowthZone) and exposes a Claude Desktop interface to query members, engagement scores, drafts, and events.",
  "version": "1.0",
  "vendor": {
    "name": "Silverback CTO",
    "url": "https://silverbackcto.com",
    "contact": "todd@silverbackcto.com"
  },
  "server": {
    "url": "https://mcp.chamberpulse.io",
    "transport": "streamable_http",
    "specVersion": "2025-03-26"
  },
  "authentication": {
    "scheme": "bearer",
    "tokenIssuer": "Cognito User Pool (per tenant)",
    "registrationUrl": "https://chamberpulse.io/contact",
    "documentation": "https://chamberpulse.io/docs/mcp"
  },
  "tools": [
    {
      "name": "list_members",
      "description": "Filter members by engagement segment, tenure cohort, membership level, or last-activity window. Returns paginated list with engagement bucket and score.",
      "requiredRole": "viewer",
      "pricing": "Included with active tenant subscription"
    },
    {
      "name": "get_member",
      "description": "Full member detail: profile, registration history, sponsorship history, current engagement score and components.",
      "requiredRole": "viewer",
      "pricing": "Included with active tenant subscription"
    },
    {
      "name": "list_drafts",
      "description": "List pending re-engagement email drafts for the tenant, filterable by status and assignee.",
      "requiredRole": "viewer",
      "pricing": "Included with active tenant subscription"
    },
    {
      "name": "read_draft",
      "description": "Read a full email draft including AI-generated rationale and referenced events.",
      "requiredRole": "viewer",
      "pricing": "Included with active tenant subscription"
    },
    {
      "name": "list_events",
      "description": "Tenant's event catalog with registration counts.",
      "requiredRole": "viewer",
      "pricing": "Included with active tenant subscription"
    },
    {
      "name": "list_segments_summary",
      "description": "Counts and trends per engagement segment for the tenant.",
      "requiredRole": "viewer",
      "pricing": "Included with active tenant subscription"
    },
    {
      "name": "dispatch_draft",
      "description": "Send a re-engagement email draft through the same audited send path as the webapp.",
      "requiredRole": "operator",
      "pricing": "Included with active tenant subscription"
    },
    {
      "name": "skip_draft",
      "description": "Mark a draft as skipped with optional reason.",
      "requiredRole": "operator",
      "pricing": "Included with active tenant subscription"
    },
    {
      "name": "rescore_member",
      "description": "Force re-score for a specific member profile.",
      "requiredRole": "admin",
      "pricing": "Included with active tenant subscription"
    }
  ],
  "openApiSpec": "https://api.chamberpulse.io/openapi.json",
  "health": "https://api.chamberpulse.io/health",
  "changelog": "https://chamberpulse.io/changelog.json",
  "statusPage": "https://chamberpulse.io/status.json",
  "freeTier": {
    "available": false,
    "note": "Chamber Pulse requires an active tenant subscription. Free trial available on request via https://chamberpulse.io/contact"
  },
  "license": "Proprietary",
  "termsOfService": "https://chamberpulse.io/terms",
  "privacyPolicy": "https://chamberpulse.io/privacy"
}
