Skip to main content
Glama
icohangar-ops

@cubiczan/chp-mcp

@cubiczan/chp-mcp

icohangar-ops/cubiczan-chp-mcp MCP server

CHP Profile B 지출/자본 게이트를 위한 원커맨드 MCP 설치.

MCP Registry npm Conformance

Cursor, Claude Code 또는 모든 MCP 클라이언트가 프로토콜 코드를 벤더링하지 않고 evaluate_spend_gate를 호출할 수 있도록 @cubiczan/chp를 래핑합니다. 엔진 다이제스트는 표준 골든 벡터(Profile B 30/30)와 일치합니다.

구성 요소의 관계

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

AGENTS.md + 스킬 + Profile A decision_gate / decision_adversary가 필요하면 agent-conductor를 대신 사용하세요.

Related MCP server: Datashift MCP Server

설치

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

도구

Tool

Maps to

Purpose

evaluate_spend_gate

evaluateGate

LOCKED / HITL_REQUIRED / BLOCKED + 클레임 + 콘텐츠 해시

approve_spend

approveHuman

HITL_REQUIRED 시 사람 잠금(하드 실패는 재정의 불가)

chp_content_hash

contentHash

부동소수점 인식 표준 SHA-256

chp_version

서버 + 프로토콜 버전

예시 — 지출 평가

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

관련 자료

Package / repo

Role

@cubiczan/chp

Profile B 라이브러리(이 서버의 의존성)

consensus-hardening-protocol

Profile A + 표준 사양

agent-conductor

전체 MCP: 계약, 스킬, Profile A 게이트

cubiczan-chp

@cubiczan/chp의 소스

라이선스

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