Skip to main content
ClaudeWave

MCP server for CHP Profile B spend/capital gates (npx @cubiczan/chp-mcp)

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: NPX · @cubiczan/chp-mcp
Claude Code CLI
claude mcp add cubiczan-chp-mcp -- npx -y @cubiczan/chp-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "cubiczan-chp-mcp": {
      "command": "npx",
      "args": ["-y", "@cubiczan/chp-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# `@cubiczan/chp-mcp`

[![icohangar-ops/cubiczan-chp-mcp MCP server](https://glama.ai/mcp/servers/icohangar-ops/cubiczan-chp-mcp/badges/score.svg)](https://glama.ai/mcp/servers/icohangar-ops/cubiczan-chp-mcp)


One-command MCP install for **CHP Profile B** spend / capital gates.

[![MCP Registry](https://img.shields.io/badge/MCP_Registry-io.github.icohangar--ops%2Fchp--mcp-00C4B4)](https://registry.modelcontextprotocol.io)
[![npm](https://img.shields.io/npm/v/@cubiczan/chp-mcp)](https://www.npmjs.com/package/@cubiczan/chp-mcp)
[![Conformance](https://img.shields.io/badge/CHP_Profile_B-30%2F30-brightgreen)](https://github.com/icohangar-ops/cubiczan-chp)

Wraps [`@cubiczan/chp`](https://www.npmjs.com/package/@cubiczan/chp) so Cursor,
Claude Code, or any MCP client can call `evaluate_spend_gate` without vendoring
protocol code. Engine digests match the normative golden vectors
(**Profile B 30/30**).

## How the pieces fit

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

For AGENTS.md + skills + Profile A `decision_gate` / `decision_adversary`, use
[agent-conductor](https://github.com/icohangar-ops/agent-conductor) instead.

## Install

```bash
npm install -g @cubiczan/chp-mcp
# or one-shot
npx -y @cubiczan/chp-mcp
```

### Cursor / Claude Desktop

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

### Claude Code

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

## Tools

| Tool | Maps to | Purpose |
|------|---------|---------|
| `evaluate_spend_gate` | `evaluateGate` | LOCKED / HITL_REQUIRED / BLOCKED + claims + content hash |
| `approve_spend` | `approveHuman` | Human lock when HITL_REQUIRED (cannot override hard fails) |
| `chp_content_hash` | `contentHash` | Float-aware canonical SHA-256 |
| `chp_version` | — | Server + protocol versions |

### Example — evaluate a spend

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

## Related

| Package / repo | Role |
|----------------|------|
| [`@cubiczan/chp`](https://www.npmjs.com/package/@cubiczan/chp) | Profile B library (this server’s dependency) |
| [`consensus-hardening-protocol`](https://pypi.org/project/consensus-hardening-protocol/) | Profile A + normative spec |
| [agent-conductor](https://github.com/icohangar-ops/agent-conductor) | Full MCP: contracts, skills, Profile A gates |
| [cubiczan-chp](https://github.com/icohangar-ops/cubiczan-chp) | Source for `@cubiczan/chp` |

## Licence

MIT.
chpclaudecursorgovernancemcpmodel-context-protocol

What people ask about cubiczan-chp-mcp

What is icohangar-ops/cubiczan-chp-mcp?

+

icohangar-ops/cubiczan-chp-mcp is mcp servers for the Claude AI ecosystem. MCP server for CHP Profile B spend/capital gates (npx @cubiczan/chp-mcp) It has 0 GitHub stars and its last recorded update is dated 2026-08-22.

How do I install cubiczan-chp-mcp?

+

You can install cubiczan-chp-mcp by cloning the repository (https://github.com/icohangar-ops/cubiczan-chp-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is icohangar-ops/cubiczan-chp-mcp safe to use?

+

Our security agent has analyzed icohangar-ops/cubiczan-chp-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains icohangar-ops/cubiczan-chp-mcp?

+

icohangar-ops/cubiczan-chp-mcp is maintained by icohangar-ops. The last recorded GitHub activity is dated 2026-08-22, with 0 open issues.

Are there alternatives to cubiczan-chp-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy cubiczan-chp-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: icohangar-ops/cubiczan-chp-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/icohangar-ops-cubiczan-chp-mcp)](https://claudewave.com/repo/icohangar-ops-cubiczan-chp-mcp)
<a href="https://claudewave.com/repo/icohangar-ops-cubiczan-chp-mcp"><img src="https://claudewave.com/api/badge/icohangar-ops-cubiczan-chp-mcp" alt="Featured on ClaudeWave: icohangar-ops/cubiczan-chp-mcp" width="320" height="64" /></a>

More MCP Servers

cubiczan-chp-mcp alternatives