{
  "$schema": "https://modelcontextprotocol.io/schemas/mcp-discovery/v1.json",
  "webmcp": {
    "global": "window.mcp",
    "navigator": "navigator.modelContext",
    "describe": "window.mcp.describe()"
  },
  "name": "human-brand-mcp",
  "title": "Human Brand Communications Group",
  "description": "Public MCP server for Human Brand Communications Group. Exposes agency information, services, case studies, blog content, and a contact-inquiry tool to any MCP-compatible AI assistant.",
  "version": "0.1.0",
  "publisher": {
    "name": "Human Brand Communications Group",
    "url": "https://behuman.ca",
    "email": "info@behuman.ca"
  },
  "servers": [
    {
      "name": "human-brand",
      "url": "https://fpxvnrqtegryrpqbtlmd.supabase.co/functions/v1/mcp",
      "transport": "http",
      "authentication": "none"
    }
  ],
  "capabilities": {
    "tools": [
      { "name": "get_business_info", "description": "Address, hours, phone, email, and services overview for Human Brand." },
      { "name": "list_services", "description": "Branding, marketing, strategy, and CX service catalogue." },
      { "name": "list_case_studies", "description": "Featured client work with results and context." },
      { "name": "list_blog_posts", "description": "Published blog posts with slug, title, category, date, and excerpt." },
      { "name": "get_blog_post", "description": "Full content of a published blog post by slug." },
      { "name": "submit_contact_inquiry", "description": "Submit a contact inquiry to the Human Brand team." }
    ]
  },
  "documentation": "https://behuman.ca/mcp",
  "manifest": "https://behuman.ca/mcp/manifest.json"
}
