@wwumit/cha2a-mcp
v0.1.0
Published
CHA2A identity/trust/verification MCP server — resolve_number, query_trust, verify_credential, verify_agent_sig, lookup (read-only)
Downloads
93
Readme
@wwumit/cha2a-mcp
CHA2A identity/trust/verification MCP server — read-only tools backed by the cha2a registry (compliancehub.cn).
Tools (6, all read-only)
resolve_number— number → agent DID + trust level (addressing / trust gate)query_trust— DID → level L0-L4 + status / revocationverify_credential— verifiable evidence/credentials (audit trail)verify_agent_sig— outbound signature verification (anti-spoofing)lookup— DID → bound numbersverify_artifact— AI asset content integrity (fingerprint + endorsement + level + revocation, v0.3)
Usage
{
"mcpServers": {
"cha2a": {
"command": "npx",
"args": ["-y", "@wwumit/cha2a-mcp"],
"env": { "CHA2A_BASE": "https://compliancehub.cn" }
}
}
}Read-only boundary: no registration / revocation / billing operations. Registry remains the single source of truth.
Apache-2.0.
