API Tools
samuelz.com
Enables retrieving ride service options, policies, quotes, and preparing unpaid transfer booking offers via a ride booking API.
ENDPOINT 1
https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur
MCP server metadata
- Name
- chauffeur-customer
- Version
- 1.1.0
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_optionsRead this provider's public service, required ride facts and booking link.
Inferred read-onlyget_customer_policyRead current booking preparation terms, account requirement, guest booking and minimum lead time.
Inferred read-onlyquote_rideGet a current price preview for complete ride facts, using local service time and addresses with city or postcode.
Inferred read-onlyprepare_offerPrepare exactly one unpaid reservation and binding offer for an Essential one-way transfer.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.