@cubiczan/chp-mcp
@cubiczan/chp-mcp
MCP-Installation mit einem Befehl für CHP Profile B Ausgaben-/Kapital-Gates.
Kapselt @cubiczan/chp ein, sodass Cursor,
Claude Code oder jeder MCP-Client evaluate_spend_gate aufrufen kann, ohne
Protokollcode einzubinden. Die Engine-Digests stimmen mit den normativen goldenen Vektoren
überein (Profile B 30/30).
Wie die Teile zusammenpassen
MCP client (Cursor / Claude / …)
│ tools/call
▼
┌───────────────────────────┐
│ MCP server (transport) │ ← you are here (@cubiczan/chp-mcp)
│ evaluate_spend_gate │
│ approve_spend │
│ chp_content_hash │
└─────────────┬─────────────┘
│ depends on
▼
┌───────────────────────────┐
│ Published CHP packages │
│ npm: @cubiczan/chp (Profile B)
│ PyPI: consensus-hardening-protocol (Profile A)
└───────────────────────────┘Für AGENTS.md + Skills + Profile A decision_gate / decision_adversary verwenden Sie
stattdessen agent-conductor.
Related MCP server: Datashift MCP Server
Installation
npm install -g @cubiczan/chp-mcp
# or one-shot
npx -y @cubiczan/chp-mcpCursor / Claude Desktop
{
"mcpServers": {
"chp": {
"command": "npx",
"args": ["-y", "@cubiczan/chp-mcp"]
}
}
}Claude Code
claude mcp add chp -- npx -y @cubiczan/chp-mcpTools
Tool | Entspricht | Zweck |
|
| LOCKED / HITL_REQUIRED / BLOCKED + Claims + Content-Hash |
|
| Human-Lock bei HITL_REQUIRED (kann harte Fehlschläge nicht außer Kraft setzen) |
|
| Float-bewusster kanonischer SHA-256 |
| — | Server- und Protokollversionen |
Beispiel — eine Ausgabe bewerten
// tools/call evaluate_spend_gate
{
"action": { "action": "LONG", "asset": "ETH", "notional": 300, "confidence": 0.9 },
"policy": {
"max_notional": 500,
"daily_cap": 2500,
"hitl_threshold": 250,
"min_confidence": 0.55,
"allowed_actions": ["LONG", "SHORT"]
}
}Verwandtes
Package / Repo | Rolle |
Profile-B-Bibliothek (Abhängigkeit dieses Servers) | |
Profile A + normative Spezifikation | |
Vollständiges MCP: Contracts, Skills, Profile-A-Gates | |
Quellcode für |
Lizenz
MIT.
Related MCP Servers
- FlicenseAqualityAmaintenanceGovernance/control plane for MCP-enabled coding-agent workflows with validation, findings, approvals, budgets, and proof bundles.5511

Datashift MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to submit tasks for human or AI review and receive decisions via MCP tools, adding human review checkpoints to workflows.MIT- FlicenseNot gradedqualityDmaintenanceManages agentic workflow spend through budget quotes, policy gates, approvals, receipts, and cost evidence exports.
- FlicenseNot gradedqualityCmaintenanceProvides MCP tools to enforce spend policies (allow, deny, step-up, allowlist) on agent wallets with an immutable audit trail.
Related MCP Connectors
Paid remote MCP for AI Studio Workspace approval gate MCP, structured receipts, audit logs, and revi
Paid remote MCP for Veo 4 credit waste gate MCP, structured receipts, audit logs, and reviewer-ready
Remote MCP for AI Studio Android release gate MCP, structured receipts, audit logs, and reviewer-rea
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/icohangar-ops/cubiczan-chp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server