mcpbeat Sign in

Aurinia — book across venues via your AI assistant MCP Server

answering

Aurinia — book across venues via your AI assistant is answering right now. Last checked 15 min ago. It exposes 8 tools.

Find availability and book across a network of independent venues via your AI assistant.

Uptime history 52 days of history
52 days agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
222 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check Aurinia — book across venues via your AI assistant every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add connect --transport http https://aurinia.online/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "connect": {
      "url": "https://aurinia.online/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.connect]
url = "https://aurinia.online/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "connect": {
      "url": "https://aurinia.online/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "connect": {
      "url": "https://aurinia.online/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

availability
get_availability
Availability and price at a venue. provider_id is required. Use EXACTLY these param names: doctor — date (YYYY-MM-DD); hostel — check_in, check_out, guests (with underscores: check_in/check_out, NOT 'checkin'/'checkout'; guests is an integer). There is no room_type param — a dorm bed is the default. Optional promo_code (AI-booking discount). If availability=null it almost always means wrong param names (check check_in/check_out).
book
book
REAL action: book at a network venue on the user's behalf. provider_id + item (the venue interprets it). Doctor: item={date,time}. Hostel: item={check_in,check_out,guests,promo_code?} — do NOT ask for name/contact: identity comes from a one-time Telegram consent. Spa: item={date,time,procedure}. Hostel: book returns a HOLD with payment_url; the booking is finalized by PAYMENT, not by this call. CONSENT: do NOT ask for approval up front — just call book. ONLY if the call returns consent_url/telegram.consent_url (linked=false = not yet authorized at this venue) do you show that link to the user for a one-tap approval in Telegram, then retry. If consent_url_native (tg://...) is present, try to open it on the user's device (open/xdg-open/Start-Process — launches Telegram directly if installed). BUT tg:// fails SILENTLY without Telegram — so ALWAYS also show the user consent_url (https): t.me opens the app or offers to install it. Open once, then retry. If already authorized (consent given earlier) book succeeds IMMEDIATELY, with no prompts. Never ask for consent when you already have it.
cancel
cancel
REAL action: cancel a booking at a network venue IMMEDIATELY — no confirmation step. If the user said cancel, cancel; do NOT re-ask (repeated confirmations frustrate users — act decisively). provider_id + item {booking_id} — the booking id from list_current_bookings. Do NOT ask for consent up front (only if the call returns a consent link).
current
list_current_bookings
The user's current/upcoming bookings at a network venue (by date, nearest first). Each has a status field (e.g. booked/confirmed/cancelled) — distinguish active vs cancelled. provider_id optional (without it — the first venue). Requires authorization.
past
list_past_bookings
The user's past bookings at a network venue (by date, most recent first). Each has a status field. provider_id optional; limit (default 20)/offset for pagination. Requires authorization.
provider
get_provider_info
Details for one venue by provider_id: id, type (doctor/hostel/spa), name, city, address. Read-only, no auth. Use it to confirm a venue before get_availability / book.
providers
find_providers
Find a venue in the Aurinia network (doctor, hostel, spa). Optional: query (e.g. 'vertebrologist'), city, type. Returns a providers array; use a provider_id from it for get_availability / book.
reschedule
reschedule
REAL action: reschedule a booking at a network venue. provider_id + item (doctor: {date, from, to} — SAME day, ATOMIC: if the target slot was just taken, the user KEEPS their current slot — never loses the held slot; that guarantee is the point). For a DIFFERENT day just book again (cross-day needs no atomic hold). No confirmation — act on request; do NOT ask for consent up front (only if the call returns a consent link). Not all venues support it: a hostel has NO reschedule — there, cancel and book again.

Endpoints

URLTransportStateLatencyChecked
https://aurinia.online/mcp streamable-http answering 269 ms 15 min ago

Alternatives to Aurinia — book across venues via your AI assistant

same job, measured the same way
1Social
by 1social

Publish, schedule and verify social posts across seven networks from your AI assistant.

answering
Award Travel Finder
by jackculpan

Search award flight availability, points pricing, and status matches from your AI assistant.

137 tools answering
Chargt EV Charging
by chargt

Find EV charging stations, live availability and prices across the Netherlands via NDW data.

2 tools answering
42min
by 42min

Scheduling for AI assistants: bookings, availability, meeting polls and routing forms.

answering
Upsalt Booking
by everyways

Search Upsalt venues, check availability, and book, view, or cancel a reservation.

5 tools answering
WhoisJSON
by whoisjson

WHOIS, DNS, SSL, and domain availability lookups for AI assistants

25 installs/wk local only
Aurinia XO MCP
by auriniaxo

Aurinia XO MCP — booking for a hostel in Kamianets-Podilskyi: check bed availability and reserve.

5 tools answering
Novacal MCP Server
by ste7

Manage Novacal event types, availability, and bookings.

answering

Aurinia — book across venues via your AI assistant — questions

Answers built from our own checks of this server.

What can Aurinia — book across venues via your AI assistant do?
It exposes 8 tools, read directly from the server on our last check. Among them: book, cancel, find_providers, get_availability, get_provider_info, list_current_bookings and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Aurinia — book across venues via your AI assistant working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 222 ms. The bar chart above shows every period we have measured.
How do I connect Aurinia — book across venues via your AI assistant?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Aurinia — book across venues via your AI assistant need an API key?
No. Aurinia — book across venues via your AI assistant completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Aurinia — book across venues via your AI assistant?
It answers our handshake in 222 ms on average, which is faster than 69% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.