From e7e8c6ea6b4e89e2eb4af3bf705df2a6da7f73d0 Mon Sep 17 00:00:00 2001 From: Jer Crane Date: Sat, 22 Aug 2026 11:09:51 -0700 Subject: [PATCH] Add community.pocket-drives Signed-off-by: Jer Crane --- servers/community.pocket-drives.json | 50 ++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 servers/community.pocket-drives.json diff --git a/servers/community.pocket-drives.json b/servers/community.pocket-drives.json new file mode 100644 index 0000000..92978c3 --- /dev/null +++ b/servers/community.pocket-drives.json @@ -0,0 +1,50 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "community.pocket-drives", + "name": "Pocket Drives", + "alias": "pocket-drives", + "description": "Search peer-to-peer luxury, exotic, and EV rentals from independent hosts.", + "logo": "https://avatars.githubusercontent.com/u/65368288?v=4", + "schema_version": "2.1", + "categories": [ + "search" + ], + "tags": [ + "pocket-drives", + "car-rental", + "travel", + "luxury", + "exotic", + "ev", + "search" + ], + "transport": { + "type": "http", + "url": "https://pocketdrives.ai/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "none" + }, + "contributor": { + "name": "PocketList Inc", + "github": "RevList", + "url": "https://pocketdrives.ai" + }, + "links": { + "repository": "https://github.com/RevList/pocket-drives-mcp", + "homepage": "https://pocketdrives.ai", + "documentation": "https://pocketdrives.ai/mcp/tools" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": true + } +}