amatta-mcp
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., "@amatta-mcpCheck growth percentile for a 6-month-old male"
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.
amatta-mcp
영유아 건강 레퍼런스(국가예방접종·WHO 성장도표·영유아 건강검진)를 LLM에게 도구로 제공하는 MCP 서버. OhRight 앱에 갇혀 있던 데이터·계산 로직을 stdio MCP 서버로 분리했다.
도구
compute_growth_percentile— WHO 성장도표(0–24개월) z-score·백분위 계산list_vaccine_schedule/get_due_vaccines— NIP 백신 일정·접종 시기 (택1 백신 플래그)list_checkups/get_next_checkup— 국가 영유아 건강검진 8회·다음 검진 시기
Related MCP server: Taiwan Health MCP Server
리소스
amatta://growth-reference, amatta://vaccine-master, amatta://checkup-schedule — 원본 표 열람.
설치 · 사용 (npx)
별도 설치 없이 실행할 수 있다. claude_desktop_config.json:
{
"mcpServers": {
"amatta-mcp": {
"command": "npx",
"args": ["-y", "amatta-mcp"]
}
}
}npm에 게시하기 전이라면 GitHub에서 바로 실행할 수도 있다:
{
"mcpServers": {
"amatta-mcp": {
"command": "npx",
"args": ["-y", "github:jkimdev/amatta-mcp"]
}
}
}개발
npm install
npm test # vitest
npm run dev # tsx로 서버 실행
npm run build # dist/ 로 컴파일Claude Desktop 연결 (로컬 빌드)
소스에서 직접 빌드해 연결하려면 claude_desktop_config.json:
{
"mcpServers": {
"amatta-mcp": {
"command": "node",
"args": ["/절대경로/amatta-mcp/dist/index.js"]
}
}
}npm run build 후 위 경로를 실제 절대경로로 바꾼다.
배포
npm publish로 게시한다. 게시 전 prepublishOnly가 빌드·테스트를 자동 실행하고, 배포물엔 dist/·README·LICENSE만 포함된다(files 필드).
면책
모든 응답은 참고 정보이며 진단이 아니다. 성장·접종·검진은 소아과 상담이 우선한다. 출처: WHO Child Growth Standards / 질병관리청 NIP / 국가 영유아 건강검진.
라이선스
MIT — LICENSE 참고.
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
- 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/jkimdev/amatta-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server