japan-healthcare-mcp
Click on "Deploy 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., "@japan-healthcare-mcpsearch for hypertension medications"
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.
japan-healthcare-mcp
Japan Healthcare MCP is a local-first toolkit and MCP server for Japanese healthcare reference data.
The repository includes TypeScript workspace packages for the core library, CLI, MCP server, optional REST API, synthetic sample data, and local demo workflows. It does not bundle official production datasets.
Japanese documentation is available in README.ja.md.
Goals
Provide a local-first workspace for working with Japanese healthcare reference data.
Keep source attribution and data provenance visible in search results.
Offer an MCP server interface for reference-data lookup tools.
Avoid bundling official datasets unless their terms explicitly allow redistribution.
Related MCP server: atlas_mcp
Requirements
Node.js 22 LTS or newer
pnpm 10 or newer
Corepack, recommended for activating the pinned pnpm version
Initial setup
corepack enable
corepack prepare pnpm@10.12.4 --activate
pnpm install
pnpm check:prerequisitesDevelopment commands
pnpm lint
pnpm format:check
pnpm typecheck
pnpm test
pnpm buildDocker demo
The Docker demo builds the MCP server image and prepares a SQLite database from bundled synthetic samples:
docker compose build
docker compose run --rm -T mcp-serverSee docs/docker-demo.md for Docker, docker-compose, MCP Inspector, demo DB, and terminal recording details.
Development baseline
The project uses pnpm as the package manager.
The root
package.jsonrecords the expected package manager and Node.js engine range.pnpm-workspace.yamlis prepared for packages underpackages/*.Generated files such as
node_modules/, build output, coverage output, local.envfiles, and local SQLite databases are ignored.
For more details, see docs/development-environment.md.
Monorepo packages
The workspace is organized into TypeScript packages:
packages/core— core data models, importers, search, source attribution, and safety response modules.packages/cli—jhccommand line interface for local database initialization, imports, searches, diffs, and MCP startup.packages/mcp-server— MCP server and healthcare reference data tools.packages/api— optional REST API server and OpenAPI schema support.
OSS operations
Security policy:
SECURITY.mdContribution guide:
CONTRIBUTING.mdCode of conduct:
CODE_OF_CONDUCT.mdChangelog:
CHANGELOG.mdRepository topics and settings notes:
docs/repository-settings.mdv0.1.0 release notes:
docs/release-notes/v0.1.0.md
Suggested GitHub topics are mcp, model-context-protocol, healthcare, japan, japanese-healthcare, reference-data, sqlite, typescript, drug-master, reimbursement, and pmda.
Data policy status
Official healthcare datasets are not bundled. The included sample CSV files and Docker demo database contain fictional synthetic data only.
Future data handling work must preserve source attribution and avoid redistributing official datasets unless their license explicitly allows it.
See NOTICE for the repository-level notice and official data redistribution policy.
Disclaimer
This project is for reference data tooling only. Do not rely on it as the only source for regulated or professional decisions.
See DISCLAIMER.md for the project disclaimer.
License
This project is licensed under the Apache License, Version 2.0. See LICENSE for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for US nursing facility search and ownership lookup (NursingHomeDatabase).
An MCP server that audits the fairness of construction and renovation estimates in Japan. Provides fair-price ranges, overcharge detection, and verifiable unit-cost data based on JCCDB (65,520 items across 402 categories, CC BY 4.0, DOI-backed).
Hosted MCP server for the Healthie EHR & telehealth API: patients, appointments, charting, tasks.
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceOfficial Medplum MCP server for healthcare automation1,843 npm2,673Apache 2.0
- AlicenseNot gradedqualityDmaintenanceAn MCP server that brings AI-powered search and conversation to your FHIR clinical documents.1MIT
- AlicenseAqualityDmaintenanceOffline MCP server for ICD medical code lookup, search, and crosswalk translation with 124K codes and 102K mappings, all local with zero network calls.53MIT
- FlicenseNot gradedqualityCmaintenanceAn educational healthcare assistant MCP server that provides medication information, interaction checks, symptom guidance, and health topic searches using local data and a local LLM.-