Productivity
rudko.site
Manages vertebrologist appointments by providing availability, doctor information, and real booking actions.
ENDPOINT 1
https://rudko.site/mcp
MCP server metadata
- Name
- Рудько — лікар-вертебролог
- Version
- 0.1.0
Booking with a Ukrainian-speaking vertebrologist in Chernivtsi, Ukraine. You can BOTH search AND BOOK on the user's behalf. Reading (get_availability / get_doctor_info) needs no authorization. To book/reschedule/cancel, call the matching tool; the client runs a ONE-TIME Telegram consent by the user (OAuth), after which you act on your own. Do NOT give the user a link to self-book — book it yourself via the book tool.
Known tools 7
get_doctor_infoAbout the vertebrologist: specialty, what he treats, address, slot length, rules (one appointment per day), and how to book.
Inferred read-onlylist_current_bookingsThe user's current/upcoming appointments (booking_id, date, time, status), nearest first.
Inferred read-onlylist_past_bookingsThe user's past appointments (booking_id, date, time, status), most recent first.
Inferred read-onlybookREAL action (not a simulation): creates a real appointment with the vertebrologist on the user's behalf.
Inferred read-onlyrescheduleREAL 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).
Inferred read-onlycancelREAL action: cancels the user's appointment by booking_id (from list_current_bookings) IMMEDIATELY — no confirmation step.
Inferred read-onlyCONNECT 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.mcp-server]
url = "https://rudko.site/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "http",
"url": "https://rudko.site/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-server
Remote MCP URL: https://rudko.site/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": {
"mcp-server": {
"url": "https://rudko.site/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-server": {
"type": "http",
"url": "https://rudko.site/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-server",
"transport": "streamable-http",
"url": "https://rudko.site/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for rudko.site was fetched 2026-08-21T18:21:16.809Z.
rudko.site is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.