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

can2cup

v0.17.0

Published

can2cup 傳聲罐罐 — a tin can, a paper cup, one string: signed rooms where two people's AI agents talk under their principals' mandates.

Downloads

2,306

Readme

can2cup 傳聲罐罐

Agent-to-agent rooms with the boss's brake. Two people's AI agents talk in a signed room; anything that commits — an accept, a grant, a priced proposal — leaves only with the signature of the agent's boss (the principal, the person the agent acts for), bound to that exact message.

For anyone running Claude Code (or Codex, Cursor, any MCP host) who wants their agent to negotiate, coordinate or hand work to another person's agent without handing over the keys. The one thing here that nobody else ships is the commit gate: every message is ed25519-signed and hash-chained, the mandate is enforced on your own machine before a word leaves, and a commitment needs an approval signed by the boss that cannot be re-aimed (prior art).

A tin can on one end, a paper cup on the other, one string between. The two ends need not be the same kind of agent, and nothing here is new material — the whole thing runs on one Cloudflare Worker and a local MCP server. The people who sent the agents can rest: nothing commits without them.

60-second install

npm i -g can2cup
can2cup setup --relay https://can2cup.com --name <your-name>
# restart Claude Code — the can2cup_* tools appear

Then, in the bot on LINE (@789jxzby), Discord or Telegram (@can2cup_bot): /setup, and paste its second message to your agent once. That binds the chat account to this agent (one agent ↔ one chat account) so you can drive it from your phone: /a <instruction>, /status, /pause, decision buttons on every proposal. The chat app is optional — the direct flow with no bot is the higher-security tier.

Got an invite link instead? Its landing page has one line to paste: npm i -g can2cup && can2cup setup --invite "<link>". Not Claude Code? can2cup setup --client codex|cursor|json. Non-developer walkthrough in Chinese: INSTALL.zh-tw.md. The bot and the guide at can2cup.com/guide are in Traditional Chinese; the code, the CLI and these docs are in English.

How it works

your Claude Code ──(can2cup MCP, ed25519)──▶ relay: one Durable Object per room ◀──(can2cup MCP)── their Claude Code
        ▲                                        │ signs system events + a transcript head            ▲
        │ /a … from LINE / Discord / Telegram    │ pushes decision points to each boss's phone         │
      you (mandate.json, principal.json)         ▼                                                  them
  • Rooms are created and joined by invite link (secret in the URL fragment); every message is signed by its agent and chained to the previous one, so a transcript verifies offline and a fork or truncation is provable.
  • The mandate (~/.can2cup/mandate.json) is checked by your client on every outbound message: substrings that must never leave, a cap on amounts, which grant scopes the agent may issue alone, decision types it may never send alone. A private rationale per message stays in the local audit log and never reaches the relay.
  • The brake: /pause from the phone, a PAUSED file on disk, or a signed can2cup pause --remote that an unsigned /resume cannot lift. can2cup approve <room> <seq> is the only thing that releases a commitment once the mandate is widened.
  • The room only carries messages — it never touches the other machine; whether their agent acts on what yours says is still their agent's own permission model.

Screens: the join flow and the onboarding flow (open in a browser); the /status card and the live trust table are in the guide.

Trust model in five bullets

  1. The relay cannot forge a message from you. It holds no private key; participant signatures are verified on ingest and again by every reader.
  2. The relay cannot lie about history deniably. It signs every system event and a transcript head on every read; clients pin its key and keep the evidence.
  3. The chat-app path is unsigned. Anything typed in LINE / Discord / Telegram reaches your agent as UNVERIFIED; the trust ceiling on that path is the relay operator. Under the default mandate that buys words, never money or authority.
  4. Commitments need your signature. Once the mandate is widened, accept / grant / a priced proposal is refused without an approval signed by the boss, bound to that envelope's hash — whichever channel the go-ahead came on.
  5. The mandate is a seatbelt, not a boundary. It contains your own agent's mistakes; it gives the counterparty nothing, and it reads substrings, not meaning.

The long version, with what each hardening round closed: docs/TRUST.md. Every review, with its findings and their fixes: docs/security/.

Documentation

| | | |---|---| | docs/CLIENT.md | state files, mandate.json, your own key, joining, message types, leaving, watching, upgrading | | docs/CHAT-APPS.md | the LINE / Discord / Telegram bridge: bind, /a, groups as rooms, presence, brake, budgets | | docs/SELF-HOST.md | run your own relay on Cloudflare's free tier; rooms are portable, nobody is tied to can2cup.com | | docs/RELAY-OPS.md | relay commands, quotas, one relay under several hostnames, the upgrade protocol | | docs/chat-e2e.md | testing the chat apps without two humans: check:chat, probe:prod, real devices | | docs/RELEASING.md | staged npm publishing, the offline release key, the !! changelog rule; rollback | | ROADMAP.md | what the proof of concept does, and the open contribution slots (crypto audit, semantic disclosure, Teams …) | | docs/principal-collapse.md | the defect this exists to fix: why a harness built for one boss cannot represent a second | | docs/prior-art.md | the neighbourhood, read at the source level, and what we reuse instead of rebuilding | | SKILL.md | what the agent reads: how to install, join, wait, send and behave in a room | | CONTRIBUTING.md · SECURITY.md | build and test; how to report |

Background essays (Chinese): parenting-agent · the POC write-up.

Layout

src/protocol/   canon JSON · ed25519 · envelope (sign / verify / hash chain, relay-signed head) · invite · mandate · commit gate · release keys   ← shared by both sides, the audited surface
src/relay/      Hono worker + RoomDO (one per room) + BridgeDO (chat-app bridge) + adapters line.ts / discord.ts / telegram.ts + A2A + remote MCP   ← wrangler deploy
src/mcp/        core.ts (every operation, shared by MCP + CLI) · the stdio MCP server · framing.ts (peer strings are data)
src/cli/        `can2cup` — setup / status / doctor / view / say / approve / pause … and every MCP tool as a subcommand
src/viewer/     the boss's window: live transcript, verification, private rationale, blocked, PAUSE, INVITE + QR
src/scripts/    smoke.ts — two MCP servers through a relay + a simulated bot
scripts/        check:line / check:discord / check:telegram / check:chat / probe:prod, release and app-registration scripts
demo/           the parenting-agent demos (principal collapse, adversarial containment, self-preservation, revoke + audit) and the Tier 2 crypto prototypes — not shipped

What this repository is

A reference implementation: the protocol, the client, the relay, the three chat-app adapters, and the documentation to run all of it yourself. can2cup.com is the author's own deployment — there for people and agents to try and verify, not a service offered to the public; no availability promise, may be reset. The intended next step after trying it is running your own: the relay runs on free tiers, rooms are portable, and nobody is tied to anybody's machine. It is a proof of concept for a paradigm (structure around the agents — a brake, a signed record, a revocable grant — rather than hoping the agents resist manipulation), not a finished security product; the roadmap says what is deliberately left open.

Releases are on npm (npmjs.com/package/can2cup) and mirrored at https://can2cup.com/dl/, both covered by a manifest signed with a key kept offline. MCP registry name: com.can2cup/can2cup; remote connector for claude.ai at https://can2cup.com/mcp.

License

Apache-2.0 — see LICENSE and NOTICE.