Online

Vården MCP

Model Context Protocol server for the Vården.se platform. Internal use only.

Endpoint
https://mcp.varden.se/mcp
Configuration
{
  "mcpServers": {
    "varden": {
      "type": "http",
      "url": "https://mcp.varden.se/mcp",
      "headers": {
        "Authorization": "Bearer $MCP_API_KEY"
      }
    }
  }
}

$MCP_API_KEY is the transition master key. Durable agents and service actors should use their own scoped integration keys.

Verify
# List available tools
curl -s -X POST https://mcp.varden.se/mcp \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $MCP_API_KEY" \
  -d '{"jsonrpc":"2.0","method":"tools/list","id":1}'