net.andrii/booking

MCPcommunautéen ligne
v1.0.1net.andriiUnknownMis à jour il y a 1 mois

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

État de l’endpointen ligne
vérifié il y a 21 h · 403 ms
100 % des dernières 4 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 1 moisDernière mise à jour
Paquet
Auteurnet.andrii
LicenceUnknown
Version1.0.1
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils15 outils · aucun privilégié
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé21 juil. 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

15 outils · aucun privilégié
Observé en direct depuis l’endpoint du fournisseur21h ago

Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.

  • https://andrii.net/mcp15 outils · 403 ms
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…

ParamètreTypeDescription
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…

ParamètreTypeDescription
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…

ParamètreTypeDescription
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` —…

ParamètreTypeDescription
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…

ParamètreTypeDescription
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…

ParamètreTypeDescription
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…

Aucun schéma d’entrée n’a été publié pour cet outil.

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…

ParamètreTypeDescription
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…

Aucun schéma d’entrée n’a été publié pour cet outil.

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…

ParamètreTypeDescription
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…

ParamètreTypeDescription
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…

ParamètreTypeDescription
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…

ParamètreTypeDescription
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…

ParamètreTypeDescription
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`…

ParamètreTypeDescription
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 outils sur 15 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

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

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.