Raindrop MCP connector
Raindrop.io is a bookmarking and read-later service for saving and organizing web content. The Raindrop MCP connector allows AI agents to create and manage bookmarks, organize content into collections, and retrieve saved items by collection or criteria. It also supports updating bookmark metadata, deleting saved content, and managing collection hierarchies across your Raindrop account.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Raindrop MCP connector to perform the following actions:
- Save web articles and links to organized collections for team research
- Automatically tag and categorize bookmarks across multiple projects
- Retrieve saved content from Raindrop to populate knowledge bases
- Delete outdated bookmarks and archived collections in bulk
- Sync important web resources to external documentation systems
- Track user access and bookmark activity across team accounts
- Organize customer research and competitive intelligence in Raindrop
Example prompts
Use the following example prompts to invoke Raindrop MCP connector tools from your AI assistant or Boomi Connect workflow:
Save this article to my research collection in Raindrop.Show me all bookmarks tagged with 'Q4 strategy' in Raindrop.Create a new collection called 'Client Case Studies' in Raindrop.Delete all bookmarks from the archive collection in Raindrop.Get a list of all my collections in Raindrop.Update the description for my product research collection in Raindrop.Remove the 'outdated' tag from all bookmarks in my marketing folder.Which user created the most bookmarks in this shared Raindrop collection.Add these three links to my 'To Read' collection in Raindrop.
Raindrop MCP connector tools
The Raindrop MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| createBookmark | Creates a new bookmark with a URL and optional metadata. |
| getBookmark | Retrieves details for a specific bookmark. |
| updateBookmark | Modifies an existing bookmark's properties and information. |
| deleteBookmark | Removes a bookmark from the system. |
| getAllBookmarks | Retrieves all bookmarks stored in a specified collection. |
| createCollection | Creates a new collection to organize bookmarks. |
| getCollection | Retrieves details for a specific collection. |
| updateCollection | Modifies an existing collection's properties. |
| deleteCollection | Removes a collection from the system. |
| getAllParentCollections | Retrieves all parent-level collections in the hierarchy. |
| getAllChildCollections | Retrieves all child collections under a parent. |
| getAllTags | Retrieves all tags used across bookmarks and collections. |
| deleteTags | Removes specified tags from the system. |
| getTagsInCollection | Retrieves all tags assigned to bookmarks in a collection. |
| deleteTagsInCollection | Removes specified tags from all bookmarks in a collection. |
| getCurrentUser | Retrieves information about the authenticated user. |
| getUser | Retrieves information about a specific user. |