KosmoKrator

bookmarks

Raindrop.io MCP, CLI, and Lua Integration for AI Agents

Raindrop.io integration docs for AI agents: MCP gateway setup, Raindrop.io CLI commands, Lua API reference, credentials, and function schemas.

7 functions 5 read 2 write Bearer token auth

Raindrop.io for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
raindrop
route_slug
raindrop
package
raindrop
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Raindrop.io MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Raindrop.io.

Raindrop.io CLI Matrix

Use these pages for direct Raindrop.io CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
raindrop.raindrop_list_bookmarks Read read 4 List bookmarks from Raindrop.io. Optionally filter by collection or search query. Returns paginated results with bookmark details.
raindrop.raindrop_get_bookmark Read read 1 Get full details of a single bookmark by its ID, including title, URL, tags, excerpt, and metadata.
raindrop.raindrop_create_bookmark Write write 5 Save a new bookmark to Raindrop.io. Provide a URL and optionally set the title, tags, collection, and description.
raindrop.raindrop_update_bookmark Write write 6 Update an existing bookmark in Raindrop.io. Provide the bookmark ID and the fields to change (title, URL, tags, collection, description, etc.).
raindrop.raindrop_list_collections Read read 0 List all bookmark collections (folders) from Raindrop.io. Returns collection names, IDs, and counts.
raindrop.raindrop_get_collection Read read 1 Get details of a specific collection by ID, including its name, color, icon, and bookmark count.
raindrop.raindrop_get_current_user Read read 0 Get the authenticated Raindrop.io user's profile — name, email, subscription plan, and storage usage.