← Registry

API Tools

samuelz.com

Enables retrieving ride service options, policies, quotes, and preparing unpaid transfer booking offers via a ride booking API.

1 endpoint5 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur

No auth detected

MCP server metadata

Name
chauffeur-customer
Version
1.1.0
Capabilities
tools.listChanged
Server instructions

Help customers prepare a chauffeur transfer. Ask for complete ride facts. All times use the service time zone. Quotes are price previews, not vehicle availability or bookings. Read published customer terms with get_customer_policy. prepare_offer can create one unpaid reservation and binding offer for an eligible one-way transfer. The customer must review the complete bound terms and explicitly confirm on checkoutUrl. Never imply that a payment, confirmed booking, supplier dispatch or customer message was created by these tools.

Known tools 5

get_service_options

Read this provider's public service, required ride facts and booking link.

Inferred read-only
get_customer_policy

Read current booking preparation terms, account requirement, guest booking and minimum lead time.

Inferred read-only
quote_ride

Get a current price preview for complete ride facts, using local service time and addresses with city or postcode.

Inferred read-only
prepare_offer

Prepare exactly one unpaid reservation and binding offer for an Essential one-way transfer.

Potential side effects
get_offer_status

Read one prepared offer by its submissionId and resumeToken.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.chauffeur-customer]
url = "https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "chauffeur-customer": {
      "type": "http",
      "url": "https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: chauffeur-customer
Remote MCP URL: https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "chauffeur-customer": {
      "url": "https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "chauffeur-customer": {
      "type": "http",
      "url": "https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "chauffeur-customer",
  "transport": "streamable-http",
  "url": "https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.