Skip to main content
Feedback

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.

ToolDescription
createBookmarkCreates a new bookmark with a URL and optional metadata.
getBookmarkRetrieves details for a specific bookmark.
updateBookmarkModifies an existing bookmark's properties and information.
deleteBookmarkRemoves a bookmark from the system.
getAllBookmarksRetrieves all bookmarks stored in a specified collection.
createCollectionCreates a new collection to organize bookmarks.
getCollectionRetrieves details for a specific collection.
updateCollectionModifies an existing collection's properties.
deleteCollectionRemoves a collection from the system.
getAllParentCollectionsRetrieves all parent-level collections in the hierarchy.
getAllChildCollectionsRetrieves all child collections under a parent.
getAllTagsRetrieves all tags used across bookmarks and collections.
deleteTagsRemoves specified tags from the system.
getTagsInCollectionRetrieves all tags assigned to bookmarks in a collection.
deleteTagsInCollectionRemoves specified tags from all bookmarks in a collection.
getCurrentUserRetrieves information about the authenticated user.
getUserRetrieves information about a specific user.
On this Page