Rudko — vertebrologist (Chernivtsi, Ukraine) MCP server
Book a Ukrainian-speaking vertebrologist in Chernivtsi, Ukraine: find slots and book for the user.
Little public usage data yet
Reviews
Write oneNobody has reviewed Rudko — vertebrologist (Chernivtsi, Ukraine) yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Rudko — vertebrologist (Chernivtsi, Ukraine) tools (7, 1 write)
write = sends, deletes, buys or postsbookFreeREAL 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.
cancelwrite actionFreeREAL 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.
get_availabilityFreeFree appointment slots for the vertebrologist (Chernivtsi). Optional date (YYYY-MM-DD): without it — all nearest available days. Read-only (does not book).
get_doctor_infoFreeAbout the vertebrologist: specialty, what he treats, address, slot length, rules (one appointment per day), and how to book.
list_current_bookingsFreeThe 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.
list_past_bookingsFreeThe 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.
rescheduleFreeREAL 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).
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1953ms20/20
- Tool poisoning7 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http vertebrolog https://rudko.site/mcp
Rudko — vertebrologist (Chernivtsi, Ukraine): common questions
- Is Rudko — vertebrologist (Chernivtsi, Ukraine) MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Rudko — vertebrologist (Chernivtsi, Ukraine) safety report
- How do I install Rudko — vertebrologist (Chernivtsi, Ukraine)?
- It runs remotely at rudko.site. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Rudko — vertebrologist (Chernivtsi, Ukraine) need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Rudko — vertebrologist (Chernivtsi, Ukraine) maintained?
- The latest release is v0.1.2.
- Is Rudko — vertebrologist (Chernivtsi, Ukraine) up?
- 100% of our last 5 checks got an answer. We check remote servers about four times a day.