Skip to main content
Glama

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 /mcp

  • Stateless server

  • Tool count: 10

  • No kakao string in server or tool names

  • Official-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 start

Health check:

curl http://127.0.0.1:3000/healthz

MCP endpoint:

http://127.0.0.1:3000/mcp

For 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 start

Smoke Test

Start the server in one terminal:

npm start

Run the Streamable HTTP smoke test in another terminal:

MCP_ENDPOINT=http://127.0.0.1:3000/mcp npm run smoke

MCP_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:eval

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.

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:eval

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.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    A
    quality
    D
    maintenance
    An 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.
    12
    41
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for the Korean National Assembly Open API, enabling querying of bills, members, votes, committees, and more via natural language.
    20
    Apache 2.0
  • A
    license
    -
    quality
    B
    maintenance
    This 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.
    1
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    This 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.

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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