productivity
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.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.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
raindrop.raindrop_backups_download_file | Read read | 0 | Download file. |
raindrop.raindrop_backups_generate_new | Read read | 0 | Generate new. |
raindrop.raindrop_backups_get_all | Read read | 0 | Get all. |
raindrop.raindrop_collections_create_collection | Write write | 0 | Create collection. |
raindrop.raindrop_collections_empty_trash | Write write | 0 | Empty Trash. |
raindrop.raindrop_collections_expand_collapse_all | Write write | 0 | Expand/collapse all collections. |
raindrop.raindrop_collections_get_child_collections | Read read | 0 | Get child collections. |
raindrop.raindrop_collections_get_collection | Read read | 0 | Get collection. |
raindrop.raindrop_collections_get_root_collections | Read read | 0 | Get root collections. |
raindrop.raindrop_collections_get_system_collections_count | Read read | 0 | Get system collections count. |
raindrop.raindrop_collections_merge_collections | Write write | 0 | Merge collections. |
raindrop.raindrop_collections_remove_all_empty_collections | Write write | 0 | Remove all empty collections. |
raindrop.raindrop_collections_remove_collection | Write write | 0 | Remove collection. |
raindrop.raindrop_collections_remove_multiple_collections | Write write | 0 | Remove multiple collections. |
raindrop.raindrop_collections_reorder_all | Write write | 0 | Reorder all collections. |
raindrop.raindrop_collections_update_collection | Write write | 0 | Update collection. |
raindrop.raindrop_collections_upload_cover | Write write | 0 | Upload cover. |
raindrop.raindrop_export_export_in_format | Read read | 0 | Export in format. |
raindrop.raindrop_filters_get_filters | Read read | 0 | Get filters. |
raindrop.raindrop_highlights_add | Write write | 0 | Add highlight. |
raindrop.raindrop_highlights_get_all_highlights | Read read | 0 | Get all highlights. |
raindrop.raindrop_highlights_get_all_highlights_in_a_collection | Read read | 0 | Get all highlights in a collection. |
raindrop.raindrop_highlights_get_raindrop_highlights | Read read | 0 | Get highlights of raindrop. |
raindrop.raindrop_highlights_remove | Write write | 0 | Remove highlight. |
raindrop.raindrop_highlights_update | Write write | 0 | Update highlight. |
raindrop.raindrop_import_check_url_s_existence | Write write | 0 | Check URL(s) existence. |
raindrop.raindrop_import_parse_html_import_file | Write write | 0 | Parse HTML import file. |
raindrop.raindrop_import_parse_url | Read read | 0 | Parse URL. |
raindrop.raindrop_raindrops_multiple_create_many_raindrops | Write write | 0 | Create many raindrops. |
raindrop.raindrop_raindrops_multiple_get_raindrops | Read read | 0 | Get raindrops. |
raindrop.raindrop_raindrops_multiple_remove_many_raindrops | Write write | 0 | Remove many raindrops. |
raindrop.raindrop_raindrops_multiple_update_many_raindrops | Write write | 0 | Update many raindrops. |
raindrop.raindrop_raindrops_single_create_raindrop | Write write | 0 | Create raindrop. |
raindrop.raindrop_raindrops_single_get_permanent_copy | Read read | 0 | Get permanent copy. |
raindrop.raindrop_raindrops_single_get_raindrop | Read read | 0 | Get raindrop. |
raindrop.raindrop_raindrops_single_remove_raindrop | Write write | 0 | Remove raindrop. |
raindrop.raindrop_raindrops_single_suggest_collection_and_tags_for_existing_bookmark | Read read | 0 | Suggest collection and tags for existing bookmark. |
raindrop.raindrop_raindrops_single_suggest_collection_and_tags_for_new_bookmark | Write write | 0 | Suggest collection and tags for new bookmark. |
raindrop.raindrop_raindrops_single_update_raindrop | Write write | 0 | Update raindrop. |
raindrop.raindrop_raindrops_single_upload_cover | Write write | 0 | Upload cover. |
raindrop.raindrop_raindrops_single_upload_file | Write write | 0 | Upload file. |
raindrop.raindrop_tags_get_tags | Read read | 0 | Get tags. |
raindrop.raindrop_tags_merge | Write write | 0 | Merge tags. |
raindrop.raindrop_tags_remove | Write write | 0 | Remove tag(s). |
raindrop.raindrop_tags_rename | Write write | 0 | Rename tag. |
raindrop.raindrop_user_authenticated_connect_social_network_account | Read read | 0 | Connect social network account. |
raindrop.raindrop_user_authenticated_disconnect_social_network_account | Read read | 0 | Disconnect social network account. |
raindrop.raindrop_user_authenticated_get_user | Read read | 0 | Get user. |
raindrop.raindrop_user_authenticated_get_user_by_name | Read read | 0 | Get user by name. |
raindrop.raindrop_user_authenticated_update_user | Write write | 0 | Update user. |