ansim-gil-dongmu
Generates KakaoTalk share cards for guardians to share route safety information and accessibility details.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ansim-gil-dongmu종로3가역 휠체어 이용 가능한 출구 알려줘."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
안심길동무 MCP
안심길동무는 PlayMCP에 등록할 수 있는 부모님 길안심 비서형 원격 MCP 서버입니다. 지도앱이 제안한 경로를 교통약자 관점에서 다시 점검하고, 엘리베이터/리프트/도움 연락처/이동지원 대안을 알려줍니다.
What This Server Does
지도앱 경로 텍스트를 입력받아
green,yellow,red길안심 등급을 산출합니다.역별 엘리베이터, 휠체어 리프트, 도움 연락처, 주의사항을 확인합니다.
대중교통이 불안한 경우 지역 이동지원센터 연락처와 예약 대안을 제안합니다.
보호자가 카카오톡으로 바로 공유할 수 있는 짧은 안내 문구를 만듭니다.
API 키가 없어도
fixturemode로 PlayMCP 심사/데모 호출이 가능합니다.
Related MCP server: e11y-docs-mcp
MCP Endpoints
MCP endpoint:
POST /mcpHealth check:
GET /health
PlayMCP 개발자 콘솔에는 배포된 HTTPS 주소의 /mcp endpoint를 등록합니다.
예시:
https://your-service.example.com/mcpTools
Tool | Purpose |
| 지도앱 경로를 교통약자 관점에서 검토하고 위험/대안/공유 요약을 반환 |
| 특정 역의 엘리베이터, 리프트, 화장실, 도움 연락처 확인 |
| 목적지 주변에서 더 안전한 역/출구 후보 추천 |
| 대중교통이 불안할 때 이동지원센터 대안 제공 |
| 보호자에게 보낼 카카오톡용 공유 문구 생성 |
Environment
NODE_ENV=production
PORT=3000
HOST=0.0.0.0
MCP_SERVER_NAME=ansim-gil-dongmu
MCP_SERVER_VERSION=0.1.0
DATA_MODE=fixture
KAKAO_REST_API_KEY=
PUBLIC_DATA_SERVICE_KEY=DATA_MODE=fixture는 API 키 없이 데모/심사 가능한 기본 모드입니다. 실제 공공 API를 사용하려면 DATA_MODE=live, KAKAO_REST_API_KEY, PUBLIC_DATA_SERVICE_KEY를 설정합니다. live mode에서도 API 실패 시 fixture fallback으로 응답을 유지합니다.
Local Run
npm install
npm run build
npm test
npm run mcp:smoke
npm start로컬에서 서버를 띄우면 기본 주소는 http://127.0.0.1:3000입니다.
PlayMCP Registration
이 서버를 HTTPS로 배포합니다.
GET /health가 200으로 응답하는지 확인합니다.npm run mcp:smoke또는 MCP 클라이언트로tools/list와tools/call을 확인합니다.PlayMCP 개발자 콘솔에서 MCP 서버 endpoint를
https://<domain>/mcp로 등록합니다.초기 공개 범위는 private/test 상태로 두고 PlayMCP AI Chat에서 starter prompt를 검증합니다.
심사 요청 후 승인되면 전체 공개로 전환합니다.
등록용 설명/프롬프트는 playmcp/server-metadata.json에 정리되어 있습니다.
Example Prompts
엄마가 무릎이 안 좋아. 서울역에서 종로3가역 환승 후 혜화역으로 가서 서울대병원까지 도보 15분인 경로 괜찮아?종로3가역에서 휠체어로 이용하기 좋은 출구와 도움 연락처 알려줘.아버지가 혼자 이동하기 힘든데 경기에서 서울대병원 갈 때 이동지원차량 대안도 알려줘.Safety Notice
이 서버는 공공 데이터와 fixture 정보를 바탕으로 사전 점검을 돕습니다. 엘리베이터, 리프트, 보도 공사, 혼잡, 현장 운영 상태는 달라질 수 있으므로 실제 이동 전 역무실 또는 이동지원센터에 반드시 재확인해야 합니다.
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.
Latest Blog Posts
- 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/brightalot/ansim-gil-dongmu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server