mcp-raindrop-io

๐Ÿ› ๏ธ User & library tools

User info, URL parsing, duplicate checks, library audits, and trash management.

Five tools cover account info, pre-save helpers, and library maintenance.

๐Ÿ‘ค User & import

ToolDescription
get_userGet authenticated user info and stats
parse_urlExtract metadata (title, description, type) from any URL before saving
check_urls_existCheck if one or more URLs are already saved as bookmarks

parse_url lets an assistant preview a link's title and type before deciding where to file it. check_urls_exist guards against accidental duplicates by reporting whether a URL is already in your library.

๐Ÿงน Library maintenance

ToolDescription
library_auditScan your library for broken links, duplicates, and untagged bookmarks
empty_trashPermanently delete all bookmarks in trash โ€” pass confirm: true to execute

library_audit returns counts and details for broken links, duplicates, and untagged bookmarks in one pass โ€” a quick health check for your library.

empty_trash is destructive and irreversible. It is a no-op until you pass confirm: true.

On this page