Cloud MCPcompliance
compliance
16 MCP tools on the Hanzo cloud door that call the compliance API.
The 16 tools tools/list names for compliance. Each dispatches to an operation in the compliance API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
get_v1_compliance_accreditation | GET /v1/compliance/accreditation | 1 | ListAccreditation returns the org's tracked accreditation-state records, newest first — evidence ent |
get_v1_compliance_accreditation_id | GET /v1/compliance/accreditation/{id} | 1 | GetAccreditation returns one tracked accreditation record. |
get_v1_compliance_audit | GET /v1/compliance/audit | 1 | AuditRead is the compliance-scoped read of the SHARED tamper-evident audit plane — the SOC 2 posture |
get_v1_compliance_health | GET /v1/compliance/health | 0 | Health reports subsystem liveness and the wired verification provider. |
get_v1_compliance_records | GET /v1/compliance/records | 1 | ListRecords is the unified compliance-record view for the org: its verifications and accreditation r |
get_v1_compliance_status | GET /v1/compliance/status | 0 | Status is the org's honest posture read: the wired provider and the per-status tally of its verifica |
get_v1_compliance_subjects | GET /v1/compliance/subjects | 1 | ListSubjects returns the org's subjects as PII-MINIMIZED summaries — no name or email, only whether |
get_v1_compliance_subjects_id | GET /v1/compliance/subjects/{id} | 1 | GetSubject returns one subject WITH its contact PII — the only surface that returns it, and only to |
get_v1_compliance_verifications | GET /v1/compliance/verifications | 1 | ListVerifications returns the org's KYC/KYB verifications, newest first — opaque subject references |
get_v1_compliance_verifications_id | GET /v1/compliance/verifications/{id} | 1 | GetVerification returns one verification — its opaque subject reference and provider-reported status |
post_v1_compliance_accreditation | POST /v1/compliance/accreditation | 7 | CreateAccreditation records an ASSERTED accreditation state for a subject — the subject's own assert |
post_v1_compliance_accreditation_id_decision | POST /v1/compliance/accreditation/{id}/decision | 2 | DecideAccreditation records an org reviewer's decision on an accreditation record — a reviewer confi |
post_v1_compliance_subjects | POST /v1/compliance/subjects | 4 | CreateSubject records a party the org is verifying as part of its own onboarding/compliance — a team |
post_v1_compliance_verifications | POST /v1/compliance/verifications | 5 | StartVerification begins a KYC/KYB verification of a subject through the wired provider — an existin |
post_v1_compliance_verifications_id_decision | POST /v1/compliance/verifications/{id}/decision | 2 | DecideVerification records a privileged reviewer's MANUAL decision on a verification — the human-in- |
post_v1_compliance_verifications_id_refresh | POST /v1/compliance/verifications/{id}/refresh | 1 | RefreshVerification polls the wired provider for its current decision and records it, ATTRIBUTED to |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).
How is this guide?