← samuelz.com

INDIVIDUAL MCP TOOL

get_service_options

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

samuelz.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for get_service_options and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

samuelz.com

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.

Related tools

  • get_customer_policy — Read current booking preparation terms, account requirement, guest booking and minimum lead time.
  • quote_ride — Get a current price preview for complete ride facts, using local service time and addresses with city or postcode.
  • prepare_offer — Prepare exactly one unpaid reservation and binding offer for an Essential one-way transfer.
  • get_offer_status — Read one prepared offer by its submissionId and resumeToken.