PluginBench
MCP Server

io.github.malkreide/bag-health-mcp MCP Server

io.github.malkreide/bag-health-mcp

What is the io.github.malkreide/bag-health-mcp MCP server?

BAG public-health open data: indicators, programmes, statistics

How to install io.github.malkreide/bag-health-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bag-health-mcp": {
      "command": "uvx",
      "args": [
        "bag-health-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bag-health-mcp": {
      "command": "uvx",
      "args": [
        "bag-health-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bag-health-mcp": {
      "command": "uvx",
      "args": [
        "bag-health-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bag-health-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bag-health-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add bag-health-mcp -- uvx bag-health-mcp

Related MCP servers

BAG EPL: Spezialitätenliste, medication and reimbursement data

View repository →

BAKOM telecommunications and media open data

View repository →

ETH Library Discovery and Persons APIs

View repository →

Swiss federal law via Fedlex SPARQL endpoint

View repository →

UNESCO UIS and OECD Education at a Glance

View repository →

Hacker News signal extraction for technology trend monitoring

View repository →