← Registry

General Tools

andrii.co

Manage notary and apostille appointment bookings, cancellations, and status inquiries.

1 endpoint14 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://andrii.net/mcp

No auth detected

MCP server metadata

Name
net.andrii/booking
Version
1.0.1
Capabilities
resourcestools
Server instructions

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_appointment

Schedule an appointment tied to the signed-in customer's account — still a request until the notary confirms it, never guaranteed.

Inferred read-only
cancel_booking

Cancel a booking on the signed-in account — Pending or Scheduled only.

Inferred read-only
check_request_status

Check what became of a previously submitted request — no sign-in needed, guests welcome.

Inferred read-only
check_service_area

Check whether an address sits inside our Washington coverage and resolves precisely enough to book.

Inferred read-only
get_apostille_requirements

Check whether a document can get an apostille and how: certified vital records mail in as-is, private papers (e.

Inferred read-only
get_price_quote

Calculate a server-authoritative USD price estimate before shipping — pure, no side effects, nothing booked.

Inferred read-only
get_services

List the service catalog — Washington notary and apostille offerings with USD prices and accepted payment options (e.

Potential side effects
get_turnaround_estimate

Calculate typical turnaround — apostille processing days plus mailing and delivery legs.

Inferred read-only
my_bookings

List every booking on the signed-in customer's own account, sorted by scheduled time, latest first.

Inferred read-only
request_apostille

Submit a mail-in apostille request — a lead for already-certified Washington public records needing NO notarization (e.

Inferred read-only
request_booking

Submit a booking request — a lead, NOT a confirmed appointment; the notary follows up.

Inferred read-only
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.

Inferred read-only
reschedule_booking

Move one of the signed-in customer's own bookings to a new slot.

Inferred read-only
search_availability

Find open appointment slots (validating the meeting area too).

Inferred read-only

CONNECT 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.

Trust status Trusted

andrii.net is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.