net.andrii/booking

MCPcommunitylive
v1.0.1net.andriiUnknownUpdated 1mo ago

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

Endpoint healthlive
checked 20h ago · 403ms
100% of the last 4 checks reached this endpoint
Works in
ClaudeCursorCopilotChatGPTGemini

Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.

Automatically indexed from public sources. Not yet verified by the developer on Forge.Claim this listing →
1mo agoLast update
Package
Authornet.andrii
LicenseUnknown
Version1.0.1
Sourcemcp-registry
Trust Status
B
60/100Good
Listed in Forge index+10/10
Publisher identity verified+0/30
Publisher: this listing has no repository on file, so `forge publish` cannot verify ownership automatically. Use "Claim this listing" above — Forge reviews these by hand.
Domain verification+0/10
Not currently available for this listing type — the domain-verification check only runs for npm-backed packages today, so this row cannot be earned here yet regardless of what's hosted at the domain.
Prompt-injection scan · clean+30/30
Obfuscation / exfil scan · clean+20/20
StatusCommunity-indexed
PublisherUnverified
SignatureUnsigned
Domain
Provenance
DependenciesNot audited
Tool surface15 tools · none privileged
Security scan✓ Cleanvlive · todayHow well does this scan work?
EvalsNone
IndexedJul 21, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.

Tools

15 tools · none privileged
Observed live from the vendor's endpoint20h ago

Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.

  • https://andrii.net/mcp15 tools · 403ms
book_appointmentSchedule an appointment tied to the signed-in customer's account — still a request until the notary confirms it, never guaranteed. PREFER this over request_booking whenever the customer is signed in: only a booking on their own account can later be listed, rescheduled or cancelled through this conn…

Schedule an appointment tied to the signed-in customer's account — still a request until the notary confirms it, never guaranteed. PREFER this over request_booking whenever the customer is signed in: only a booking on their own account can later be listed, rescheduled or cancelled through this conn…

ParameterTypeDescription
addressstring | nullMeeting address (required for "mobile"; omit for office/apostille).
document_countinteger | nullNumber of documents. Default 1.
notesstring | nullAnything else the notary should know.
scheduled_atinteger | nullThe chosen slot's `startUnix` (from search_availability). Omit for a "call me to schedule" request (no time held).
service*stringService: office | mobile | apostille | loan.
cancel_bookingCancel 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 from my_bookings). Returns a cancellation notice; fails if the booking is not yours, is neither Pendin…

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 from my_bookings). Returns a cancellation notice; fails if the booking is not yours, is neither Pendin…

ParameterTypeDescription
order_id*stringThe booking's order id (from my_bookings).
check_request_statusCheck 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` — the id returned at submission or the token from the emailed confirm link. Returns the service plus…

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` — the id returned at submission or the token from the emailed confirm link. Returns the service plus…

ParameterTypeDescription
reference*stringThe reference id returned when the request was submitted (also accepts the token from the emailed confirm link).
check_service_areaCheck 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 validates the area itself. Accepts: `address` (e.g. a Seattle street or ZIP) and optional `service` —…

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 validates the area itself. Accepts: `address` (e.g. a Seattle street or ZIP) and optional `service` —…

ParameterTypeDescription
address*stringStreet address, city, or ZIP to check (Washington State service area).
servicestring | null"notary" (default) or "apostille" — the service-area rules differ slightly.
get_apostille_requirementsCheck 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 State. Use when the customer asks is this apostillable. Accepts: `document` in plain words, optional…

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 State. Use when the customer asks is this apostillable. Accepts: `document` in plain words, optional…

ParameterTypeDescription
destination_countrystring | nullThe country the apostilled document is for.
document*stringThe document in plain words (e.g. "Washington birth certificate", "university diploma", "FBI background check", "power of attorney").
issuing_statestring | nullThe US state that issued or notarized it (default Washington).
get_price_quoteCalculate 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`, `apostille` plus `tier` (e.g. expedited, priority, standard, mailin); set `needs_notarization` fals…

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`, `apostille` plus `tier` (e.g. expedited, priority, standard, mailin); set `needs_notarization` fals…

ParameterTypeDescription
after_hoursbooleanMobile only: the chosen slot is after 6pm or on a weekend.
apostillebooleanTrue to include a Secretary-of-State apostille.
document_countinteger | nullNumber of documents (1–20). Default 1.
mobilebooleanTrue if we travel to the customer (adds the flat travel fee).
needs_notarizationboolean | nullSet false for a mail-in apostille of already-certified public records (birth/marriage/death certificates) that need no notarial act.
tierstring | nullApostille tier when `apostille`: expedited | priority | standard | mailin.
get_servicesList 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 the flow; use when the customer asks what we offer or how to pay. Takes: no arguments. Returns `se…

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 the flow; use when the customer asks what we offer or how to pay. Takes: no arguments. Returns `se…

No input schema was published for this tool.

get_turnaround_estimateCalculate 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 long. Accepts: `service` (e.g. notarization, apostille, apostille_mail, loan_signing), optional `t…

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 long. Accepts: `service` (e.g. notarization, apostille, apostille_mail, loan_signing), optional `t…

ParameterTypeDescription
destination_countrystring | nullDestination country (used to infer shipping when `shipping` is omitted).
service*stringService: notarization | apostille | apostille_mail | loan_signing.
shippingstring | nullDelivery: pickup | us | ukraine | international. If omitted, inferred from destination_country (apostille legs default to US shipping).
tierstring | nullApostille speed tier when service is apostille: expedited | priority | standard.
my_bookingsList 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 reschedule_booking or cancel_booking. Takes: no arguments. Returns orderId, service, status, scheduledAt, lo…

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 reschedule_booking or cancel_booking. Takes: no arguments. Returns orderId, service, status, scheduledAt, lo…

