npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@colber/mcp

v0.1.1

Published

Official Model Context Protocol (MCP) server for Colber — exposes the 5 modules (reputation, memory, observability, negotiation, insurance) + identity as MCP tools to any compatible agent (Claude Desktop, Claude Code, Cline, Continue, …).

Readme

@colber/mcp

Official Model Context Protocol (MCP) server for Colber — exposes the 5 Colber modules (reputation, memory, observability, negotiation, insurance) plus the agent-identity service as MCP tools to any compatible AI agent.

Plug Colber into Claude Desktop, Claude Code, Cline, Continue, or any other MCP-aware client and your agent immediately gains the ability to negotiate, insure deals, share memory, push observability data, and check on-chain-grade reputation — all behind a single tool surface.


What is Colber?

Colber is the trust, coordination & continuity layer for the agentic economy. While payment rails like MoonPay, Coinbase x402, or Nevermined handle the money, Colber gives autonomous agents the primitives they need to trust each other, negotiate, guarantee deliverables, trace interactions and remember across sessions.

This package is the official MCP gateway. It runs as a thin process that translates MCP tools/call requests into HTTP calls against the Colber backend services.

Quick start

1. Claude Desktop

Add to your MCP config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "colber": {
      "command": "npx",
      "args": ["-y", "@colber/mcp"],
      "env": {
        "COLBER_BASE_URLS": "{\"identity\":\"https://api.colber.dev/identity\",\"reputation\":\"https://api.colber.dev/reputation\",\"memory\":\"https://api.colber.dev/memory\",\"observability\":\"https://api.colber.dev/observability\",\"negotiation\":\"https://api.colber.dev/negotiation\",\"insurance\":\"https://api.colber.dev/insurance\"}",
        "COLBER_AUTH_TOKEN": "<your-token-or-leave-empty>"
      }
    }
  }
}

Restart Claude Desktop. The 27 Colber tools appear in the tool tray.

2. Claude Code

claude mcp add colber npx -- -y @colber/mcp

Or edit ~/.claude.json directly:

{
  "mcpServers": {
    "colber": {
      "command": "npx",
      "args": ["-y", "@colber/mcp"]
    }
  }
}

3. Cline

Edit mcp_settings.json (path varies by platform — see Cline docs):

{
  "mcpServers": {
    "colber": {
      "command": "npx",
      "args": ["-y", "@colber/mcp"],
      "env": {
        "COLBER_BASE_URLS": "{...same JSON map as above...}"
      }
    }
  }
}

4. Continue

Edit ~/.continue/config.yaml (or the equivalent mcpServers.yaml):

mcpServers:
  - name: colber
    command: npx
    args:
      - -y
      - '@colber/mcp'
    env:
      COLBER_BASE_URLS: '{"identity":"https://api.colber.dev/identity","reputation":"https://api.colber.dev/reputation","memory":"https://api.colber.dev/memory","observability":"https://api.colber.dev/observability","negotiation":"https://api.colber.dev/negotiation","insurance":"https://api.colber.dev/insurance"}'

Available tools (27)

Tool names use the colber_<module>_<verb> convention to avoid collisions with other MCP servers a user might have installed. Inputs are validated server-side via Zod; errors are returned as MCP isError: true content with a structured payload (code, message, status, details, traceId).

Identity (3)

| Tool | Description | | -------------------------- | --------------------------------------------------------- | | colber_identity_register | Register a new agent identity from an Ed25519 public key. | | colber_identity_resolve | Resolve a DID to its agent record. | | colber_identity_verify | Verify a signature against the public key bound to a DID. |

Reputation (4)

| Tool | Description | | ---------------------------- | ----------------------------------------------------------- | | colber_reputation_score | Get the agent's signed reputation score envelope (0..1000). | | colber_reputation_history | Paginated history of transactions and feedbacks. | | colber_reputation_verify | Verify a signed reputation attestation. | | colber_reputation_feedback | Submit a signed feedback after a transaction. |

