Connect AI Agents (MCP)
114pet provides a public MCP (Model Context Protocol) server that lets AI agents query nationwide animal hospital data in Korea in real time. It works with any MCP client — Claude, ChatGPT, Cursor, and more. Read-only, free, no authentication required.
Endpoint
Remote MCP server (Streamable HTTP):
https://mcp.114pet.com/mcp
Available tools
search_hospitals— Search by region (sido/sigungu), name, or coordinates. Sorted alphabetically or by distance.get_hospital— Details for a single hospital (address, phone, year opened, page URL).find_night_hospitals— Hospitals whose registered name indicates 24h/night/emergency service (name-based).get_stats— Nationwide and per-province aggregates (counts, phone/geo coverage).list_regions— Provinces and districts with facility counts.
Every response includes each facility's canonical page URL, the data source (Korea's Ministry of the Interior and Safety local-government licensing data), and the as-of date. Night/emergency status is based on the registered business name, not verified opening hours.
How to connect
- Claude (web/desktop): Settings → Connectors → Add custom connector → paste the endpoint above.
- Claude Code:
claude mcp add --transport http 114pet https://mcp.114pet.com/mcp - Cursor and other MCP clients: register the endpoint as a remote Streamable HTTP server in your MCP settings.
Data & principles
The data is refined public data from 행정안전부 지방행정인허가데이터and shares a single source with the site's public JSON feed. No rankings, recommendations, or ratings — lists are sorted only by mechanical criteria (alphabetical or distance).