MCP.so
登录

Israel Health Data MCP Server

@david-aftergut

关于 Israel Health Data MCP Server

MCP server providing access to Israeli Ministry of Health data dashboard APIs.

基本信息

分类

数据与分析

许可证

MIT

运行时

python

传输方式

stdio

发布者

david-aftergut

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "ILHealth-mcp": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Israel Health Data MCP Server?

An MCP server that interfaces with the Israeli Ministry of Health data dashboard APIs, providing easy access to information about hospitals' quality of service, surveys, and more. It serves as a bridge between the MOH API and MCP clients.

How to use Israel Health Data MCP Server?

Install via git clone and use uv to set up the environment, then activate the virtual environment and install dependencies with uv pip install -r pyproject.toml. For Claude use fastmcp install server.py; for testing with MCP Inspector use fastmcp dev server.py. For Visual Studio Code (Copilot) configure the MCP server in .vscode/mcp.json and enable MCP Discovery.

Key features of Israel Health Data MCP Server

  • Access to Israeli Ministry of Health data dashboards.
  • Provides tools: get_available_subjects, get_metadata, get_data, get_links.
  • Covers subjects: Medical Services, Health Services Quality, War Casualties, Child Checkup, Child Development, Beaches, Health Funds (Insurance).
  • Bridges the MOH API to MCP clients.
  • Works with VS Code Copilot, Claude AI Assistant, and MCP Inspector.

Use cases of Israel Health Data MCP Server

  • Query hospital quality-of-service data from the MOH dashboard.
  • Retrieve survey results on health services quality.
  • Access war casualty statistics for research or reporting.
  • Obtain child development checkup data for public health analysis.
  • Fetch health fund (insurance) information.

FAQ from Israel Health Data MCP Server

What subjects are available?

Medical Services, Health Services Quality, War Casualties, Child Checkup, Child Development, Beaches, and Health Funds (Insurance).

What are the system requirements?

Python 3.10 or higher and the uv package manager.

How can I run the server with Claude?

Use the command fastmcp install server.py in the project directory.

Which tools does the server provide?

Four tools: get_available_subjects, get_metadata, get_data, and get_links.

How do I set it up with Visual Studio Code?

Place the configured MCP server path in .vscode/mcp.json and enable MCP and MCP Discovery in VS Code settings. Agent mode must be enabled in Copilot.

评论

数据与分析 分类下的更多 MCP 服务器