Memory (4)

| Tool | Description | | ------------------------ | --------------------------------------------------------------- | | colber_memory_store | Persist a new memory (text + structured payload + permissions). | | colber_memory_retrieve | Semantic search across memories visible to the caller. | | colber_memory_update | Update a memory's text and/or payload. Owner-only. | | colber_memory_share | Grant additional agents read access to a memory. |

Observability (8)

| Tool | Description | | ----------------------------------- | ------------------------------------------- | | colber_observability_log | Ingest one or more log events. | | colber_observability_trace | Ingest one or more W3C-aligned trace spans. | | colber_observability_query | Structured search over logs or trace spans. | | colber_observability_alert_create | Create a declarative alert rule. | | colber_observability_alert_get | Read a single alert rule by id. | | colber_observability_alert_patch | Partially update an alert rule. | | colber_observability_alert_list | List alert rules owned by an operator. | | colber_observability_alert_delete | Delete an alert rule. |

Negotiation (4)

| Tool | Description | | ---------------------------- | ---------------------------------------------- | | colber_negotiation_start | Create a new negotiation (idempotent). | | colber_negotiation_propose | Submit a signed proposal. | | colber_negotiation_counter | Submit a counter-proposal. | | colber_negotiation_settle | Finalize the deal with multi-party signatures. |

Insurance (4)

| Tool | Description | | ---------------------------- | -------------------------------------------------- | | colber_insurance_quote | Compute a premium quote for a delivery deal. | | colber_insurance_subscribe | Create a policy + lock the simulated escrow. | | colber_insurance_claim | File a claim against a policy. | | colber_insurance_status | Read full policy state (policy + escrow + claims). |


Configuration

| Variable | Default | Notes | | ---------------------- | ---------------- | ------------------------------------------------------------------------------------------------ | | COLBER_MCP_TRANSPORT | stdio | stdio (local) or http (remote/SSE). CLI --transport= wins. | | COLBER_MCP_HTTP_PORT | 14080 | HTTP transport only. CLI --port= wins. | | COLBER_MCP_HTTP_HOST | 0.0.0.0 | HTTP transport only. CLI --host= wins. | | COLBER_BASE_URLS | local β-VM ports | JSON map. Keys: identity, reputation, memory, observability, negotiation, insurance. | | COLBER_AUTH_TOKEN | (unset) | Optional. Sent as Authorization: Bearer <token> to every backend service. | | COLBER_LOG_LEVEL | info | pino level: trace debug info warn error. |

A complete example lives in .env.example.

HTTP transport

For shared / cloud deployments, run the Streamable HTTP transport instead:

npx @colber/mcp --transport=http --port=14080

The server then exposes:

  • POST /mcp — client → server JSON-RPC frames (the SDK responds inline, either as JSON or as an SSE stream depending on content negotiation).
  • GET /mcp — opens the standalone server → client SSE stream for out-of-band notifications. Both directions require an Mcp-Session-Id header; clients receive their session id in the response of the initial initialize POST.
  • GET /healthz — health probe ({ status: "ok", tools: 27 }).

Local development

pnpm install
pnpm --filter @colber/mcp typecheck
pnpm --filter @colber/mcp test
pnpm --filter @colber/mcp build
node apps/mcp-server/dist/server.js

Docker

docker build -t colber/mcp:0.1.0 -f apps/mcp-server/Dockerfile .
docker run --rm -p 14080:14080 \
  -e COLBER_BASE_URLS='{"identity":"https://api.colber.dev/identity","reputation":"https://api.colber.dev/reputation","memory":"https://api.colber.dev/memory","observability":"https://api.colber.dev/observability","negotiation":"https://api.colber.dev/negotiation","insurance":"https://api.colber.dev/insurance"}' \
  colber/mcp:0.1.0

License

Apache-2.0 — see the LICENSE file at the repo root.

Links