Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Aurinia — book across venues via your AI assistant

online.aurinia/connect

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

Uptime
100.0%
1 direct probes · 30d
Response
290ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

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.

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.

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 '…

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…

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 lose…

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_…

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 (wit…

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "aurinia_—_book_across_venues_via_your_ai_assistant": {
      "url": "https://aurinia.online/mcp",
      "transport": "streamable-http"
    }
  }
}