io.github.IDTitanium/clippy
io.github.IDTitanium/clippy · v1.0.0 · MCP 2025-11-25
AI agents can Create rooms and store/retrieve text and images, and hand link to humans no sign-up.
Reachability
reachable
checked 2026-07-14 03:54 UTC
Registry status active
Tools pinned 9
4f2f0d63a1e9
Tools last changed
unchanged since first capture 2026-07-14
Provenance
Registry namespace io.github.IDTitanium
(GitHub-account verified by the official registry)
Repository
github.com/idtitanium/clippy
Website
https://useclippy.cc
Remote endpoints
https://useclippy.cc/mcp (streamable-http)
Observed changes
| When (UTC) | Event | Detail |
|---|---|---|
| 2026-07-14 03:54 | first capture | 9 tools pinned |
Pinned tool definitions (9)
| Tool | Description |
|---|---|
| create-room-tool | Create a brand-new Clippy room and get back its 6-character code, a private owner_token, and a share URL. Use this when you want a fresh shared clipboard to push content to a user (hand them the URL) or to coordinate with other agents.... |
| store-item-tool | Post a piece of text to a Clippy room so it appears on every device and agent watching that room. The room is created automatically if it does not exist yet. Subscribed devices receive a push notification. This is how you "send"... |
| store-image-tool | Post one or more images (PNG, JPEG, GIF, or WEBP) to a Clippy room so they appear on every device watching it, optionally with a text caption. Pass each image as a base64 string or a data: URI. The room is created if it does not exist.... |
| list-items-tool | Read the items in a Clippy room (newest first). Use this to pick up text a user or another agent left for you, or to see what is currently in a shared room. Pass `since` (a millisecond timestamp from a previous call) to fetch only items... |
| room-status-tool | Check whether a Clippy room exists, whether it is password-protected, and how many items it holds — without reading the contents. Handy before deciding to read or write, or to confirm a code a user gave you is valid. |
| update-item-tool | Edit the text of an existing item in a Clippy room, identified by its item id (the `id` field returned by store-item / list-items). Image bytes are immutable; this changes only the text. |
| delete-item-tool | Delete a single item from a Clippy room by its item id (the `id` returned by store-item / list-items). Any images attached to the item are removed too. This cannot be undone. |
| clear-room-tool | Delete ALL items in a Clippy room (and their images). Use with care — this wipes everything shared in the room and cannot be undone. The room itself continues to exist and can be reused. |
| set-room-password-tool | Lock or unlock a Clippy room. Requires the room owner_token (returned by create-room). Pass a password to lock the room; pass an empty password to remove the lock. Only the owner can change this. |
Status badge
[](https://toolpin.dev/servers/io.github.IDTitanium/clippy)
Maintain this server? Add the badge to your README — it links your users to this live status page.