mcpserver.lol
registry/clippy
Connection check verified live · 27h ago

clippy

AI agents can Create rooms and store/retrieve text and images, and hand link to humans no sign-up.

Tools 9
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

9 tools

Read from the running server on 27h ago.

clear-room-tool can modify data room*passwordowner_token
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 r…
create-room-tool password
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…
delete-item-tool can modify data room*item_id*passwordowner_token
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.
list-items-tool read-only room*limitsincepasswordowner_token
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 millise…
room-status-tool read-only room*
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 conf…
set-room-password-tool room*passwordowner_token*
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 c…
store-image-tool room*textdeviceimages*passwordowner_token
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…
store-item-tool room*text*devicepasswordowner_token
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 rec…
update-item-tool room*text*item_id*passwordowner_token
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…