Skip to content

Add community.pocket-drives - #282

Open
lifeofjer wants to merge 1 commit into
mcpmux:mainfrom
lifeofjer:add-pocket-drives
Open

Add community.pocket-drives#282
lifeofjer wants to merge 1 commit into
mcpmux:mainfrom
lifeofjer:add-pocket-drives

Conversation

@lifeofjer

@lifeofjer lifeofjer commented Aug 22, 2026

Copy link
Copy Markdown

Change Type

  • Add a new server definition
  • Update an existing server definition
  • Fix a bug in an existing definition
  • Other (describe in Summary)

Summary

Adds a McpMux definition for Pocket Drives, a public read-only remote MCP for searching peer-to-peer luxury, exotic, and EV rentals from independent hosts. Streamable HTTP at https://pocketdrives.ai/mcp, no auth.

Server Details

Checklist

CI-enforced — your PR will fail without these

  • JSON file lives at servers/<id>.json
  • Filename matches the id field exactly
  • Required fields present: id, name, transport
  • pnpm validate servers/<id>.json passes (CI)
  • pnpm check-conflicts passes (CI)
  • pnpm test passes (CI)
  • Every commit is signed off — DCO trailer on the commit

Reviewer quality bar

  • description is one clear sentence — no marketing fluff
  • At least one category from categories.json is assigned
  • Every ${input:ID} placeholder has a matching metadata.inputs[].id (none; public endpoint)
  • Every secret / credential input is marked "secret": true (no credentials)
  • Each credential input has an obtain block (N/A — auth none)
  • auth.type is consistent with how credentials are actually wired into the transport
  • links.repository resolves (when the upstream is public)
  • capabilities (tools / resources / prompts / read_only_mode) reflect what the server actually implements
  • platforms is ["all"] because this is a hosted HTTP endpoint, not a local binary

Platform-managed fields — leave unset

  • I did not set badges, stats, sponsored, featured
  • I did not set publisher.official, publisher.verified, publisher.domain_verified
  • I did not add any _platform*-prefixed keys

Trademark & branding

  • No "official" / "certified" / "endorsed" wording unless I represent the trademark owner
  • I have the right to reference the logo URL (RevList GitHub org avatar)

Tested locally (recommended for new servers)

  • Installed the server in McpMux and it started successfully
  • Called at least one tool / fetched at least one resource / rendered at least one prompt

Live endpoint check: POST initialize to https://pocketdrives.ai/mcp returns 200 (serverInfo.name pocket-drives-mcp, 9 read-only tools). GET is 405 as expected for Streamable HTTP.

Notes for Reviewers

Remote Streamable HTTP MCP. No credentials. Public, read-only marketplace search, quotes, availability, and host profiles. Booking completes in the Pocket Drives iOS app. The source repo has no LICENSE file, so none is claimed here. Official MCP Registry namespace: ai.pocketdrives/pocket-drives.

Signed-off-by: Jer Crane <jeremyccrane@me.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant