← Registry

Productivity

rudko.site

Manages vertebrologist appointments by providing availability, doctor information, and real booking actions.

1 endpoint7 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://rudko.site/mcp

No auth detected

MCP server metadata

Name
Рудько — лікар-вертебролог
Version
0.1.0
Capabilities
tools
Server instructions

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_availability

Free appointment slots for the vertebrologist (Chernivtsi).

Inferred read-only
get_doctor_info

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

Inferred read-only
list_current_bookings

The user's current/upcoming appointments (booking_id, date, time, status), nearest first.

Inferred read-only
list_past_bookings

The user's past appointments (booking_id, date, time, status), most recent first.

Inferred read-only
book

REAL action (not a simulation): creates a real appointment with the vertebrologist on the user's behalf.

Inferred read-only
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).

Inferred read-only
cancel

REAL action: cancels the user's appointment by booking_id (from list_current_bookings) IMMEDIATELY — no confirmation step.

Inferred read-only

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.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.

Trust status Neutral

rudko.site is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.