Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

A remote MCP server for navigating Korean senior-care support, routing questions across welfare, medical, and administrative services using official sources.

README.md

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

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.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.