{
  "name": "Believe Global — MCP servers",
  "description": "Model Context Protocol endpoints of Believe Global. believe-site-mcp lets agents operate the site (ask, request a diagnostic, apply to the partner program). maasy-brand-mcp queries the Brand Brain™: verifiable claims, named client cases, boundary conditions and the brand design system.",
  "icons": [{ "src": "https://believe-global.com/icon.svg", "mimeType": "image/svg+xml", "sizes": ["any"] }],
  "servers": [
    {
      "name": "believe-site-mcp",
      "title": "Believe Global — Site MCP",
      "icons": [{ "src": "https://believe-global.com/icon.svg", "mimeType": "image/svg+xml", "sizes": ["any"] }],
      "server_card": "https://believe-global.com/.well-known/mcp/server-card.json",
      "url": "https://believe-global.com/mcp",
      "transport": "http",
      "protocol": "json-rpc-2.0",
      "protocolVersion": "2025-06-18",
      "authentication": "none",
      "methods": ["initialize", "ping", "tools/list", "tools/call"],
      "tools": ["ask_brand", "request_diagnostic", "apply_partner_program"],
      "openapi": "https://believe-global.com/openapi.json"
    },
    {
      "name": "maasy-brand-mcp",
      "url": "https://mcp.maasy.ai",
      "transport": "http",
      "protocol": "json-rpc-2.0",
      "authentication": "api-key",
      "authentication_hint": "Send x-api-key or Authorization: Bearer <token>. Without one the server answers 401.",
      "methods": ["initialize", "tools/list", "tools/call"],
      "tools": ["query_brand", "get_design_md"]
    }
  ],
  "brand_profile": "https://believe-global.com/.well-known/brand.json",
  "agent_card": "https://believe-global.com/.well-known/agent-card.json",
  "openapi": "https://believe-global.com/openapi.json",
  "provider": {
    "organization": "Believe Global",
    "url": "https://believe-global.com"
  }
}
