-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathmcp.json
More file actions
75 lines (75 loc) · 1.97 KB
/
mcp.json
File metadata and controls
75 lines (75 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@adeze/raindrop-mcp",
"version": "2.4.5",
"description": "Raindrop.io MCP Server",
"server": {
"type": "stdio",
"command": "node",
"args": ["build/index.js"],
"env": {
"RAINDROP_ACCESS_TOKEN": "YOUR_RAINDROP_ACCESS_TOKEN"
}
},
"tools": [
{
"name": "diagnostics",
"description": "Server diagnostic information and library health metrics"
},
{
"name": "collection_list",
"description": "List all collections as a flat list"
},
{
"name": "get_collection_tree",
"description": "Hierarchical view of collections with full breadcrumb paths"
},
{
"name": "collection_manage",
"description": "Create, update, or delete collections"
},
{
"name": "bookmark_search",
"description": "Advanced search with filters, tags, and pagination"
},
{
"name": "bookmark_manage",
"description": "Create, update, or delete bookmarks"
},
{
"name": "get_raindrop",
"description": "Fetch a single bookmark by ID"
},
{
"name": "list_raindrops",
"description": "List bookmarks for a collection with pagination"
},
{
"name": "get_suggestions",
"description": "AI-powered organization advice for a URL or bookmark"
},
{
"name": "bulk_edit_raindrops",
"description": "Bulk update, move, or remove bookmarks in a collection"
},
{
"name": "tag_manage",
"description": "Rename, merge, or delete tags"
},
{
"name": "highlight_manage",
"description": "Create, update, or delete highlights"
},
{
"name": "library_audit",
"description": "Scan library for broken links, duplicates, and untagged items"
},
{
"name": "empty_trash",
"description": "Permanently empty the trash (requires confirmation)"
},
{
"name": "cleanup_collections",
"description": "Remove empty collections (requires confirmation)"
}
]
}