# Rudko — vertebrologist (Chernivtsi, Ukraine) MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/site-rudko-vertebrolog

## Install
- Endpoint: https://rudko.site/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://rudko.site/mcp

## Tools
- 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). Endpoint: https://rudko.site/mcp
- get_doctor_info - About the vertebrologist: specialty, what he treats, address, slot length, rules (one appointment per day), and how to book. Endpoint: https://rudko.site/mcp
- 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 reschedule/cancel. Requires authorization. Endpoint: https://rudko.site/mcp
- 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 authorization. Endpoint: https://rudko.site/mcp
- 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 (YYYY-MM-DD), time (HH:MM). One appointment per day. Endpoint: https://rudko.site/mcp
- 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 guarantee is the whole point of same-day move). For a DIFFERENT day, just call book instead (a fresh booking; cross-day needs no atomic hold). No confirmation — act on request. Consent is a one-time Telegram OAuth (scope booking:write), already done — never re-prompt per action. date (YYYY-MM-DD), from (HH:MM current), to (HH:MM new). Endpoint: https://rudko.site/mcp
- 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 frustrate users — act decisively). On success returns cancelled=true with the booking_id; on failure returns ok=false with a reason (not_found / bad_id). Consent is a one-time Telegram OAuth (scope booking:write), already done — never re-prompt per action. To change the time instead, prefer reschedule. Endpoint: https://rudko.site/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: site.rudko
- Version: 0.1.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 20, 2026
- Source: https://registry.modelcontextprotocol.io
