General Tools
thejohnsonbros.com
Provides plumbing service information, quotes, emergency assistance, availability, and pricing for Johnson Bros.
ENDPOINT 1
https://thejohnsonbros.com/mcp
MCP server metadata
- Name
- jb-booker
- Version
- 1.0.0
Known tools 11
get_quoteUse this when the user wants a non-binding estimate for a specific plumbing issue.
Inferred read-onlyemergency_helpUse this immediately when the user describes an urgent plumbing safety or damage situation.
Inferred read-onlycheck_service_areaUse this when the user gives a Massachusetts ZIP code or town and wants to know whether Johnson Bros.
Inferred read-onlyrequest_bookingUse this only after the user explicitly asks to start a Johnson Bros.
Inferred read-onlyconfirm_bookingUse this after the customer supplies the six-digit SMS code from request_booking.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for thejohnsonbros.com was fetched 2026-08-25T18:49:31.578Z.
thejohnsonbros.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.