No input schema was published for this tool.

request_apostilleSubmit 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 qualify. Requires: `documents`, `name`, and an email or phone; the notary replies with mailing ins…

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 qualify. Requires: `documents`, `name`, and an email or phone; the notary replies with mailing ins…

ParameterTypeDescription
destination_countrystring | nullDestination country the apostilled documents are for.
documents*stringWhat documents, in plain words (e.g. "2 birth certificates for Ukraine").
emailstring | nullEmail. Collect BOTH an email AND a phone in one question when possible; at least one is required.
existing_referencestring | nullTo ADD these documents to an EXISTING request instead of creating a second one, pass that request's reference id (with the same email/phone so we can verify th…
name*stringThe customer's FULL LEGAL NAME exactly as on their government-issued ID (never a nickname) — apostille filings print it.
notesstring | nullAnything else the notary should know.
phonestring | nullPhone with country code — the notary confirms fastest by phone/SMS.
request_bookingSubmit a booking request — a lead, NOT a confirmed appointment; the notary follows up. Use when ready to book AND the customer is not signed in; a signed-in customer goes through book_appointment instead. Requires: `service` (e.g. office, mobile, loan), the FULL LEGAL NAME as on government ID, and…

Submit a booking request — a lead, NOT a confirmed appointment; the notary follows up. Use when ready to book AND the customer is not signed in; a signed-in customer goes through book_appointment instead. Requires: `service` (e.g. office, mobile, loan), the FULL LEGAL NAME as on government ID, and…

ParameterTypeDescription
addressstring | nullMeeting address — MOBILE ONLY. Office and apostille visits automatically use our Bothell office; omit this for them.
desired_timestring | nullThe wanted time in plain words, when no exact slot was chosen (rides the notes; the notary confirms a real time).
desired_time_unixinteger | nullThe chosen slot's `startUnix` from search_availability (Unix seconds). Pass it so the request carries the exact wanted time — still a request, never a hold.
document_countinteger | nullNumber of documents. Default 1.
emailstring | nullEmail. Collect BOTH an email AND a phone in one question when possible; at least one is required.
existing_referencestring | nullTo ADD to or change an EXISTING request instead of creating a second one (e.g. "also apostille it", "make it 3 documents"), pass that request's reference id he…
name*stringThe customer's FULL LEGAL NAME exactly as on their government-issued ID (never a nickname or chat display name) — notarial records and apostille filings print…
notesstring | nullAnything else the notary should know.
phonestring | nullPhone with country code (e.g. +1...). The notary confirms fastest by phone/SMS — ask for it even when an email is known.
service*stringService: office | mobile | apostille | loan.
request_price_matchRequest 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: `competitor_name`, `competitor_price_usd`, `service` (e.g. office, mobile, apostille), `name`, and an email…

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: `competitor_name`, `competitor_price_usd`, `service` (e.g. office, mobile, apostille), `name`, and an email…

ParameterTypeDescription
competitor_name*stringThe competitor's business name.
competitor_price_usd*numberThe competitor's quoted price, in US dollars.
competitor_urlstring | nullLink to the competitor's quote/page, if any (stored for the operator, never fetched).
document_countinteger | nullNumber of documents, for our comparison quote. Default 1.
emailstring | nullEmail — provide an email OR a phone so we can reach them.
name*stringThe customer's name.
notesstring | nullAnything else the notary should know.
phonestring | nullPhone — provide an email OR a phone so we can reach them.
service*stringService: office | mobile | apostille | apostille_mail | loan.
reschedule_bookingMove 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_availability (e.g. a morning slot), send it as `scheduled_at`. Returns a done confirmation; fails if th…

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_availability (e.g. a morning slot), send it as `scheduled_at`. Returns a done confirmation; fails if th…

ParameterTypeDescription
order_id*stringThe booking's order id (from my_bookings).
scheduled_at*integerThe new slot's `startUnix` (from search_availability).
search_availabilityFind 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. Returns resolved location, up to 7 recommended slots with startUnix, and per-day windows — the k-th s…

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. Returns resolved location, up to 7 recommended slots with startUnix, and per-day windows — the k-th s…

ParameterTypeDescription
addressstring | nullThe address to meet at — required for "mobile"; ignored for "office".
document_countinteger | nullNumber of documents (drives the appointment length). Default 1.
service*string"office" (at our office), "mobile" (we come to you), or "apostille".
search_documentationSearch the text of andrii.co — every service page, the terms and privacy notices, and the 110-jurisdiction apostille handbook (who issues an apostille, accepted documents, forms, offices, fees, payment). Use for reference questions the other tools do not answer, and to cite a page. Accepts: `query`…

Search the text of andrii.co — every service page, the terms and privacy notices, and the 110-jurisdiction apostille handbook (who issues an apostille, accepted documents, forms, offices, fees, payment). Use for reference questions the other tools do not answer, and to cite a page. Accepts: `query`…

ParameterTypeDescription
langstring | nullRestrict to one language. Only `en` is indexed today; any other value returns no results rather than silently ignoring the filter.
limitinteger | nullHow many results (default 10, max 20).
query*stringWhat to look for. Keywords beat prose: this is a lexical index with no semantic fallback, so "mail-in apostille birth certificate" finds the page that "can I p…
sectionstring | nullRestrict to sections whose heading contains this text (e.g. "What it costs"). Heading TEXT, not a URL fragment — the pages carry no anchors.

15 of 15 tools published a description.

Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.

About

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

Keywords
mcp
Alternatives
Comparing tool surfaces…

No dependency coverage

This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.