japan-healthcare-mcp
A local-first MCP server and toolkit for Japanese healthcare reference data, enabling lookup and search without bundling official datasets.
README
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.
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:prerequisites
Development commands
pnpm lint
pnpm format:check
pnpm typecheck
pnpm test
pnpm build
Docker 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-server
See 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.md - Contribution guide:
CONTRIBUTING.md - Code of conduct:
CODE_OF_CONDUCT.md - Changelog:
CHANGELOG.md - Repository topics and settings notes:
docs/repository-settings.md - v0.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.
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.