Naver Booking MCP
Enables users to query real-time reservation availability for Naver Booking places in Korea, including beauty salons, restaurants, and other categories.
README
Naver Booking MCP
국내 네이버 예약 가능 장소를 조회하는 MCP 서버입니다. 현재는 네이버 지도 검색을 자동 수집하지 않고, data/places.json에 seed로 등록한 네이버 예약 업체의 실시간 예약 가능 시간을 조회합니다. 미용실에 한정하지 않고 네이버 예약 businessId가 있는 장소라면 카테고리와 관계없이 등록할 수 있습니다.
Run as MCP
npm run mcp
MCP 클라이언트 설정 예시:
{
"mcpServers": {
"naver-booking": {
"command": "node",
"args": [
"/Users/a1101417/Workshop/laboratory/naver-booking-mcp/src/mcp-server.js"
]
}
}
}
Available tools:
find_available_naver_bookings: 국내 지역/카테고리/날짜 기준 예약 가능 장소 조회get_naver_booking_availability:businessId1개 예약 가능 시간 조회list_seeded_naver_booking_places: 현재 seed로 등록된 조회 가능 장소 목록search: ChatGPT connector compatibility search toolfetch: ChatGPT connector compatibility detail fetch tool
Run as Remote MCP
ChatGPT custom connectors need a remote MCP endpoint over HTTPS. This server exposes both HTTP/SSE and plain JSON-RPC HTTP endpoints:
PORT=8788 npm run remote
Local endpoints:
http://localhost:8788/sse
http://localhost:8788/mcp
AWS endpoint before TLS:
http://13.236.119.240:8788/sse
For ChatGPT, put this behind HTTPS with a domain, then use:
https://YOUR_DOMAIN/sse
Run locally
REST API도 같이 남겨두었습니다. 단순 HTTP 테스트가 필요할 때 사용합니다.
npm run dev
Health check:
curl http://localhost:8787/health
Search availability:
curl 'http://localhost:8787/availability?query=강남&limit=3'
List registered places:
curl 'http://localhost:8787/places?query=강남'
Check one place:
curl 'http://localhost:8787/places/992240/availability'
GPT Action setup
GPT Actions require an externally reachable HTTPS URL and an OpenAPI schema. For local testing, expose this server with a tunnel such as ngrok or Cloudflare Tunnel, then import:
https://YOUR_PUBLIC_HOST/openapi.yaml
In the GPT editor:
- Create or edit a GPT.
- Open Actions and choose Create new action.
- Authentication: None for local/private testing, or add API key auth at your gateway if exposing publicly.
- Import the schema from
/openapi.yamlor pasteopenapi.yaml. - Use instructions like:
When the user asks for Naver reservations near a domestic Korea location, call findAvailableNaverBookings.
Return only places with available=true. Include the earliest few available times and the bookingUrl.
Say that availability can change in real time.
If the user specifies a category such as hair salon, restaurant, hospital, activity, class, or accommodation, pass it as category. Otherwise use category=all.
OpenAI's GPT Actions docs state that actions connect a GPT to external APIs through authentication plus an OpenAPI schema.
Seed data
Edit data/places.json to add more places:
{
"businessId": "992240",
"name": "디온드헤어 강남역점",
"country": "KR",
"region": "서울 강남구",
"area": "강남역",
"category": "beauty",
"keywords": ["강남", "강남역", "미용실", "헤어"],
"bookingUrl": "https://m.booking.naver.com/booking/13/bizes/992240"
}
Limitations
- Naver Map search returned
ncaptchafor automated place-list collection in testing. - This API does not bypass captcha or login.
- It checks known Naver Booking
businessIdvalues only. Add restaurants, clinics, classes, activities, and other reservable places todata/places.jsonas you collect IDs. - Booking availability is real-time and can change before the user opens the Naver page.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。