← Registry

API Tools

smartclinic.co.kr

An MCP server that exposes medical clinic appointment APIs for pricing info, OTP verification, appointment changes/cancellations, and available slot lookup.

1 endpoint6 known toolsFirst detected September 10, 2026Last detected September 10, 2026

ENDPOINT 1

https://www.smartclinic.co.kr/api/mcp

No auth detected

MCP server metadata

Name
Smart Korean Medical Clinic Public Agent
Version
1.1.0
Capabilities
toolsresources

Known tools 6

get_pricing

진료비·보험 안내 (Markdown GET /pricing.md)

Inferred read-only
ai_verify_appointment_otp

POST /api/ai/appointments/verify-code — 환자 OTP 본인 확인 (AI_APPOINTMENTS_ENABLED)

Potential side effects
ai_change_appointment

POST /api/ai/appointments/change — OTP 후 예약 변경

Potential side effects
ai_cancel_appointment

POST /api/ai/appointments/cancel — OTP 후 예약 취소

Potential side effects
ai_list_available_slots

GET /api/ai/appointments/available — 잔여 슬롯 (PHASE3).

Inferred read-only
ai_book_appointment

POST /api/ai/appointments/book — 신규 예약 (PHASE3, OTP 없음)

Potential side effects

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.smart-korean-medical-clinic-public-agent]
url = "https://www.smartclinic.co.kr/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "smart-korean-medical-clinic-public-agent": {
      "type": "http",
      "url": "https://www.smartclinic.co.kr/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: smart-korean-medical-clinic-public-agent
Remote MCP URL: https://www.smartclinic.co.kr/api/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": {
    "smart-korean-medical-clinic-public-agent": {
      "url": "https://www.smartclinic.co.kr/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "smart-korean-medical-clinic-public-agent": {
      "type": "http",
      "url": "https://www.smartclinic.co.kr/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "smart-korean-medical-clinic-public-agent",
  "transport": "streamable-http",
  "url": "https://www.smartclinic.co.kr/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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