MCP server intelligence profile

Raindrop.io MCP Server

An integration that allows Large Language Models to interact with Raindrop.io bookmarks through the Model Context Protocol, enabling users to create and search bookmarks directly through AI assistants

Hybridhiromitsusasaki
Awaiting current scanSource Git · 7d529593aca3be795ad0425296b561ffd7d7a0aa

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugraindrop-io-mcp-server-5de621a1DeploymentHybrid
Canonical packageRepositoryhiromitsusasaki/raindrop-io-mcp-server
First publishedLatest release
Last security verificationClassification confidence35%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_githiromitsusasaki/raindrop-io-mcp-server7d529593aca3be795ad0425296b561ffd7d7a0aa1Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_githiromitsusasaki/raindrop-io-mcp-server7d529593aca3be795ad0425296b561ffd7d7a0aaCurrentAug 25, 20263 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2024-11-05Negotiated protocol
raindrop-mcpServer-reported name
1Capability groups
Aug 25, 2026Observed

Tools 3

ToolCategoryAnnotationsRisk
create-bookmarkCreate a new bookmark in Raindrop.io
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "URL to bookmark"
    },
    "title": {
      "type": "string",
      "description": "Title for the bookmark (optional)"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Tags for the bookmark (optional)"
    },
    "collection": {
      "type": "number",
      "description": "Collection ID to save to (optional)"
    }
  },
  "required": [
    "url"
  ]
}
list-collectionsList all your Raindrop.io collections
Input schema
{
  "type": "object",
  "properties": {}
}
search-bookmarksSearch through your Raindrop.io bookmarks
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Filter by tags (optional)"
    },
    "page": {
      "type": "number",
      "description": "Page number (0-based, optional)"
    },
    "perpage": {
      "type": "number",
      "description": "Items per page (1-50, optional)"
    },
    "sort": {
      "type": "string",
      "enum": [
        "-created",
        "created",
        "-last_update",
        "last_update",
        "-title",
        "title",
        "-domain",
        "domain"
      ],
      "description": "Sort order (optional). Prefix with - for descending order."
    },
    "collection": {
      "type": "number",
      "description": "Collection ID to search in (optional, 0 for all collections)"
    },
    "word": {
      "type": "boolean",
      "description": "Whether to match exact words only (optional)"
    }
  },
  "required": [
    "query"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Raindrop.io MCP Server questions

How do I install Raindrop.io MCP Server?

No verified package installation command is available in the retained catalog evidence.

What tools does Raindrop.io MCP Server provide?

Raindrop.io MCP Server exposed 3 tools during independent protocol observation, including create-bookmark, list-collections, search-bookmarks.

Is Raindrop.io MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.