amatta-mcp

amatta-mcp

Provides infant health references including WHO growth percentiles, NIP vaccine schedules, and national checkup schedules as tools for LLMs.

Category
Visit Server

README

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회·다음 검진 시기

리소스

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured