com.thejohnsonbros/plumbing-booking
REMOTE · THEJOHNSONBROS.COM · SCANNED SEP 26
Johnson Bros. Plumbing: check coverage, services, pricing, availability, and book by SMS.
Available components
Recent critical change
Authorization (14 Sept 2026). See the changelog before you install this server.
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →
Endpoint Security63
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (submit_customer_info). See how to fix → View diagnostics → Fail
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability45
- 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 4077 tokens (~135/item across 30 items; 16 tools + 14 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
- No destabilizing schema changes in the last 30 days.Pass
Tool Coverage89
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 61% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 16 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
- Supports UI / widget rendering.Pass
How do I install the com.thejohnsonbros/plumbing-booking MCP server?
com.thejohnsonbros/plumbing-booking is a hosted endpoint at https://thejohnsonbros.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · thejohnsonbros.com
claude mcp add --transport http com-thejohnsonbros-plumbing-booking 'https://thejohnsonbros.com/mcp'
{
"mcpServers": {
"com-thejohnsonbros-plumbing-booking": {
"url": "https://thejohnsonbros.com/mcp"
}
}
} {
"servers": {
"com-thejohnsonbros-plumbing-booking": {
"type": "http",
"url": "https://thejohnsonbros.com/mcp"
}
}
} [mcp_servers.com-thejohnsonbros-plumbing-booking] url = "https://thejohnsonbros.com/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-thejohnsonbros-plumbing-booking": {
"type": "remote",
"url": "https://thejohnsonbros.com/mcp",
"enabled": true
}
}
} openclaw mcp add com-thejohnsonbros-plumbing-booking --url 'https://thejohnsonbros.com/mcp' --transport streamable-http
mcp_servers:
com-thejohnsonbros-plumbing-booking:
url: "https://thejohnsonbros.com/mcp" {
"McpServers": {
"com-thejohnsonbros-plumbing-booking": {
"Transport": "http",
"Url": "https://thejohnsonbros.com/mcp"
}
}
} assistant mcp add com-thejohnsonbros-plumbing-booking -t streamable-http -u 'https://thejohnsonbros.com/mcp'
{
"mcpServers": {
"com-thejohnsonbros-plumbing-booking": {
"type": "http",
"url": "https://thejohnsonbros.com/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 25 Sept 26 −1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 21 Sept 26 +1
- Stability: 0.97 → pass security
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 0
- The server rewrote its instructions, which are the text every model session reads security
- Tool “check_service_area” rewrote its description, which is the text the model reads security
- Tool “get_availability” rewrote its description, which is the text the model reads security
- Tool “submit_customer_info” rewrote its description, which is the text the model reads security
- Schema quality: good → excellent functional
- “get_availability” added an optional parameter “state” cosmetic
- “get_availability” added an optional parameter “town” cosmetic
- “get_availability” added an optional parameter “zip” cosmetic
- “submit_customer_info” added an optional parameter “issue_description” cosmetic
- “submit_customer_info” reworded the description of “confirmed” cosmetic
- 14 Sept 26 −6
- Authorization: partial → fail ▼ critical
- Resource “availability-widget” now points somewhere else: ui://widget/v2/availability.html → ui://widget/v4/availability.html security
- Resource “booking-confirmation-widget” now points somewhere else: ui://widget/v2/booking-confirmation.html → ui://widget/v4/booking-confirmation.html security
- Resource “date-picker-widget” now points somewhere else: ui://widget/v2/date-picker.html → ui://widget/v4/date-picker.html security
- Resource “emergency-widget” now points somewhere else: ui://widget/v2/emergency.html → ui://widget/v4/emergency.html security
- Resource “lead-capture-widget” now points somewhere else: ui://widget/v2/lead-capture.html → ui://widget/v4/lead-capture.html security
- Resource “quote-widget” now points somewhere else: ui://widget/v2/quote.html → ui://widget/v4/quote.html security
- Resource “service-fee-widget” now points somewhere else: ui://widget/v2/service-fee.html → ui://widget/v4/service-fee.html security
- Resource “services-widget” now points somewhere else: ui://widget/v2/services.html → ui://widget/v4/services.html security
- Resource “time-picker-widget” now points somewhere else: ui://widget/v2/time-picker.html → ui://widget/v4/time-picker.html security
- The server rewrote its instructions, which are the text every model session reads security
- New tool “customer_lookup”, which the server declares destructive security
- New tool “submit_customer_info”, which the server declares destructive security
- Tool “confirm_booking” rewrote its description, which is the text the model reads security
- Tool “request_callback” rewrote its description, which is the text the model reads security
- Tool “confirm_booking” is now declared destructive security
- Tool “request_booking” is now declared destructive security
- Tool “request_callback” is now declared destructive security
- Schema quality: pass → fail ▼ functional
- New resource “customer-portal-widget” functional
- New tool “open_customer_portal” functional
- New tool “search_service_history” functional
- “check_service_area” added an optional parameter “state” cosmetic
- “request_booking” added an optional parameter “customer_type” cosmetic
- “request_booking” added an optional parameter “heard_about_us” cosmetic
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 0
- The server rewrote its instructions, which are the text every model session reads security
- Tool “business_info” rewrote its description, which is the text the model reads security
- Schema quality: 68 → 76 ▼ functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 26 Sept 2026 · Probed https://thejohnsonbros.com/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=thejohnsonbros.com | CN=WE1,O=Google Trust Services,C=US | 20 Sept 2026 | 19 Dec 2026 | ECDSA 256 | ECDSA-SHA256 | 2b7ad2937668fd11136d154a2bc6e73e |
| SANs: thejohnsonbros.com, *.thejohnsonbros.com | ||||||
| CN=WE1,O=Google Trust Services,C=US (CA) | CN=GTS Root R4,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | ECDSA 256 | ECDSA-SHA384 | 7ff31977972c224a76155d13b6d685e3 |
| CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 15 Nov 2023 | 28 Jan 2028 | ECDSA 384 | SHA256-RSA | 7fe530bf331343bedd821610493d8a1b |
Background: What to check on a remote MCP endpoint →
DNSSEC insecure
Validation of thejohnsonbros.com. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| com. | present | 19718 | 13 | Verified |
| thejohnsonbros.com. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=31536000; includeSubDomains; preload |
| content-security-policy | default-src 'self';base-uri 'self';font-src 'self' https://fonts.gstatic.com https://cdn.openai.com;form-action 'self';frame-ancestors 'self';img-src 'self' data: https://www.googletagmanager.com https://googleads.g.doubleclick.net https://ad.doubleclick.net https://www.google.com https://*.cartocdn.com https://*.openstreetmap.org https://cdnjs.cloudflare.com https://lh3.googleusercontent.com https://images.unsplash.com https://api.dicebear.com;object-src 'none';script-src 'self' 'nonce-zWAEjVI4nSDb0KPXfUzDnQ==' https://analytics.thejohnsonbros.com https://analytics.ahrefs.com https://www.googletagmanager.com https://googleads.g.doubleclick.net https://www.gstatic.com https://static.cloudflareinsights.com;script-src-attr 'none';style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdnjs.cloudflare.com;upgrade-insecure-requests;connect-src 'self' https://analytics.thejohnsonbros.com https://analytics.ahrefs.com https://www.googletagmanager.com https://analytics.google.com https://www.google-ana |
| x-content-type-options | nosniff |
| x-frame-options | SAMEORIGIN |
| referrer-policy | no-referrer |
| permissions-policy | accelerometer=(), autoplay=(), camera=(self), clipboard-read=(), clipboard-write=(self), display-capture=(), encrypted-media=(), fullscreen=(self), geolocation=(), gyroscope=(), magnetometer=(), microphone=(self), midi=(), payment=(), picture-in-picture=(self), publickey-credentials-get=(), screen-wake-lock=(), serial=(), sync-xhr=(), usb=(), web-share=(self), xr-spatial-tracking=() |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://thejohnsonbros.com/mcp | Verified | 200 | |
| http (plaintext) | http://thejohnsonbros.com/mcp | HTTPS enforced | 301 | https://thejohnsonbros.com/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
business_info Get Business Information ~63
Start here for a self-contained Johnson Bros. business briefing: locations, services, hours, service area, dispatch fee, pricing and booking policies, credentials, payment methods, and how to get further information through MCP without browsing the website. Not live availability or private customer records.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_context | object | – | – |
| booking | object | yes | – |
| business | object | yes | – |
| facts_updated | string | – | – |
| hours | object | yes | – |
| review_sandbox | boolean | – | – |
| success | boolean | yes | – |
No examples provided.
check_service_area Check Service Area ~172
Check a service ZIP, or a Massachusetts town, city or neighborhood name on its own, against the coverage database for Norfolk, Suffolk and Plymouth counties. Answer "do you serve <town>?" directly with town (no ZIP needed): covered = yes; partially_covered = yes for the listed covered_zips, confirm the customer's ZIP only then; outside_service_area = not in the automatic-booking area (offer request_out_of_area_callback and the office number); unknown_town = ask for the ZIP. During new-customer intake run this check silently; never announce that you are checking the service area. Unavailable coverage is unknown, not outside-area. This never proves that a particular appointment is available.
| Name | Type | Req | Description |
|---|---|---|---|
| state | string | – | – |
| town | string | – | – |
| zip | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| counties | array | – | – |
| covered_zips | array | – | Town lookups only: the town ZIPs inside the automatic-booking area. |
| error | string | – | – |
| error_code | string | – | – |
| in_service_area | boolean | – | – |
| matched_by | – | – | – |
| message | string | – | – |
| missing_fields | array | – | – |
| next_step | string | – | – |
| outside_zips | array | – | Town lookups only: the town ZIPs outside the automatic-booking area. |
| resolved_town | string | – | Town lookups only: the Massachusetts place the name was matched to. |
| review_sandbox | boolean | – | – |
| status | string | – | – |
| success | boolean | yes | – |
| town | string | – | – |
| zip | string | – | – |
No examples provided.
confirm_booking Confirm a Booking with the SMS Code ~113
Use this after the customer supplies the six-digit SMS code from request_booking. It can create customer and job records or an office-review lead, notify the office, and send transactional customer or referral-status texts. Only status:confirmed with booked:true means the visit is scheduled. status:callback_pending with booked:false means the office must follow up and must never be described as an appointment. Replaying the same valid confirmation is safe and returns the stored result.
| Name | Type | Req | Description |
|---|---|---|---|
| booking_id | string | yes | – |
| code | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| attempts_remaining | integer | – | – |
| booked | boolean | yes | – |
| business_phone | string | yes | – |
| business_phone_href | string | yes | – |
| confirmation_number | string | – | – |
| customer_name | string | – | – |
| error_code | string | – | – |
| formatted_arrival_window | string | – | – |
| location_summary | string | – | – |
| message | string | yes | – |
| needs_manual | boolean | yes | – |
| next_step | string | yes | – |
| replayed | boolean | – | – |
| review_sandbox | boolean | – | – |
| scheduled_end | string | – | – |
| scheduled_start | string | – | – |
| service_city | string | – | – |
| service_description | string | – | – |
| status | string | yes | – |
| success | boolean | yes | – |
| timezone | string | – | – |
No examples provided.
customer_lookup Verify Returning Customer and Retrieve History ~104
For a returning customer: first call with phone and confirmed:true to request a code. Next call with the returned challenge_id and customer-supplied code. Saved details and recent service history are returned only after successful verification. If lookup fails, offer the new-customer form or office assistance. Never claim a match from the initial response.
| Name | Type | Req | Description |
|---|---|---|---|
| challenge_id | string | – | – |
| code | string | – | – |
| confirmed | boolean | yes | – |
| phone | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| challenge_id | string | – | – |
| customer | object | – | – |
| history | array | – | – |
| history_status | string | – | – |
| message | string | yes | – |
| next_step | string | yes | – |
| record_id | string | – | Saved office lead reference, when applicable. |
| request_id | string | yes | Public operation receipt for support; never a provider customer ID. |
| review_sandbox | boolean | – | – |
| status | string | yes | – |
| success | boolean | yes | – |
No examples provided.
emergency_help Emergency Plumbing Help ~295
Use this immediately when the user describes an urgent plumbing safety or damage situation. Give bounded mitigation guidance and direct them to call Johnson Bros.; for gas, fire, or immediate danger, direct them to leave and call 911 first. Do not treat this tool as monitored emergency dispatch or create an online emergency appointment. WHEN TO USE: Immediately when a customer mentions an emergency situation like: - Burst pipe, flooding, or water damage - Gas smell or suspected gas leak (CRITICAL - may need to call 911) - Sewage backup or overflow - No water or sudden loss of water - Water heater leaking or not working PRIORITY ORDER: 1. First ensure customer safety (especially for gas leaks) 2. Provide immediate mitigation steps (how to shut off water, etc.) 3. Then tell the user to call Johnson Bros. for emergency service RETURNS: Step-by-step immediate actions, safety warnings, things NOT to do, urgency level, and whether emergency dispatch is recommended. IMPORTANT: For gas leaks, always advise leaving the house and calling 911 first.
| Name | Type | Req | Description |
|---|---|---|---|
| additional_details | string | – | Additional context about the emergency (optional). Include location, duration, actions already taken. |
| emergency_type | string | yes | Type of plumbing emergency (required). Examples: 'burst pipe', 'flooding', 'gas leak', 'sewage backup', 'no hot water', 'no water' |
| Name | Type | Req | Description |
|---|---|---|---|
| call_now | string | – | – |
| emergency_contact | object | – | – |
| emergency_type | string | – | – |
| error | string | – | – |
| immediate_steps | array | – | – |
| recommendation | string | – | – |
| review_sandbox | boolean | – | – |
| safety_warnings | array | – | – |
| success | boolean | yes | – |
| urgency_level | string | – | – |
No examples provided.
fetch Fetch Johnson Bros. Document ~66
Use this to read the full text of a document returned by search. Takes the exact id from a search result. Returns public business information only -- it never returns customer records.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Document id from a search result, e.g. 'faq:pricing-service-fee' |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | – | – |
| error_code | string | – | – |
| id | string | – | – |
| metadata | object | – | – |
| success | boolean | yes | – |
| text | string | – | – |
| title | string | – | – |
| url | string | – | – |
No examples provided.
get_availability Get Open Booking Windows ~156
Use this when the user wants live Johnson Bros. appointment availability. Include zip and any known town/state for a customer booking inquiry. Outside-area or unresolved locations receive no windows. Without a location, this returns general capacity only, not eligibility to book; coverage_status is not_checked. Never call for a customer already found outside coverage. Do not promise or create an appointment; use request_booking and confirm_booking.
| Name | Type | Req | Description |
|---|---|---|---|
| days | integer | – | – |
| start_date | string | – | – |
| state | string | – | – |
| time_preference | string | – | – |
| town | string | – | – |
| zip | string | – | Service ZIP when known. Always include the customer location for a booking inquiry; outside-area requests receive no windows. |
| Name | Type | Req | Description |
|---|---|---|---|
| booking_flow | string | yes | – |
| coverage_status | string | – | – |
| error_code | string | – | – |
| has_more | boolean | – | – |
| missing_fields | array | – | – |
| next_step | string | – | – |
| open_windows | integer | yes | – |
| privacy | string | yes | – |
| requested_days | integer | yes | – |
| returned_windows | integer | – | – |
| review_sandbox | boolean | – | – |
| status | string | – | – |
| success | boolean | yes | – |
| time_preference | string | yes | – |
| timezone | string | yes | – |
| total_matching_windows | integer | – | – |
| total_windows | integer | yes | – |
| windows | array | yes | – |
No examples provided.
get_quote Get Plumbing Service Quote ~354
Use this when the user wants a non-binding estimate for a specific plumbing issue. Returns a price range, typical duration, and next step. Do not present the range as a guaranteed repair price; final pricing is confirmed on-site before work begins. WHEN TO USE: When a customer asks "How much does it cost?", "What's the price?", or wants to know pricing before booking. Use this early in the conversation to set expectations. PRICING NOTES: - Estimates are ranges; final price depends on on-site assessment - Do not invent urgency, after-hours, or commercial surcharges - The office or technician confirms any timing- or property-related pricing before work - The $99 service fee covers sending a technician out to diagnose the problem and give you an estimate before repair work starts. If you approve the repair, we waive the service fee and you pay only the price the technician quoted. If you decline the repair, the $99 service fee is due. WORKFLOW: 1. Use this tool when customer asks about pricing 2. Share the estimate with appropriate caveats 3. If they want to proceed, use get_availability, request_booking, and confirm_booking RETURNS: Service name, price range (min/max in USD), estimated duration, urgency notes, and suggested next steps.
| Name | Type | Req | Description |
|---|---|---|---|
| issue_description | string | yes | Description of the plumbing problem (required). Be specific about symptoms and location. |
| property_type | string | – | Type of property (default: 'residential') |
| service_type | string | yes | Type of plumbing service (required). Examples: 'drain cleaning', 'water heater repair', 'toilet repair' |
| urgency | string | – | How urgent is the repair? |
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | – |
| error | string | – | – |
| error_code | string | – | – |
| estimated_duration | string | – | – |
| estimated_price_range | object | – | – |
| next_step | string | – | – |
| next_steps | string | – | – |
| notes | array | – | – |
| property_type | string | – | – |
| review_sandbox | boolean | – | – |
| service | string | – | – |
| service_fee | string | – | – |
| service_supported | boolean | – | – |
| success | boolean | yes | – |
| urgency_level | string | – | – |
No examples provided.
get_services_pricing Get Services & Pricing ~100
Use this when the user wants to browse Johnson Bros. services or general non-binding price ranges. Do not use it for an issue-specific estimate; use get_quote. Final pricing is confirmed on-site before work begins.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Filter by category: 'emergency', 'maintenance', 'repair', 'installation', 'specialty' |
| search | string | – | Search term, e.g. "water heater", "drain" |
| Name | Type | Req | Description |
|---|---|---|---|
| categories | array | yes | – |
| error | string | – | – |
| error_code | string | – | – |
| next_step | string | – | – |
| pricing_disclaimer | string | yes | – |
| review_sandbox | boolean | – | – |
| service_fee | string | yes | – |
| service_supported | boolean | – | – |
| services | array | yes | – |
| success | boolean | yes | – |
| total_services | integer | yes | – |
No examples provided.
open_customer_portal Book a Visit or Search My Service History ~102
Use this when the customer wants to book Johnson Bros. service or search their own past visits. Opens a compact card that expands into a customer form without sending a message or creating a booking. History requires SMS verification and the customer card’s private, short-lived proof. Booking requires reviewing details and the customer-supplied SMS code.
| Name | Type | Req | Description |
|---|---|---|---|
| view | string | – | Choose booking for a new service visit, or history for the customer’s own previous and upcoming visits. |
| Name | Type | Req | Description |
|---|---|---|---|
| business_phone | string | yes | – |
| message | string | yes | – |
| review_sandbox | boolean | – | – |
| success | boolean | yes | – |
| view | string | yes | – |
No examples provided.
request_booking Request a Booking (sends SMS confirmation code) ~267
Use this only after the user explicitly asks to start a Johnson Bros. booking and confirms their own contact details, service address, issue, and preferred windows. It sends a six-digit SMS code and does not schedule a visit. Do not claim an appointment exists until confirm_booking returns status:confirmed and booked:true.
| Name | Type | Req | Description |
|---|---|---|---|
| address | object | yes | – |
| confirmed | boolean | yes | True only after the user explicitly asks to start this booking request and send the SMS code |
| customer_type | string | – | Required for booking: answer to Have you used us before? |
| string | – | – | |
| heard_about_us | string | – | Required for new customers: where they found us |
| name | string | yes | Customer full name |
| notes | string | – | Issue description / anything the technician should know |
| phone | string | yes | Customer mobile number — receives the 6-digit confirmation code |
| preferred_windows | array | – | Preferred arrival windows from get_availability (start_time/end_time ISO strings) |
| promotion_review_requested | boolean | – | – |
| referral_code | string | – | – |
| service | string | yes | Requested service, e.g. "water heater replacement" |
| time_preference | string | – | Fallback time-of-day preference if none of the preferred windows is open |
| Name | Type | Req | Description |
|---|---|---|---|
| attempts_allowed | integer | – | – |
| booking_id | string | – | – |
| code_sent_to | string | – | – |
| error | string | – | – |
| error_code | string | – | – |
| expires_at | string | – | – |
| in_service_area | boolean | – | – |
| next_step | string | yes | – |
| review_sandbox | boolean | – | – |
| sandbox_verification_code | string | – | – |
| service_area_notice | string | – | – |
| status | string | yes | – |
| success | boolean | yes | – |
No examples provided.
request_callback Request a Johnson Bros. Callback ~170
Use this only after the user explicitly asks Johnson Bros. to call them about a plumbing need and provides their own contact details. This creates a callback lead, not an appointment, and can notify the office and send a transactional SMS acknowledgment. Do not use it for emergency dispatch; tell emergency users to call (617) 479-9911.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | yes | True only after the user explicitly asks Johnson Bros. to contact them |
| string | – | – | |
| issue_description | string | yes | Short description of the plumbing issue |
| name | string | yes | Customer full name, for example "Jane Smith" |
| phone | string | yes | Customer phone number for the callback |
| preferred_callback_time | string | – | Optional preference such as "weekday morning" |
| urgency | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| error_code | string | – | – |
| message | string | yes | – |
| next_step | string | yes | – |
| phone_last4 | string | – | – |
| record_id | string | – | – |
| request_id | string | yes | – |
| review_sandbox | boolean | – | – |
| status | string | yes | – |
| success | boolean | yes | – |
No examples provided.
request_out_of_area_callback Request Out-of-Area Office Callback ~228
Use as soon as a caller is found to be outside the automatic-booking service area and agrees to a call from the office. Requires name, phone, city, state, service ZIP, issue_description and confirmed:true. The server rechecks coverage: in_service_area means continue normal booking (no callback is created). For a Massachusetts address it flags the office to call back ASAP (status office_callback_requested); tell the caller the office will call them soon and that they are also welcome to call (617) 479-9911. Outside Massachusetts returns outside_massachusetts and creates nothing. It never books an appointment. Retries within 30 minutes return the same request (duplicate:true).
| Name | Type | Req | Description |
|---|---|---|---|
| address | object | yes | – |
| confirmed | boolean | yes | True only after the caller agreed to the office calling them back |
| issue_description | string | yes | What the caller needs, in their words |
| name | string | yes | Caller full first and last name |
| phone | string | yes | Callback number. On phone calls the channel supplies the caller ID; confirm it with the caller. |
| Name | Type | Req | Description |
|---|---|---|---|
| booked | boolean | yes | – |
| coverage_verified | boolean | – | False when the coverage database could not be read; the office will confirm. |
| duplicate | boolean | – | True when this callback was already requested recently; no second office task was created. |
| error_code | string | – | – |
| in_massachusetts | boolean | – | – |
| in_service_area | boolean | yes | – |
| message | string | yes | – |
| next_step | string | yes | – |
| record_id | string | – | Saved office lead reference, when a callback was requested. |
| request_id | string | yes | Public operation receipt for support; never a provider customer ID. |
| review_sandbox | boolean | – | – |
| status | string | yes | – |
| success | boolean | yes | – |
No examples provided.
search Search Johnson Bros. Knowledge ~89
Use this to find Johnson Bros. Plumbing pages about services, service area, pricing policy, or common questions. Returns ids, titles and URLs only -- call fetch with an id to read the full text. Do not use it to check live appointment availability (use get_availability) or to look up a customer.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Natural-language search terms, e.g. 'water heater Quincy' |
| Name | Type | Req | Description |
|---|---|---|---|
| results | array | yes | – |
| success | boolean | yes | – |
No examples provided.
search_service_history Search My Verified Service History ~199
Use this from the customer card or browser bridge after customer_lookup verifies SMS and supplies private proof. Shared agents must use the history returned by customer_lookup or open the customer portal; an MCP connection alone never authorizes history. Searches the authenticated account records available from the customer portal by repair keywords, date text, and status. No customer IDs or portal bearer tokens are accepted. If verification expires, use customer_lookup again. Results cover only the records loaded by the portal, not a guaranteed lifetime archive.
| Name | Type | Req | Description |
|---|---|---|---|
| history_access_token | string | – | Private verification proof attached automatically by the customer card or browser bridge. Never ask the customer for it or invent it. |
| limit | integer | – | Maximum records to return, from 1 to 50. |
| query | string | – | Repair keywords or date text, for example drain or 2025. Empty searches all available records. |
| status | string | – | Filter the verified customer’s available visits by status. |
| Name | Type | Req | Description |
|---|---|---|---|
| history | array | yes | – |
| message | string | yes | – |
| records_searched | integer | yes | – |
| returned_records | integer | yes | – |
| review_sandbox | boolean | – | – |
| success | boolean | yes | – |
No examples provided.
submit_customer_info Submit New Customer Form ~275
After asking Have you used us before?, use for NEW customers only after they approve full name, address, email, phone and where they found us. Include the customer-approved issue_description when the service or symptoms are already known. Saves an in-area customer; outside database coverage saves a lead with the supplied description for office review and never books a job. For a Massachusetts address outside the area that lead is also flagged for an ASAP office callback (office_callback_requested:true), so do not call request_out_of_area_callback afterwards. Say the description was saved only when issue_description_saved is true; in-area booking notes are saved later with request_booking. Lead submissions can notify the office and send a transactional SMS acknowledgment; they do not authorize marketing texts.
| Name | Type | Req | Description |
|---|---|---|---|
| address | object | yes | – |
| confirmed | boolean | yes | Customer submitted or approved the new customer form, including any supplied issue description |
| string | yes | – | |
| heard_about_us | string | yes | Where the customer found Johnson Bros; ask, never infer from the platform |
| issue_description | string | – | Customer-approved service and reported symptoms, if already provided. Preserved in outside-area office lead notes; do not invent a diagnosis. Optional so contact-only intake still works. |
| name | string | yes | Full first and last name |
| phone | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| booked | boolean | yes | – |
| error_code | string | – | – |
| in_massachusetts | boolean | – | Outside-area leads only: whether the service ZIP is in Massachusetts. |
| in_service_area | boolean | yes | – |
| issue_description_saved | boolean | – | True only after a supplied issue description was saved with an office-review lead. Customer creation alone does not save booking notes. |
| message | string | yes | – |
| next_step | string | yes | – |
| office_callback_requested | boolean | – | True when the outside-area lead was flagged for an ASAP office callback (Massachusetts addresses). |
| record_id | string | – | Saved office lead reference, when applicable. |
| request_id | string | yes | Public operation receipt for support; never a provider customer ID. |
| review_sandbox | boolean | – | – |
| status | string | yes | – |
| success | boolean | yes | – |
No examples provided.
What is the com.thejohnsonbros/plumbing-booking MCP server?
com.thejohnsonbros/plumbing-booking is an MCP server listed in the public MCP registry as com.thejohnsonbros/plumbing-booking. Johnson Bros. Plumbing: check coverage, services, pricing, availability, and book by SMS. This page covers its hosted endpoint (https://thejohnsonbros.com/mcp).
Is the com.thejohnsonbros/plumbing-booking MCP server safe to use?
com.thejohnsonbros/plumbing-booking scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the com.thejohnsonbros/plumbing-booking MCP server expose?
com.thejohnsonbros/plumbing-booking exposes 16 tools: get_quote, emergency_help, open_customer_portal, search_service_history, submit_customer_info, and 11 more. Their descriptions and schemas cost roughly 2,753 tokens of context every time the server is loaded.
Does the com.thejohnsonbros/plumbing-booking MCP server require authentication?
No. We connected to com.thejohnsonbros/plumbing-booking without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.
Is the com.thejohnsonbros/plumbing-booking MCP server still maintained?
com.thejohnsonbros/plumbing-booking is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.