Skip to main content
Glama
icohangar-ops

@cubiczan/chp-mcp

@cubiczan/chp-mcp

icohangar-ops/cubiczan-chp-mcp MCP server

Instalación de MCP con un solo comando para las compuertas de gasto / de capital de CHP Profile B.

MCP Registry npm Conformance

Envuelve a @cubiczan/chp para que Cursor, Claude Code o cualquier cliente MCP puedan llamar a evaluate_spend_gate sin necesidad de incluir el código del protocolo. Los resúmenes del motor coinciden con los vectores dorados normativos (Profile B 30/30).

Cómo encajan las piezas

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)
└───────────────────────────┘

Para AGENTS.md + habilidades + Profile A decision_gate / decision_adversary, usa agent-conductor en su lugar.

Related MCP server: Datashift MCP Server

Instalación

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

Herramientas

Herramienta

Equivale a

Propósito

evaluate_spend_gate

evaluateGate

LOCKED / HITL_REQUIRED / BLOCKED + claims + content hash

approve_spend

approveHuman

Bloqueo humano cuando HITL_REQUIRED (no puede anular fallos duros)

chp_content_hash

contentHash

SHA-256 canónico compatible con flotantes

chp_version

Versiones del servidor y del protocolo

Ejemplo — evaluar un gasto

// 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"]
  }
}

Relacionados

Paquete / repositorio

Rol

@cubiczan/chp

Biblioteca de Profile B (dependencia de este servidor)

consensus-hardening-protocol

Profile A + especificación normativa

agent-conductor

MCP completo: contratos, skills, compuertas de Profile A

cubiczan-chp

Código fuente de @cubiczan/chp

Licencia

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