Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Andrii Co. Notary & Apostille Assistant

net.andrii/booking

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

Uptime
100.0%
1 direct probes · 30d
Response
972ms
last probe
Tools
14
callable
Resources
4
readable
Prompts
0
available

Tools · 14

book_appointment

Schedule an appointment tied to the signed-in customer's account — still a request until the notary confirms it, never guaranteed. Use when the customer is authenticated; guests go through request_boo…

cancel_booking

Cancel a booking on the signed-in account — Pending or Scheduled only. Use when the visit is no longer needed; guests cancel via their emailed manage link instead. Accepts: `order_id` (e.g. copied fro…

check_request_status

Check what became of a previously submitted request — no sign-in needed, guests welcome. Use when the customer asks whether the notary confirmed, moved, cancelled, or merged it. Accepts: `reference` —…

check_service_area

Check whether an address sits inside our Washington coverage and resolves precisely enough to book. Use when the customer wants an area answer without searching slots — search_availability already val…

get_apostille_requirements

Check whether a document can get an apostille and how: certified vital records mail in as-is, private papers (e.g. a diploma or POA) need notarization first, federal ones go to the US Department of St…

get_price_quote

Calculate a server-authoritative USD price estimate before shipping — pure, no side effects, nothing booked. Use when the customer asks about cost. Accepts: `document_count`, `mobile`, `after_hours`, …

get_services

List the service catalog — Washington notary and apostille offerings with USD prices and accepted payment options (e.g. card, PayPal, Venmo, cash). Optional — the server instructions already summarize…

get_turnaround_estimate

Calculate typical turnaround — apostille processing days plus mailing and delivery legs. Ranges, never guarantees; exact appointment times come from search_availability. Use when the customer asks how…

my_bookings

List every booking on the signed-in customer's own account, sorted by scheduled time, latest first. Use when an authenticated customer asks what is scheduled, or to grab an `order_id` before reschedul…

request_apostille

Submit a mail-in apostille request — a lead for already-certified Washington public records needing NO notarization (e.g. birth or marriage certificates). Use when get_apostille_requirements says they…

request_booking

Submit a booking request — a lead, NOT a confirmed appointment; the notary follows up. Use when ready to book. Requires: `service` (e.g. office, mobile, loan), the FULL LEGAL NAME as on government ID,…

request_price_match

Request a price-match review of a competitor's WRITTEN quote from a comparable licensed notary — it never sets our price automatically. Use when the customer found a cheaper offer. Requires: `competit…

reschedule_booking

Move one of the signed-in customer's own bookings to a new slot. Use when an authenticated customer wants a different time: find the `order_id` via my_bookings, take a fresh startUnix from search_avai…

search_availability

Find open appointment slots (validating the meeting area too). Use when the customer wants a time. Requires: `service` (office, mobile, apostille); mobile needs an `address`, e.g. a Bothell street. Re…

Resources · 4

service-areas

Where Andrii Co. works: counties and cities around Greater Seattle / Puget Sound, the Bothell office, and the Peace Arch cross-border option. For a specific address, call check_service_area.

resource://service-areas
apostille-guide

How a Washington apostille works: the Secretary of State process, Hague-membership basics, speed tiers with typical timelines, the mail-in path, and the honest DIY option.

resource://apostille-guide
notary-requirements

What a signer must bring and what a Washington notary may and may not do: acceptable ID, personal appearance, witnesses, and prohibited acts (RCW 42.45 in plain words).

resource://notary-requirements
pricing-guide

The published rate card: base fees, travel and after-hours fees, apostille speed tiers, and accepted payment options. For an exact figure, call get_price_quote.

resource://pricing-guide

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "andrii_co._notary_&_apostille_assistant": {
      "url": "https://andrii.net/mcp",
      "transport": "streamable-http"
    }
  }
}