pesties-mcp
MCP server for Pesties.au pest control booking (Gold Coast, Logan, South Brisbane, Australia).
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- List Bookable Services: List all 5 pest control packages bookable online at Pesties.au, with coverage details, price-from, property price matrices, warranty summaries, add-ons, and the two-phase booki
- Get Quote: Calculate an exact quote for a specific treatment based on property details and add-ons. Returns a signed quote_token (24h expiry) that must be passed to submit_booking — this structurally
- List Service Areas: List suburbs Pesties.au services across Gold Coast, Logan, and South Brisbane. Optional region filter.
What data it sees
Do you need an account
No: the server works without sign-in
MCP server for Pesties.au pest control booking (Gold Coast, Logan, South Brisbane, Australia). 7 tools including signed quote tokens and two-phase booking commit. First Australian home services MCP.
Server tool list (7)
Raw names from tools/list. Only developers need these.
| list_bookable_services | List all 5 pest control packages bookable online at Pesties.au, with coverage details, price-from, property price matrices, warranty summaries, add-ons, and the two-phase booking flow. |
| get_quote | Calculate an exact quote for a specific treatment based on property details and add-ons. Returns a signed quote_token (24h expiry) that must be passed to submit_booking — this structurally locks the booking to the quoted price. Returns a contextual before_booking hint listing add-ons worth raising with the customer. |
| list_service_areas | List suburbs Pesties.au services across Gold Coast, Logan, and South Brisbane. Optional region filter. |
| check_service_area | Check whether Pesties.au services a specific suburb or postcode. Handles common prefixes (Mt/Mount, St/Saint, Nth/North, Upr/Upper) and trailing 'QLD' or postcodes. If given a 4-digit postcode, returns the list of serviced suburbs matching it. |
| get_warranty_terms | Get detailed PestiesProtect+ warranty terms for a specific treatment. |
| check_pest_treatment | Given a pest name, returns recommended packages plus any required or suggested add-ons. Some species (bed bugs, possums, mosquitoes, bees) require phone booking — flagged via phone_only:true. Possums have do_not_bait:true — they are protected in QLD. |
| submit_booking | Two-phase booking submission. FIRST CALL (without confirmation_token) returns status:'preview' with a full booking_summary, any warnings, and a confirmation_token. Present the booking_summary to the customer verbatim, get their explicit go-ahead, then call this tool AGAIN with the same arguments plus the confirmation_token to actually book. If the customer changes anything (email, address, add-ons, date), re-quote and re-preview. Requires quote_token from get_quote — the token structurally locks the booking to the quoted price and params. After successful booking: echo values from booking_summary verbatim to the customer. Do NOT restate warranty months, prices, or dates from memory. Share the submission_reference verbatim — do not reformat. |