INDIVIDUAL MCP TOOL
get_services
List the service catalog — Washington notary and apostille offerings with USD prices and accepted payment options (e.
LIVE ENDPOINT
https://andrii.net/mcp
Connect to this endpoint to inspect the live schema for get_services and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
book_appointment— Schedule an appointment tied to the signed-in customer's account — still a request until the notary confirms it, never guaranteed.cancel_booking— Cancel a booking on the signed-in account — Pending or Scheduled only.check_request_status— Check what became of a previously submitted request — no sign-in needed, guests welcome.check_service_area— Check whether an address sits inside our Washington coverage and resolves precisely enough to book.get_apostille_requirements— Check whether a document can get an apostille and how: certified vital records mail in as-is, private papers (e.get_price_quote— Calculate a server-authoritative USD price estimate before shipping — pure, no side effects, nothing booked.get_turnaround_estimate— Calculate typical turnaround — apostille processing days plus mailing and delivery legs.my_bookings— List every booking on the signed-in customer's own account, sorted by scheduled time, latest first.