mcpbeat

Booking MCP Server

net.andrii/booking
answering

Booking is answering right now. Last checked 15 min ago. It exposes 14 tools.

Book a Washington notary or apostille appointment, get a quote, and track it, via AI assistant.

Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
91 of 91 checks
14
Tools
read from the server
534 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add booking --transport http https://andrii.net/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "booking": {
      "url": "https://andrii.net/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.booking]
url = "https://andrii.net/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "booking": {
      "url": "https://andrii.net/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "booking": {
      "url": "https://andrii.net/mcp"
    }
  }
}

Available tools 14

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

request
check_request_status
Check the current status of a previously submitted request by its reference id — whether the notary confirmed/scheduled it (and for when, Pacific time), rescheduled, cancelled, or merged it with another request. No sign-in needed. Call this whenever the customer asks about their request's status or whether anything changed since it was submitted.
request_apostille
Submit a mail-in apostille request (a lead). For already-certified Washington public records that need NO notarization (birth/marriage/death certificates). The notary follows up with where to mail the documents and a quote; nothing is charged until approved. Requires a name and either an email or a phone.
request_booking
Submit a booking request (a lead — NOT a confirmed appointment; the notary follows up to confirm). Requires the customer's FULL LEGAL NAME and an email or phone (collect both). Pass a chosen slot's startUnix as desired_time_unix (from search_availability). To modify/extend an existing request, pass existing_reference instead of creating a duplicate.
request_price_match
Ask us to consider matching a comparable licensed notary's WRITTEN quote. This is a request the notary reviews — it never sets a price automatically. We reply with our own comparable quote and a match decision within one business day. Requires a name and either an email or a phone.
apostille
get_apostille_requirements
Check whether a document qualifies for an apostille and how — certified vital records can be apostilled as-is (mail-in), a private document (diploma/POA) needs a notarization first, federal documents go to the US Department of State. Includes the honest do-it-yourself path AND our offer. Pure, no side effects.
availability
search_availability
Find open notary/apostille appointment slots — this also validates the service area for the given address. Returns the resolved location, up to 7 `recommended` slots (each with `startUnix`), and per-day booking `windows`: the k-th bookable start is `startUnixFrom + k*stepSec` for k < `startCount`. Pass the chosen start's Unix seconds to request_booking as desired_time_unix. "mobile" needs an address; "office"/"apostille" use our office.
book
book_appointment
Book a notary/apostille appointment for the signed-in customer, bound to their account. Call search_availability first and pass a slot's startUnix as scheduledAt (omit for a 'call me to schedule' request). Requires sign-in.
bookings
my_bookings
List the signed-in customer's OWN notary/apostille bookings (most recent first). Requires sign-in.
cancel
cancel_booking
Cancel one of the signed-in customer's OWN Pending or Scheduled bookings. Requires sign-in.
price
get_price_quote
Get a server-authoritative USD price estimate (before shipping). Pure calculation, no side effects.
reschedule
reschedule_booking
Reschedule one of the signed-in customer's OWN bookings to a new slot's startUnix (strict — the new time must be genuinely available). Requires sign-in.
service
check_service_area
Check whether an address is inside Andrii Co.'s Washington service area, and get its resolved location + whether it's precise enough to book. Read-only; no booking.
services
get_services
The full service catalog (Washington State notary & apostille) with prices and the accepted payment options. Optional — the server instructions already summarize the flow; call this when the customer asks about services or payment methods.
turnaround
get_turnaround_estimate
Estimate typical completion + shipping timing for a service (apostille processing days, mail-in and delivery legs). Ranges, not guarantees; no side effects. For an exact appointment time use search_availability.

Endpoints

URLTransportStateLatencyChecked
https://andrii.net/mcp streamable-http answering 532 ms 15 min ago

Booking — questions

Answers built from our own checks of this server.

What can Booking do?
It exposes 14 tools, read directly from the server on our last check. Among them: book_appointment, cancel_booking, check_request_status, check_service_area, get_apostille_requirements, get_price_quote and 8 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Booking working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 534 ms. The bar chart above shows every period we have measured.
How do I connect Booking?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Booking need an API key?
No. Booking completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 14 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Booking?
It answers our handshake in 534 ms on average, which is faster than 20% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.