Dolbom Navi MCP
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.
Core scenario tools cover:
broad family-care situation analysis
official support-route routing
local support contact discovery
long-term-care path explanation
dementia care checklist
urgent safety triage
care/facility option comparison
care service type explanation
institution call-script preparation
optional family-share summaries
PlayMCP Fit
Streamable HTTP transport:
POST /mcpStateless server
Tool count: 10
No
kakaostring in server or tool namesOfficial-source registry exposed as a resource
Dockerfile included for PlayMCP in KC Git source build
Related MCP server: open-assembly-mcp
Run Locally
npm install
npm run build
npm startHealth check:
curl http://127.0.0.1:3000/healthzMCP endpoint:
http://127.0.0.1:3000/mcpFor a public deployment, set MCP_ALLOWED_HOSTS to the comma-separated hostnames that should be accepted in the HTTP Host header. Example:
MCP_ALLOWED_HOSTS=127.0.0.1,localhost,your-playmcp-host.example.com npm startSmoke Test
Start the server in one terminal:
npm startRun the Streamable HTTP smoke test in another terminal:
MCP_ENDPOINT=http://127.0.0.1:3000/mcp npm run smokeMCP_ENDPOINT is required on purpose. This avoids accidentally testing another
service that happens to be running on port 3000.
For LLM-connected evaluation, provide both the OpenRouter key and the exact MCP endpoint being reviewed:
OPENROUTER_API_KEY=... MCP_ENDPOINT=http://127.0.0.1:3000/mcp npm run llm:evalInspector
npm run inspectFor repeatable CLI checks while the server is running:
npm run inspect:tools
npm run inspect:resources
npm run inspect:source-registryDeploy With PlayMCP In KC
Use the Git source build path:
Git URL:
https://github.com/hjongc/dolbom-navi-mcpBranch/ref:
mainDockerfile path:
DockerfilePAT: 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.
Before review, run both checks against the returned endpoint:
MCP_ENDPOINT=https://your-server.playmcp-endpoint.kakaocloud.io/mcp npm run smoke
OPENROUTER_API_KEY=... MCP_ENDPOINT=https://your-server.playmcp-endpoint.kakaocloud.io/mcp npm run llm:evalOfficial 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server that automates the entire process of discovering, evaluating, and applying for government support programs in South Korea using natural language. It integrates multiple public APIs to provide eligibility checks, document preparation, application timelines, and benefit management tools.1241
- AlicenseAqualityCmaintenanceMCP server for the Korean National Assembly Open API, enabling querying of bills, members, votes, committees, and more via natural language.20Apache 2.0
- Alicense-qualityBmaintenanceThis MCP server enables searching Korean construction standards (KDS/KCS), laws from the Ministry of Government Legislation, administrative rules and interpretations, and optionally local water/wastewater design manuals to generate grounded evidence packages for engineering answers.1MIT
- Flicense-qualityCmaintenanceThis MCP server integrates South Korea's national law information, building registers from MOLIT, and KOSIS statistics for housing development research. It enables searching laws, retrieving building details, and accessing statistical data through natural language.
Related MCP Connectors
MCP server for medicare-coverage
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hjongc/dolbom-navi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server