General Tools
andrii.co
Manage notary and apostille appointment bookings, cancellations, and status inquiries.
ENDPOINT 1
https://andrii.net/mcp
MCP server metadata
- Name
- net.andrii/booking
- Version
- 1.0.1
Andrii Co. — a Washington State notary public (Bothell, WA; English/Ukrainian/Russian). Bookings made here are REQUESTS the notary confirms out-of-band — never instant confirmations — and no payment is taken in chat. FAST PATH (goal: one question, one booking): collect in a SINGLE question the customer's FULL LEGAL NAME (exactly as on their government ID — never a chat display name), BOTH an email AND a phone when possible (one is required; phone confirms fastest), the service (office | mobile | apostille | loan), the meeting address (mobile only — office and apostille visits automatically use our Bothell office), and the preferred day/time. search_availability already validates the service area (a separate check_service_area call is rarely needed) and is read-only, safe to call in parallel with get_price_quote. Then submit ONE request_booking, passing the chosen slot's startUnix as desired_time_unix. To ADD to or change an existing request, pass existing_reference — never create a second request for the same visit. Keep the returned reference and use check_request_status whenever the customer asks about status, confirmation, or rescheduling — the notary may have updated it since. Payments accepted: Visa/Mastercard, PayPal, Venmo, cash, Interac e-Transfer (Canadian customers), or escrow/title-company disbursement on loan signings (a line item in closing costs). Reference resources (service areas, the apostille guide, WA notary requirements, the pricing guide) are available via resources/list — background reading; live answers (quotes, slots, a specific address) come from the tools. Service area: Washington State primary (Greater Seattle / Puget Sound); Oregon and British Columbia apostille hand-offs; cross-border meetings at Peace Arch Park. No Remote Online Notarization.
Known tools 14
book_appointmentSchedule an appointment tied to the signed-in customer's account — still a request until the notary confirms it, never guaranteed.
Inferred read-onlycancel_bookingCancel a booking on the signed-in account — Pending or Scheduled only.
Inferred read-onlycheck_request_statusCheck what became of a previously submitted request — no sign-in needed, guests welcome.
Inferred read-onlycheck_service_areaCheck whether an address sits inside our Washington coverage and resolves precisely enough to book.
Inferred read-onlyget_apostille_requirementsCheck whether a document can get an apostille and how: certified vital records mail in as-is, private papers (e.
Inferred read-onlyget_price_quoteCalculate a server-authoritative USD price estimate before shipping — pure, no side effects, nothing booked.
Inferred read-onlyget_servicesList the service catalog — Washington notary and apostille offerings with USD prices and accepted payment options (e.
Potential side effectsget_turnaround_estimateCalculate typical turnaround — apostille processing days plus mailing and delivery legs.
Inferred read-onlymy_bookingsList every booking on the signed-in customer's own account, sorted by scheduled time, latest first.
Inferred read-onlyrequest_apostilleSubmit a mail-in apostille request — a lead for already-certified Washington public records needing NO notarization (e.
Inferred read-onlyrequest_bookingSubmit a booking request — a lead, NOT a confirmed appointment; the notary follows up.
Inferred read-onlyrequest_price_matchRequest a price-match review of a competitor's WRITTEN quote from a comparable licensed notary — it never sets our price automatically.
Inferred read-onlyreschedule_bookingMove one of the signed-in customer's own bookings to a new slot.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.net-andrii-booking]
url = "https://andrii.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"net-andrii-booking": {
"type": "http",
"url": "https://andrii.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: net-andrii-booking
Remote MCP URL: https://andrii.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"net-andrii-booking": {
"url": "https://andrii.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"net-andrii-booking": {
"type": "http",
"url": "https://andrii.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "net-andrii-booking",
"transport": "streamable-http",
"url": "https://andrii.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for andrii.net was fetched 2026-07-31T02:37:02.872Z and is being refreshed.
andrii.net is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.