← 114pet.com
INDIVIDUAL MCP TOOL
request_booking
인증되고 예약 슬롯이 열린(bookingOpen) 병원에 진료 예약을 '요청'합니다(확정 아님).
LIVE ENDPOINT
https://mcp.114pet.com/mcp
Connect to this endpoint to inspect the live schema for request_booking and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.114pet-mcp]
url = "https://mcp.114pet.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"114pet-mcp": {
"type": "http",
"url": "https://mcp.114pet.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 114pet-mcp
Remote MCP URL: https://mcp.114pet.com/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": {
"114pet-mcp": {
"url": "https://mcp.114pet.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"114pet-mcp": {
"type": "http",
"url": "https://mcp.114pet.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "114pet-mcp",
"transport": "streamable-http",
"url": "https://mcp.114pet.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_hospitals— 지역·이름으로 동물병원을 검색합니다.get_hospital— id 또는 slug로 단건 상세를 조회합니다.find_night_hospitals— 상호에 24시·야간·응급이 표기된(night=true) 시설을 가나다순으로 반환합니다.get_stats— 전국 또는 시도별 집계(개수, 전화·좌표 보유율, 야간 수, 시군구별 수)를 반환합니다.list_regions— 데이터에 존재하는 시도 목록과 각 시도의 시군구 목록·시설 수를 가나다순으로 반환합니다.