{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "bloodtests-head-to-head",
    "title": "Blood Tests - Head to Head",
    "version": "1.0.0",
    "description": "Compare private blood test prices from UK providers. Search tests, compare costs, and find the best option across 8+ providers with 180+ tests.",
    "documentationUrl": "https://bloodtests.head-to-head.uk/about"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "/.well-known/web-mcp.json"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "authentication": {
    "required": false
  },
  "resources": ["dynamic"],
  "tools": ["dynamic"],
  "prompts": []
}