MCP server for the Swiss Federal Office of Public Health (BAG) Infectious Disease Dashboard. It provides read-only access to epidemiological surveillance data for 51 pathogens in Switzerland and Liechtenstein, including time-series data, canton situation summaries, exports, and reference resources.
From the registry: BAG public-health open data: indicators, programmes, statistics
Please install the `bag-health-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install uv** — Install Astral's uv so you can run the server via uvx without cloning or manually installing the package. (https://docs.astral.sh/uv/)
- **Python 3.11+** — Python 3.11 or newer is required by the package. (https://www.python.org/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["bag-health-mcp"]
Note: The README recommends the stdio uvx path as the simplest install. The server also supports HTTP when installed with pip and run as `python -m bag_health_mcp.server`. Relevant optional environment variables mentioned for deployment/HTTP are: `MCP_TRANSPORT` (`stdio` or `http`), `MCP_HOST`, `MCP_PORT`, `MCP_AUTH_TOKEN` (optional bearer auth for HTTP), `MCP_CORS_ORIGINS` (optional comma-separated CORS allow-list), and `MCP_LOG_LEVEL` (optional log level). Telemetry is optional via the `telemetry` extra plus `OTEL_*` environment variables.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP_TRANSPORTrequiredSets transport mode for the server, such as http or stdioMCP_HOSTrequiredSets the host/interface the HTTP server binds toMCP_PORTrequiredSets the port for the HTTP serverMCP_AUTH_TOKENrequiredRequires a bearer token for HTTP requests when setMCP_CORS_ORIGINSrequiredComma-separated allow-list of browser origins for CORSMCP_LOG_LEVELrequiredSets the structured log levelOTEL_EXPORTER_OTLP_ENDPOINTrequiredEnables OpenTelemetry tracing by pointing to an OTLP collectorOTEL_SERVICE_NAMErequiredOptional OpenTelemetry service name for tracingTrending hip-hop artist momentum scores across four cultural dimensions.
Official PostHog MCP Server for product analytics, feature flags, experiments, and more.
Official OpenMetadata MCP: governed context and business semantics for AI assistants and agents.