MCP server that provides read-only access to Swiss public health insurance coverage data, including the Spezialitaetenliste, GGSL, and MiGeL. It lets clients search these lists and retrieve legal context about compulsory insurance coverage in Switzerland.
From the registry: BAG EPL: Spezialitätenliste, medication and reimbursement data
Please install the `bag-epl-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Python 3.11+** — Python 3.11 or newer is required to run the server. (https://www.python.org/downloads/)
- **Install uv** — Install Astral's uv tool to run the server via uvx, which is the simplest no-install path recommended by the README. (https://docs.astral.sh/uv/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["bag-epl-mcp"]
Note: The README also supports Streamable HTTP/cloud deployment, but the simplest portable MCP client configuration is stdio via `uvx bag-epl-mcp`. For HTTP deployment, transport is selected via environment variables when starting the server manually: `MCP_TRANSPORT=streamable-http`, with `MCP_HOST` and `MCP_PORT` also used.
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 server for interacting with the Supabase platform