Skip to main content
Glama
jkimdev

amatta-mcp

by jkimdev

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: BPS 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 참고.

Install Server
A
license - permissive license
A
quality
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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Integrates Taiwan-specific medical data including ICD-10 codes, FDA drug databases, and nutrition information into the Model Context Protocol. It enables AI models to query clinical guidelines, verify medical codes, and convert health data into FHIR R4 standardized formats.
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Enables AI clients to access official Indonesian statistical data from Badan Pusat Statistik (BPS) through natural language queries. It provides over 20 tools for retrieving demographic, economic, and trade data with support for bilingual responses and fuzzy domain matching.
    34
    59
    5
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server that enables AI agents to assess child growth, plot growth curves, and interpret z-scores using WHO and China NHC standards.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP tools for Malawian food search, clinical nutrition calculators, and RAG-backed guidance.

  • Doctor-reviewed blood-test markers, conditions & symptoms as agent tools. EN/RU/HE. Hosted.

  • 500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.

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/jkimdev/amatta-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server