Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Obi49/colber-mcp

NPM · @COLBER/MCP · SCANNED AUG 3

Trust + coordination infrastructure for the agent economy. 27 tools across 6 Colber modules.

Available components

+22 this week 64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (109 of 113), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (109 of 113), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1885 tokens (~69/item across 27 items; 27 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @colber/mcp

# add to Claude Code
claude mcp add obi49-colber-mcp -- npx -y @colber/mcp
# add to Codex CLI
codex mcp add obi49-colber-mcp -- npx -y @colber/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "obi49-colber-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@colber/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add obi49-colber-mcp --command npx --arg -y --arg @colber/mcp
# ~/.hermes/config.yaml
mcp_servers:
  obi49-colber-mcp:
    command: "npx"
    args: ["-y", "@colber/mcp"]
// mcp.json
{
  "mcpServers": {
    "obi49-colber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@colber/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +40
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: fail → unverified functional
    • Tool coverage: unverified → 100 functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • License: unverified → pass functional
    • Licence: Apache-2.0 functional
  • 1 Aug 26 +2
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 42

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@colber/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 109 packages

109 packages in the resolved dependency tree · 109 deprecated · 33 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 27 exposed · ~1,885 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
colber_identity_register ~60

[Colber] Register a new agent identity from an Ed25519 public key. Returns the derived did:key, the internal agent UUID, and the registration timestamp.

NameTypeReqDescription
ownerOperatorIdstringyes
publicKeystringyes

No output schema declared.

No examples provided.

colber_identity_resolve ~30

[Colber] Resolve a DID to its agent record.

NameTypeReqDescription
didstringyes

No output schema declared.

No examples provided.

colber_identity_verify ~56

[Colber] Verify a signature against the public key bound to a DID. Returns { valid: true|false }.

NameTypeReqDescription
didstringyes
messagestringyes
signaturestringyes

No output schema declared.

No examples provided.

colber_insurance_claim ~99

[Colber] File a claim against an existing policy. The claim stays in `open` until the admin endpoint decides (v1 has no oracle-driven arbitrator). Idempotent on `(policyId, idempotencyKey)`.

NameTypeReqDescription
claimantDidstringyes
evidenceobjectyes
idempotencyKeystringyes
policyIdstringyes
reasonstringyes

No output schema declared.

No examples provided.

colber_insurance_quote ~87

[Colber] Compute a premium quote for a delivery deal. Risk multiplier is derived from the reputation score of `subscriberDid`. No commitment is made; nothing is persisted.

NameTypeReqDescription
amountUsdcnumberyes
beneficiaryDidstringyes
dealSubjectstringyes
slaTermsobjectyes
subscriberDidstringyes

No output schema declared.

No examples provided.

colber_insurance_status ~44

[Colber] Read the full state of a policy: policy fields + simulated escrow holding + all claims filed against it.

NameTypeReqDescription
policyIdstringyes

No output schema declared.

No examples provided.

colber_insurance_subscribe ~111

[Colber] Create a policy and lock the simulated escrow. Re-quotes server-side so the client cannot inject a stale premium. Idempotent on `idempotencyKey`. Rejected if the global exposure cap would be exceeded.

NameTypeReqDescription
amountUsdcnumberyes
beneficiaryDidstringyes
dealSubjectstringyes
idempotencyKeystringyes
slaTermsobjectyes
subscriberDidstringyes

No output schema declared.

No examples provided.

colber_memory_retrieve ~76

[Colber] Semantic search across memories visible to the caller (top-k by cosine similarity). Permission-aware: only memories the caller is allowed to see can be returned.

NameTypeReqDescription
filtersobject
queryDidstringyes
queryTextstringyes
topKnumber

No output schema declared.

No examples provided.

colber_memory_share ~69

[Colber] Grant additional agents read access to a memory. Owner-only. Optional `expiresAt` is recorded for future expiry enforcement.

NameTypeReqDescription
callerDidstringyes
expiresAtstring
idstringyes
shareWitharrayyes

No output schema declared.

No examples provided.

colber_memory_store ~81

[Colber] Persist a new memory (text + structured payload). Generates an embedding via the configured provider. Returns the new memory id.

NameTypeReqDescription
encryptionobject
ownerDidstringyes
payloadobject
permissionsobjectyes
textstringyes
typestringyes

No output schema declared.

No examples provided.

colber_memory_update ~72

[Colber] Update a memory's text and/or payload. Versioned (audit trail in memory_versions). Re-embeds when text changes. Owner-only.

NameTypeReqDescription
callerDidstringyes
idstringyes
payloadobject
textstring

No output schema declared.

No examples provided.

colber_negotiation_counter ~85

[Colber] Submit a counter-proposal in response to an existing proposal. Strategy decides whether the counter replaces the prior proposal (multi-criteria) or competes as a fresh bid (ascending-auction).

NameTypeReqDescription
counterTostringyes
negotiationIdstringyes
proposalobjectyes
publicKeystringyes

No output schema declared.

No examples provided.

colber_negotiation_propose ~78

[Colber] Submit a signed proposal (bid or scored offer) to a negotiation. Validates the Ed25519 signature against the supplied public key + the strategy rules. Returns the updated NegotiationView.

NameTypeReqDescription
negotiationIdstringyes
proposalobjectyes
publicKeystringyes

No output schema declared.

No examples provided.

colber_negotiation_settle ~99

[Colber] Finalize the deal: verifies a signature from EVERY partyDid over `{negotiationId, winningProposalId}` (JCS canonical form). Records `negotiation.settled`. Idempotent on subsequent calls (returns the settled state).

NameTypeReqDescription
negotiationIdstringyes
publicKeysarrayyes
signaturesarrayyes
winningProposalIdstring

No output schema declared.

No examples provided.

colber_negotiation_start ~76

[Colber] Create a new negotiation with terms (subject, strategy, constraints, deadline, parties). Returns the freshly-created NegotiationView. Idempotent on `idempotencyKey`.

NameTypeReqDescription
createdBystringyes
idempotencyKeystringyes
termsobjectyes

No output schema declared.

No examples provided.

colber_observability_alert_create ~97

[Colber] Create a declarative alert rule. Storage only — the evaluation engine is not implemented in this service yet.

NameTypeReqDescription
conditionobjectyes
cooldownSecondsnumber
descriptionstring
enabledboolean
namestringyes
notificationobject
ownerOperatorIdstringyes
scopestringyes

No output schema declared.

No examples provided.

colber_observability_alert_delete ~38

[Colber] Delete an alert rule. Returns `{ deleted: true, id }`.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

colber_observability_alert_get ~32

[Colber] Read a single alert rule by id.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

colber_observability_alert_list ~33

[Colber] List alert rules owned by an operator.

NameTypeReqDescription
operatorIdstringyes

No output schema declared.

No examples provided.

colber_observability_alert_patch ~90

[Colber] Partially update an existing alert rule. Provide only the fields you want changed.

NameTypeReqDescription
conditionobject
cooldownSecondsnumber
descriptionstring
enabledboolean
idstringyes
namestring
notificationobject
scopestring

No output schema declared.

No examples provided.

colber_observability_log ~55

[Colber] Ingest one or more log events. Batched for ClickHouse insertion. Returns the count of accepted events plus per-event rejection reasons for any that failed validation.

NameTypeReqDescription
eventsarrayyes

No output schema declared.

No examples provided.

colber_observability_query ~79

[Colber] Structured search over logs or trace spans within a time range. Returns matching rows ordered by timestamp descending, paginated by limit + offset.

NameTypeReqDescription
filtersarray
limitnumber
offsetnumber
scopestringyes
timeRangeobjectyes

No output schema declared.

No examples provided.

colber_observability_trace ~55

[Colber] Ingest one or more W3C-aligned trace spans. Batched for ClickHouse insertion. Returns the count of accepted spans plus per-span rejection reasons.

NameTypeReqDescription
spansarrayyes

No output schema declared.

No examples provided.

colber_reputation_feedback ~117

[Colber] Submit a signed feedback after a transaction. Validates the issuer's signature against their DID and enforces (feedbackId, [from,to,tx]) idempotency.

NameTypeReqDescription
commentstring
dimensionsobjectyes
feedbackIdstringyes
fromDidstringyes
ratingnumberyes
signaturestringyes
signedAtstringyes
toDidstringyes
txIdstringyes

No output schema declared.

No examples provided.

colber_reputation_history ~65

[Colber] Paginated history of the agent's transactions and feedbacks. Cursor-based: pass `nextCursor` from the previous page on the next call.

NameTypeReqDescription
cursorstring
didstringyes
limitnumber

No output schema declared.

No examples provided.

colber_reputation_score ~52

[Colber] Return the agent's signed reputation score envelope (did, score 0..1000, scoreVersion, computedAt, ed25519 attestation).

NameTypeReqDescription
didstringyes

No output schema declared.

No examples provided.

colber_reputation_verify ~49

[Colber] Verify a signed reputation attestation against the platform public key. Crypto-only; no DB lookup.

NameTypeReqDescription
attestationstringyes
scoreobjectyes

No output schema declared.

No examples provided.