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
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 slug | raindrop-io-mcp-server-5de621a1 | Deployment | Hybrid |
|---|---|---|---|
| Canonical package | — | Repository | hiromitsusasaki/raindrop-io-mcp-server |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 35% |
| Publication | Draft | Official distribution | Not verified |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | hiromitsusasaki/raindrop-io-mcp-server | 7d529593aca3be795ad0425296b561ffd7d7a0aa | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_githiromitsusasaki/raindrop-io-mcp-server | 7d529593aca3be795ad0425296b561ffd7d7a0aaCurrent | Aug 25, 2026 | 3 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
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
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
Tools 3
| Tool | Category | Annotations | Risk |
|---|---|---|---|
create-bookmarkCreate a new bookmark in Raindrop.ioInput 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 collectionsInput schema{
"type": "object",
"properties": {}
} | — | — | |
search-bookmarksSearch through your Raindrop.io bookmarksInput 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
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| 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.