Andrii Co. Notary & Apostille Assistant
net.andrii/bookingBook a Washington notary or apostille appointment, get a quote, and track it, via AI assistant.
Tools · 14
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 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 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 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…
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…
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`, …
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…
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…
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…
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…
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 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…
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…
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
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
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
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
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
Similar MCP servers embedding-nearest
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"
}
}
}