# Andrii Co. — Notary Services (full) > Andrii Co. is a notary-services provider serving primarily the Ukrainian-speaking > diaspora in the Pacific Northwest. andrii.net is the JSON API backend for the > business; all human-facing pages live on https://andrii.co (and > https://andrii.ca for Canadian visitors). This document summarizes, for language > models and agents, what the service does and where to point users. ## Services - Notarization of documents (in-office in Bothell, WA, or mobile — the notary travels to the signer). - Apostille processing (authentication of documents for international use) via the Washington Secretary of State. - Mail-in apostille for already-certified public records that need no notarial act. - Loan signings (real-estate / loan document packages). - Additional service lines, some fulfilled with licensed partners: process serving, vital records retrieval, commercial registered agent, and commercial representation. ## Service area - Washington State primary (Greater Seattle / Puget Sound region). - Apostille document hand-offs: Washington, Oregon, or British Columbia, Canada. - Cross-border meetings can be arranged at Peace Arch Park on the US/Canada border; visit instructions: https://andrii.ca/en/park/ - No Remote Online Notarization (RON). ## Pricing (USD; server-authoritative quote at POST https://andrii.net/pricing/quote) - In-office notarization: $15 per signature. - Mobile notarization: travel from $75 (first document's notarization included); +$50 after-hours (after 6pm) or weekend. - Apostille (WA Secretary of State): expedited $300 / priority $215 / standard $115 first document, +$75 each additional document. - Mail-in apostille of already-certified public records (birth/marriage/death certificates that need no notarization): $15 per document. - Loan signing: from $150. - Prices for the additional service lines are published on the website (https://andrii.co/en/). ## Turnaround (typical; not a guarantee — the notary confirms a promised date per order) - Apostille processing at the WA Secretary of State: expedited ~ next business day, priority ~ 3 business days, standard ~ 7 business days (from when the document reaches the state). - Notary appointments are typically available within a few days; use the MCP `search_availability` tool (or the booking page) for exact open slots. - Shipping to Ukraine (Nova Poshta) typically adds ~1–2 weeks after dispatch; domestic US shipping a few business days. Delivery estimates are ranges, not promises. ## Languages - The customer portal is available in English, Ukrainian, and Russian. - The marketing website is available in additional languages. ## Accounts and sign-in - Accounts are passwordless. Customers sign in with a passkey (WebAuthn) or with Sign in with Apple — there are no passwords. - Email and phone numbers can be verified optionally after sign-up. - Create or manage passkeys on the account page: https://andrii.co/portal/profile/ — a credential manager may deep-link to https://andrii.co/portal/profile/#add to start adding a passkey directly. ## Document delivery - Completed documents can be delivered to the customer. - For recipients in Ukraine, delivery to Nova Poshta pickup points is supported. ## For AI assistants — the MCP server Andrii Co. runs a public Model Context Protocol (MCP) server so an assistant can check the service area, list open appointment slots, produce a price quote, and capture a booking or mail-in-apostille request on the customer's behalf. - MCP endpoint (Streamable HTTP): https://andrii.net/mcp - Discovery manifest (SEP-1960): https://andrii.net/.well-known/mcp - Server card / tool list (SEP-1649): https://andrii.net/.well-known/mcp/server-card.json - Unauthenticated tools: get_services, check_service_area, search_availability, get_price_quote, get_turnaround_estimate, get_apostille_requirements, request_booking, request_apostille, request_price_match, check_request_status (poll a submitted request's status — confirmed, scheduled/rescheduled, cancelled, or merged — by its reference, no sign-in). - Sign-in-required tools (per-account, once the connector's sign-in is enabled): my_bookings, book_appointment, reschedule_booking, cancel_booking. - Read-only MCP resources (resources/list): resource://service-areas, resource://apostille-guide, resource://notary-requirements, resource://pricing-guide — reference documents; live answers come from tools. Writes made without sign-in create only an unscheduled booking request that the notary reviews and confirms out-of-band — never an instant confirmation, never a held time slot, and no payment is taken in-chat. Turnaround estimates include per-country DHL Express door-to-door ranges to major cities (conservatively padded; rural areas can take longer). Payments accepted (never in chat): Visa/Mastercard, PayPal, Venmo, cash, Interac e-Transfer (Canadian customers), escrow/title-company disbursement on loan signings. ## Links - Sign in / create account: https://andrii.co/portal/sign-in/ - Account & passkeys: https://andrii.co/portal/profile/ - Website (English): https://andrii.co/en/ - Website (Ukrainian): https://andrii.co/uk/ - Website (Russian): https://andrii.co/ru/ - Commercial representation: https://andrii.co/en/commercial-representation/ - Privacy policy: https://andrii.co/en/privacy/ - Security contact: https://andrii.net/.well-known/security.txt ## Data & licence attributions - MaxMind GeoLite2 — "This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com." (GeoIP: regional routing + security logging.) - Google Maps Platform — address geocoding, travel-time routing, and address suggestions; map data © Google. - Statistics Canada, Open Database of Addresses — "Contains information licensed under the Open Government Licence – Canada." (Canadian shipment-address autocomplete.) - OpenStreetMap — offline Washington-State travel-time estimation uses map data © OpenStreetMap contributors, under the Open Database License (ODbL). - Washington State Department of Transportation (WSDOT) — posted speed limits and interstate exit information (open data). - Nova Poshta / NovaPost — Ukrainian settlement and pickup-point data via its public API. - Full attributions: https://andrii.co/en/terms/ ("Third-party data and content sources"). ## Notes for agents - andrii.net serves the JSON API, the MCP server (https://andrii.net/mcp), and these metadata files; there is no browsable content here — direct users to https://andrii.co. The MCP server is the supported programmatic surface for assistants; the rest of the API is for the Andrii Co. portal.