INDIVIDUAL MCP TOOL
confirm_booking
Use this after the customer supplies the six-digit SMS code from request_booking.
LIVE ENDPOINT
https://thejohnsonbros.com/mcp
Connect to this endpoint to inspect the live schema for confirm_booking 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.jb-booker]
url = "https://thejohnsonbros.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jb-booker": {
"type": "http",
"url": "https://thejohnsonbros.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jb-booker
Remote MCP URL: https://thejohnsonbros.com/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": {
"jb-booker": {
"url": "https://thejohnsonbros.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jb-booker": {
"type": "http",
"url": "https://thejohnsonbros.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jb-booker",
"transport": "streamable-http",
"url": "https://thejohnsonbros.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_quote— Use this when the user wants a non-binding estimate for a specific plumbing issue.emergency_help— Use this immediately when the user describes an urgent plumbing safety or damage situation.get_availability— Use this when the user wants live Johnson Bros.check_service_area— Use this when the user gives a Massachusetts ZIP code or town and wants to know whether Johnson Bros.get_services_pricing— Use this when the user wants to browse Johnson Bros.business_info— Use this when the user asks about Johnson Bros.request_callback— Use this only after the user explicitly asks Johnson Bros.request_booking— Use this only after the user explicitly asks to start a Johnson Bros.