@cubiczan/chp-mcp
Related Servers
Alternatives to @cubiczan/chp-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients to evaluate CHP Profile B capital gates, including spend/mandate decisions, human-approval workflows, canonical JSON hashing, and signed audit ledger records.24 npmMIT
- FlicenseNot gradedqualityDmaintenanceProvides MCP tools to enforce spend policies (allow, deny, step-up, allowlist) on agent wallets with an immutable audit trail.-
- AlicenseAqualityAmaintenanceEnables MCP clients to evaluate spend gates and manage human-in-the-loop approvals for CHP Profile B.432 npmMIT

vantic-mcpofficial
AlicenseNot gradedqualityBmaintenanceEnables MCP hosts to verify agent spending mandates and receipts, providing stateless tools for authorization, chain verification, credential verification, and DID resolution.Apache 2.0- AlicenseBqualityCmaintenanceEnforces consensus-hardened tool approval with HMAC-signed receipts, policy gates, and host-bound argument checks for MCP clients.1232 npmMIT
- AlicenseAqualityBmaintenanceDefault-deny action registry, append-only spend ledger, and human sign-off audit trail (MCP tools).6MIT
TDQS
Scored across 12 tools
Most tools occupy distinct lifecycle stages, but the authorization/receipt cluster—request_authorization, approve_spend, issue_approval_receipt, authorize_tool_call—has enough overlap that an agent could choose the wrong entry point without careful reading. The two evaluate_* tools also require close attention to distinguish spend-gate evaluation from general tool-approval evaluation.
The set is predominantly snake_case verb_noun with a recognizable vocabulary: evaluate_spend_gate, issue_approval_receipt, place_equity_order, and inspect_audit_ledger all follow the pattern. Minor deviations are the noun-style chp_content_hash and chp_version utilities, plus the slightly awkward wire_treasury_transfer.
Twelve tools is within the ideal range and each supports a distinct part of the CHP flow: evaluate, request/approve/issue, authorize, execute, and audit. It is slightly heavy relative to only three reference action tools, but not bloated for a protocol-focused server.
The evaluate-to-approve/deny-to-receipt-to-authorize-to-execute-to-audit lifecycle is well covered, including denial logging and replay/expiry checks. Minor gaps include no receipt revocation or pending-approval listing, but these do not break the stated CHP Profile B scope.