Skip to main content
Glama
icohangar-ops

@cubiczan/chp-mcp

@cubiczan/chp-mcp

icohangar-ops/cubiczan-chp-mcp MCP server

MCP-Installation mit einem Befehl für CHP Profile B Ausgaben-/Kapital-Gates.

MCP Registry npm Conformance

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-mcp

Cursor / Claude Desktop

{
  "mcpServers": {
    "chp": {
      "command": "npx",
      "args": ["-y", "@cubiczan/chp-mcp"]
    }
  }
}

Claude Code

claude mcp add chp -- npx -y @cubiczan/chp-mcp

Tools

Tool

Entspricht

Zweck

evaluate_spend_gate

evaluateGate

LOCKED / HITL_REQUIRED / BLOCKED + Claims + Content-Hash

approve_spend

approveHuman

Human-Lock bei HITL_REQUIRED (kann harte Fehlschläge nicht außer Kraft setzen)

chp_content_hash

contentHash

Float-bewusster kanonischer SHA-256

chp_version

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

@cubiczan/chp

Profile-B-Bibliothek (Abhängigkeit dieses Servers)

consensus-hardening-protocol

Profile A + normative Spezifikation

agent-conductor

Vollständiges MCP: Contracts, Skills, Profile-A-Gates

cubiczan-chp

Quellcode für @cubiczan/chp

Lizenz

MIT.

Install Server
A
license - permissive license
A
quality
C
maintenance

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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