Dolbom Navi MCP
A remote MCP server for navigating Korean senior-care support, routing questions across welfare, medical, and administrative services using official sources.
README
Dolbom Navi MCP
Dolbom Navi(돌봄내비) is a PlayMCP-compatible remote MCP server for Korean family senior-support navigation.
It helps families route elderly-care questions across welfare, medical support, mobility, long-term care, dementia support, facilities, and local administration using official-source guidance.
PlayMCP Fit
- Streamable HTTP transport:
POST /mcp - Stateless server
- Tool count: 6
- No
kakaostring in server or tool names - Official-source registry exposed as a resource
- Dockerfile included for PlayMCP in KC Git source build
Run Locally
npm install
npm run build
npm start
Health check:
curl http://127.0.0.1:3000/healthz
MCP endpoint:
http://127.0.0.1:3000/mcp
Smoke Test
Start the server in one terminal:
npm start
Run the Streamable HTTP smoke test in another terminal:
npm run smoke
Inspector
npm run inspect
For repeatable CLI checks while the server is running:
npm run inspect:tools
npm run inspect:resources
npm run inspect:source-registry
Deploy With PlayMCP In KC
Use the Git source build path:
- Git URL:
https://github.com/hjongc/dolbom-navi-mcp - Branch/ref:
main - Dockerfile path:
Dockerfile - PAT: empty if the repository is public
After PlayMCP in KC returns an Endpoint URL, register it in the PlayMCP developer console and test as a temporary registration before requesting review.
Official Source Categories
The server uses curated official/public-agency source records:
- 국민건강보험공단 노인장기요양보험
- 정부24
- 복지로
- 보건복지부
- 중앙치매센터
- 중앙치매센터 치매상담콜센터
- 응급의료포털 E-Gen
- 거주지 시·군·구청 공식 누리집
- 광역 교통약자 이동지원센터 대표번호 레지스트리
- 119
- 경찰청 112
The server does not diagnose dementia, determine long-term care grade eligibility, guarantee benefits, rank facilities from unverified reviews, or collect resident registration numbers, exact addresses, phone numbers, payment details, or medical records.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.