Chamber

Two-key JSON seal/open. Cloak needs a live license. Open is keys-only.

OtherTypeScriptv1.2.0

json-chamber-mcp

Chamber MCP — seal / open JSON. Slid Phi Labs.

Cloak (seal new JSON) needs a live license. Open of an already-sealed blob is both keys, no extra payment. Ciphertext does not expire.

Install / run

npx -y json-chamber-mcp
{
  "mcpServers": {
    "json-chamber": {
      "command": "npx",
      "args": ["-y", "json-chamber-mcp"],
      "env": {
        "CHAMBER_MASTER_SECRET": "your-high-entropy-secret"
      }
    }
  }
}

Discovery

SurfaceURL
Official registry idio.github.ceedot-rock/json-chamber-mcp
Lab well-knownhttps://www.slidphilabs.com/.well-known/mcp.json
Lab llms.txthttps://www.slidphilabs.com/llms.txt
npmjson-chamber-mcp 1.2.0
Server schemaserver.json
Producthttps://www.slidphilabs.com/chamber

Hosted lab MCP (PCC + catalog): POST https://www.slidphilabs.com/mcp · Smithery: https://smithery.ai/servers/slidphi/lab

Pricing

SKUWhatPrice
Chamber trycloak new JSON24 hours free
Chamber monthcloak license$9
Chamber yearcloak license$99
Openalready-sealed blobkeys only

Prices live on https://www.slidphilabs.com/chamber

Tools

ToolPurpose
chamber_statuscloak try remaining / dead / purchased
chamber_infopointer to live prices
chamber_cloakseal JSON / text (licensed)
chamber_openopen sealed blob (keys only)
chamber_hop_gateadmit/reject hop (gate only)
chamber_hop_reject_loglive sanitized reject log

Hop-gate (ScanChunk / Rider SoT)

Admission layer in front of seal/open. Seal/open APIs are unchanged. No SettleHop / x402.

Wire is exact text (Agent-Rider agent-rider-c / PR #22), not JSON:

CUNI ScanChunk
url=https://example.com/
etag="abc"
hash=sha256:…
agent_id=agt_1

Fields (allowlist): url · etag · hash · agent_id. Gate result wire is a single exact-text code string (not a JSON body).

CodeMeaning
admithop allowed
reject.schemaChamber-local only (Rider does not emit)
reject.extraunknown keys or wrong kind — fail-closed; do not bind; never rehydrate
reject.hashempty / invalid hash
reject.replayhash already seen
reject.agentagent allowlist fail
reject.emptyempty / missing required fields (url, hash, agent_id)

Live reject.log is TSV ISO\tcode\tpreview (mirrors agent-rider-c/reject.log); preview truncates ~120 and flattens newlines. Extra-key values never rehydrate as next machine input.

PCC ≠ payment — PCC is the compression/storefront face; hop-gate codes are admission control, not billing.

MCP tools: chamber_hop_gate, chamber_hop_reject_log.

Related

Installation

Source-derived launch command. Check the maintainer’s required arguments and credentials before running:

bash
npx -y json-chamber-mcp

Set up in your AI client

Merge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.

json
{
  "mcpServers": {
    "io-github-ceedot-rock-json-chamber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "json-chamber-mcp"
      ]
    }
  }
}

Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.

Claude Desktop setup reference

Package

json-chamber-mcpnpm

Compatible MCP Clients

Chamber works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.

  • Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.
  • Cursor~/.cursor/mcp.jsonRestart Cursor for changes to take effect.
  • VS Code.vscode/mcp.jsonReload VS Code window for changes to take effect.
  • Windsurf~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect.
  • Claude Code.mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.

Learn More