{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.0",
  "version": "1.0",
  "servers": [
    {
      "protocolVersion": "2025-06-18",
      "serverInfo": {
        "name": "visiq-public",
        "title": "VisIQ Public MCP",
        "version": "1.0.0",
        "description": "Read-only public discovery server for VisIQ (visiqlabs.com): overview, public pages, developer/API resources, and how agents authenticate. No credentials required.",
        "homepage": "https://visiqlabs.com"
      },
      "transport": { "type": "streamable-http", "url": "https://visiqlabs.com/mcp" },
      "authentication": { "required": false },
      "capabilities": { "tools": true, "resources": false, "prompts": false },
      "documentationUrl": "https://docs.visiqlabs.com"
    },
    {
      "protocolVersion": "2025-06-18",
      "serverInfo": {
        "name": "visiq-platform",
        "title": "VisIQ Platform MCP",
        "version": "1.0.0",
        "description": "Authenticated MCP server for operating the VisIQ product: view and author governance rules (ALLOW + RECALL), register and manage AI agents across frameworks, read decision outcomes and audit logs, inspect action schemas, respond to human-in-the-loop approvals, and tune settings. Requires a management-audience VisIQ API key as a Bearer token; every tool enforces the same RBAC permissions as the web app.",
        "homepage": "https://app.visiqlabs.com"
      },
      "transport": { "type": "streamable-http", "url": "https://app.visiqlabs.com/api/mcp" },
      "authentication": {
        "required": true,
        "scheme": "bearer",
        "token_type": "api_key",
        "key_type": "management",
        "instructions": "https://visiqlabs.com/auth.md"
      },
      "capabilities": { "tools": true, "resources": false, "prompts": false },
      "documentationUrl": "https://docs.visiqlabs.com"
    }
  ]
}
