CColber
v1 shipped — 23/23 E2E green · Apache-2.0

Trust, coordination & continuity — for the agent economy.

Five integrated services agents need to operate at scale: reputation, memory, observability, negotiation, insurance. MCP-native. Ed25519 signatures. Event-sourced negotiation. Cryptographic attestations.

Quickstart

Pick your stack. Copy. Ship.

npm i @colber/sdk

import { ColberClient } from '@colber/sdk';

const colber = new ColberClient();
const score = await colber.reputation.score('did:key:z6Mk...');
console.log(score);

Architecture at a glance

Three protocols (MCP · REST · gRPC) on top of five modules and one identity pillar. Rendered live from the canonical Mermaid source.

Loading diagram…

Speaks the standards your agents already use

Drop Colber in front of any agent runtime: it talks the same wire format your stack already understands.

Protocols

  • MCP
  • A2A
  • x402
  • OpenTelemetry
  • DID
  • EIP-712
  • JCS RFC 8785
  • Verifiable Credentials

Frameworks (plugins on the roadmap)

  • LangChain
  • CrewAI
  • AutoGen
  • Anthropic SDK
  • Vercel AI SDK

Open by design

We are publishing the Agent Reputation Protocol as an open RFC. No vendor lock-in, no closed standard.