Book a Washington notary or apostille appointment, get a quote, and track it, via AI assistant.
Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.
https://andrii.net/mcp15 strumenti · 403 msbook_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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| address | string | null | Meeting address (required for "mobile"; omit for office/apostille). |
| document_count | integer | null | Number of documents. Default 1. |
| notes | string | null | Anything else the notary should know. |
| scheduled_at | integer | null | The chosen slot's `startUnix` (from search_availability). Omit for a "call me to schedule" request (no time held). |
| service* | string | Service: 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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| order_id* | string | The 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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| reference* | string | The 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` —…
| Parametro | Tipo | Descrizione |
|---|---|---|
| address* | string | Street address, city, or ZIP to check (Washington State service area). |
| service | string | 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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| destination_country | string | null | The country the apostilled document is for. |
| document* | string | The document in plain words (e.g. "Washington birth certificate", "university diploma", "FBI background check", "power of attorney"). |
| issuing_state | string | null | The 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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| after_hours | boolean | Mobile only: the chosen slot is after 6pm or on a weekend. |
| apostille | boolean | True to include a Secretary-of-State apostille. |
| document_count | integer | null | Number of documents (1–20). Default 1. |
| mobile | boolean | True if we travel to the customer (adds the flat travel fee). |
| needs_notarization | boolean | null | Set false for a mail-in apostille of already-certified public records (birth/marriage/death certificates) that need no notarial act. |
| tier | string | null | Apostille 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…
Per questo strumento non è stato pubblicato alcuno schema di input.
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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| destination_country | string | null | Destination country (used to infer shipping when `shipping` is omitted). |
| service* | string | Service: notarization | apostille | apostille_mail | loan_signing. |
| shipping | string | null | Delivery: pickup | us | ukraine | international. If omitted, inferred from destination_country (apostille legs default to US shipping). |
| tier | string | null | Apostille 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…
Per questo strumento non è stato pubblicato alcuno schema di input.
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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| destination_country | string | null | Destination country the apostilled documents are for. |
| documents* | string | What documents, in plain words (e.g. "2 birth certificates for Ukraine"). |
| string | null | Email. Collect BOTH an email AND a phone in one question when possible; at least one is required. | |
| existing_reference | string | null | To 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* | string | The customer's FULL LEGAL NAME exactly as on their government-issued ID (never a nickname) — apostille filings print it. |
| notes | string | null | Anything else the notary should know. |
| phone | string | null | Phone 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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| address | string | null | Meeting address — MOBILE ONLY. Office and apostille visits automatically use our Bothell office; omit this for them. |
| desired_time | string | null | The wanted time in plain words, when no exact slot was chosen (rides the notes; the notary confirms a real time). |
| desired_time_unix | integer | null | The 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_count | integer | null | Number of documents. Default 1. |
| string | null | Email. Collect BOTH an email AND a phone in one question when possible; at least one is required. | |
| existing_reference | string | null | To 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* | string | The 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… |
| notes | string | null | Anything else the notary should know. |
| phone | string | null | Phone with country code (e.g. +1...). The notary confirms fastest by phone/SMS — ask for it even when an email is known. |
| service* | string | Service: 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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| competitor_name* | string | The competitor's business name. |
| competitor_price_usd* | number | The competitor's quoted price, in US dollars. |
| competitor_url | string | null | Link to the competitor's quote/page, if any (stored for the operator, never fetched). |
| document_count | integer | null | Number of documents, for our comparison quote. Default 1. |
| string | null | Email — provide an email OR a phone so we can reach them. | |
| name* | string | The customer's name. |
| notes | string | null | Anything else the notary should know. |
| phone | string | null | Phone — provide an email OR a phone so we can reach them. |
| service* | string | Service: 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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| order_id* | string | The booking's order id (from my_bookings). |
| scheduled_at* | integer | The 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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| address | string | null | The address to meet at — required for "mobile"; ignored for "office". |
| document_count | integer | null | Number 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`…
| Parametro | Tipo | Descrizione |
|---|---|---|
| lang | string | null | Restrict to one language. Only `en` is indexed today; any other value returns no results rather than silently ignoring the filter. |
| limit | integer | null | How many results (default 10, max 20). |
| query* | string | What 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… |
| section | string | null | Restrict to sections whose heading contains this text (e.g. "What it costs"). Heading TEXT, not a URL fragment — the pages carry no anchors. |
15 strumenti su 15 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Book a Washington notary or apostille appointment, get a quote, and track it, via AI assistant.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.