{
  "name": "Penzefix.ai WebMCP",
  "description": "WebMCP tools for the Penzefix.ai advisor portal. Tools are session-gated, role-aware, and audited.",
  "homepage": "https://penzefix.ai/",
  "documentation": "https://penzefix.ai/navod-pro-poradce",
  "availability": "authenticated_portal_session",
  "security": {
    "authentication": "Penzefix.ai portal session",
    "authorization": "advisor/admin role guards",
    "audit": "tool invocation audit events"
  },
  "webmcp": {
    "config_endpoint": "https://penzefix.ai/api/portal/webmcp/config",
    "audit_endpoint": "https://penzefix.ai/api/portal/webmcp/audit",
    "public_origin": "https://penzefix.ai"
  },
  "tools": [
    {
      "namespace": "analysis",
      "description": "Read and inspect pension analysis outputs for authorized advisor workflows."
    },
    {
      "namespace": "portal",
      "description": "Work with authorized advisor portal data such as leads, jobs, analytics, and settings."
    }
  ]
}
