{"id":"zenoxcare-agent","name":"ZenoXCare Agent","description":"Read-only agentic surface for ZenoXCare's clinician console + Verification Network. Tenant-scoped, eligibility-gated, redacted. Mirrors the MCP tool catalogue.","provider":{"name":"ZenoXCare","url":"https://zenoxcare.com"},"version":"1.0.0","endpoints":{"messages":"https://zenoxcare.com/api/public/a2a/messages","events":"https://zenoxcare.com/api/public/a2a/events"},"authentication":{"schemes":["bearer"],"setupUrl":"https://zenoxcare.com/network/api-keys"},"documentation":{"apiDocsUrl":"https://zenoxcare.com/api/public/openapi.json","landingUrl":"https://zenoxcare.com/for-developers","sandboxUrl":"https://zenoxcare.com/network/sandbox","inAppDocsUrl":"https://zenoxcare.com/network/docs"},"skills":[{"id":"verification-network-integration-status","name":"Read Verification Network integration status","description":"Returns whether the calling tenant has an active integration, when it was created, the last webhook test timestamp, and the count of subscribed events. Tenant-scoped.","tags":["verification","integration","read-only"],"mcpToolName":"verification_network.read_integration_status","inputSchema":{"type":"object","properties":{"callerRole":{"type":"string","description":"Caller role — must be 'partner'."},"callerEligibility":{"type":"array","description":"Caller eligibility — must include 'network'."}},"required":[]}},{"id":"verification-network-usage-summary","name":"Read Verification Network usage summary","description":"Returns current-period units, accrued cost, projected monthly total, quota and hard-cap state. Tenant-scoped.","tags":["verification","usage","billing","read-only"],"mcpToolName":"verification_network.read_usage_summary","inputSchema":{"type":"object","properties":{"callerRole":{"type":"string"},"callerEligibility":{"type":"array"}},"required":[]}},{"id":"verification-network-status-by-id","name":"Read a single verification status","description":"Returns the public-shape snapshot for one verification id (status, proof hash, OTP flags, timestamps). Collapses 404 + 403 to prevent enumeration.","tags":["verification","lookup","read-only"],"mcpToolName":"verification_network.read_verification_status","inputSchema":{"type":"object","properties":{"verificationId":{"type":"string","description":"Verification id (e.g. ver_xyz890)."},"callerRole":{"type":"string"},"callerEligibility":{"type":"array"}},"required":["verificationId"]}},{"id":"verification-network-sandbox-usage","name":"Read today's sandbox usage","description":"Returns today's per-endpoint sandbox-usage counts for the calling tenant — total + a per-endpoint breakdown across the small allow-list of sandbox paths. Drives developer-experience prioritisation.","tags":["verification","sandbox","usage","read-only"],"mcpToolName":"verification_network.read_sandbox_usage","inputSchema":{"type":"object","properties":{"callerRole":{"type":"string"},"callerEligibility":{"type":"array"}},"required":[]}},{"id":"clinician-setup-plan","name":"Read clinician onboarding setup plan","description":"Returns the deterministic setup plan for the calling clinician. Same plan that drives the in-app onboarding copilot. Includes ordered steps, ETAs, and deep-links to the relevant console pages.","tags":["clinician","onboarding","read-only"],"mcpToolName":"clinician.read_setup_plan","inputSchema":{"type":"object","properties":{"callerRole":{"type":"string"},"callerEligibility":{"type":"array"}},"required":[]}},{"id":"clinician-answer-setup-question","name":"Answer a clinician setup question","description":"Answer a single free-text setup question (e.g. 'what licence do I need?', 'how do I get paid?', 'how long does identity take?') using the deterministic intent router that powers the in-app copilot's offline / sub-millisecond race-winner path. Setup-only — never clinical advice. Returns the intent + body + optional CTA, or the next deterministic step when the question is out of scope.","tags":["clinician","onboarding","answer","read-only"],"mcpToolName":"clinician.answer_setup_question","inputSchema":{"type":"object","properties":{"question":{"type":"string","description":"≤ 280 characters. Setup-context only."},"callerRole":{"type":"string"},"callerEligibility":{"type":"array"}},"required":["question"]}},{"id":"facility-operator-kpi","name":"Read facility operator KPI snapshot","description":"Returns today's orders, today's revenue, pending+processing queue depth, and verified clinician count for the calling facility. Same snapshot the operator dashboard renders.","tags":["facility","operations","read-only"],"mcpToolName":"facility.read_operator_kpi","inputSchema":{"type":"object","properties":{"callerRole":{"type":"string"},"callerEligibility":{"type":"array"}},"required":[]}}]}