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

Rudko — vertebrologist (Chernivtsi, Ukraine)

site.rudko/vertebrolog

Book a Ukrainian-speaking vertebrologist in Chernivtsi, Ukraine: find slots and book for the user.

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

Tools · 7

get_availability

Free appointment slots for the vertebrologist (Chernivtsi). Optional date (YYYY-MM-DD): without it — all nearest available days. Read-only (does not book).

get_doctor_info

About the vertebrologist: specialty, what he treats, address, slot length, rules (one appointment per day), and how to book.

list_current_bookings

The user's current/upcoming appointments (booking_id, date, time, status), nearest first. Cancelled ones are ALSO shown — tell them apart by the status field ('booked' | 'cancelled'). Needed to resche…

list_past_bookings

The user's past appointments (booking_id, date, time, status), most recent first. limit (default 20) and offset for pagination. Cancelled ones are ALSO shown — by the status field. Requires authorizat…

book

REAL action (not a simulation): creates a real appointment with the vertebrologist on the user's behalf. Requires the user's CONSENT — authorization via Telegram (OAuth, scope booking:write). date (YY…

reschedule

REAL action: moves the user's appointment to another free slot the SAME day, ATOMICALLY — if the target slot was just taken, the user KEEPS their current slot (never loses the held slot; that atomic g…

cancel

REAL action: cancels the user's appointment by booking_id (from list_current_bookings) IMMEDIATELY — no confirmation step. If the user said cancel, cancel; do NOT re-ask (repeated confirmations frustr…

How to use

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

{
  "mcpServers": {
    "rudko_—_vertebrologist_(chernivtsi,_ukraine)": {
      "url": "https://rudko.site/mcp",
      "transport": "streamable-http"
    }
  }
}