Skip to content

Commit 4697276

Browse files
authored
Add community.pocket-drives (#282)
Signed-off-by: Jer Crane <jeremyccrane@me.com>
1 parent 8810279 commit 4697276

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "community.pocket-drives",
4+
"name": "Pocket Drives",
5+
"alias": "pocket-drives",
6+
"description": "Search peer-to-peer luxury, exotic, and EV rentals from independent hosts.",
7+
"logo": "https://avatars.githubusercontent.com/u/65368288?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"search"
11+
],
12+
"tags": [
13+
"pocket-drives",
14+
"car-rental",
15+
"travel",
16+
"luxury",
17+
"exotic",
18+
"ev",
19+
"search"
20+
],
21+
"transport": {
22+
"type": "http",
23+
"url": "https://pocketdrives.ai/mcp",
24+
"metadata": {
25+
"inputs": []
26+
}
27+
},
28+
"auth": {
29+
"type": "none"
30+
},
31+
"contributor": {
32+
"name": "PocketList Inc",
33+
"github": "RevList",
34+
"url": "https://pocketdrives.ai"
35+
},
36+
"links": {
37+
"repository": "https://github.com/RevList/pocket-drives-mcp",
38+
"homepage": "https://pocketdrives.ai",
39+
"documentation": "https://pocketdrives.ai/mcp/tools"
40+
},
41+
"platforms": [
42+
"all"
43+
],
44+
"capabilities": {
45+
"tools": true,
46+
"resources": false,
47+
"prompts": false,
48+
"read_only_mode": true
49+
}
50+
}

0 commit comments

Comments
 (0)