INDIVIDUAL MCP TOOL
list_current_bookings
The user's current/upcoming bookings at a network venue (by date, nearest first).
LIVE ENDPOINT
https://aurinia.online/mcp
Connect to this endpoint to inspect the live schema for list_current_bookings and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.aurinia-connect]
url = "https://aurinia.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aurinia-connect": {
"type": "http",
"url": "https://aurinia.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aurinia-connect
Remote MCP URL: https://aurinia.online/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": {
"aurinia-connect": {
"url": "https://aurinia.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aurinia-connect": {
"type": "http",
"url": "https://aurinia.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aurinia-connect",
"transport": "streamable-http",
"url": "https://aurinia.online/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_providers— Find a venue in the Aurinia network (doctor, hostel, spa).get_provider_info— Details for one venue by provider_id: id, type (doctor/hostel/spa), name, city, address.get_availability— Availability and price at a venue.book— REAL action: book at a network venue on the user's behalf.reschedule— REAL action: reschedule a booking at a network venue.cancel— REAL action: cancel a booking at a network venue IMMEDIATELY — no confirmation step.list_past_bookings— The user's past bookings at a network venue (by date, most recent first).