INDIVIDUAL MCP TOOL
get_instant_whatsapp_contact
Get the official direct WhatsApp dispatch link with a pre-filled reservation message for instant human confirmation.
LIVE ENDPOINT
https://api.trailerrentalmontana.co.za/mcp
Connect to this endpoint to inspect the live schema for get_instant_whatsapp_contact and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
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.trailer-rental-montana-connector]
url = "https://api.trailerrentalmontana.co.za/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"trailer-rental-montana-connector": {
"type": "http",
"url": "https://api.trailerrentalmontana.co.za/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: trailer-rental-montana-connector
Remote MCP URL: https://api.trailerrentalmontana.co.za/mcp
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": {
"trailer-rental-montana-connector": {
"url": "https://api.trailerrentalmontana.co.za/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"trailer-rental-montana-connector": {
"type": "http",
"url": "https://api.trailerrentalmontana.co.za/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "trailer-rental-montana-connector",
"transport": "streamable-http",
"url": "https://api.trailerrentalmontana.co.za/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_trailers— List all active rental trailers available at Trailer Rental Montana with pricing, dimensions, payload capacity, and categories (Luggage & Camping, Bike & Quad, Box & Cage / Moving, Multi-Purpose / Utility, Car Transporters).get_trailer_details— Get full technical specifications, dimensions, payload capacity, daily rate, required deposit, and photos for a specific trailer by slug or name.calculate_rental_quote— Calculate an accurate rental quote for a given trailer, number of days, and optional pickup date, including daily hire cost, required deposit, and return date schedule.check_availability_and_hours— Check the branch address, operating hours, collection schedule, and booking recommendations for Trailer Rental Montana in Sinoville/Montana, Pretoria.create_rental_booking— Submit a confirmed rental reservation request for a trailer.get_rental_requirements— Get the mandatory rental requirements, towing licensing regulations (Code B vs Code EB), towbar specifications (50mm ball), documentation checklist, and deposit policies.