{
  "$schema": "https://modelcontextprotocol.io/schema/draft/server-card.json",
  "serverInfo": {
    "name": "verus-dogs-mcp",
    "version": "1.0.0",
    "title": "Verus Dogs MCP Server",
    "description": "Model Context Protocol interface for querying Verus Dogs services, coverage zones, and contact information in Santiago de Cali."
  },
  "transport": {
    "type": "sse",
    "endpoint": "https://www.verusdogs.com/api/mcp"
  },
  "capabilities": {
    "tools": {
      "list": true
    },
    "resources": {
      "list": true
    },
    "prompts": {
      "list": false
    }
  },
  "resources": [
    {
      "uri": "verus://services/summary",
      "name": "Verus Services Summary",
      "mimeType": "text/plain",
      "description": "Comprehensive summary of walking and training services, principles, and zones."
    }
  ],
  "tools": [
    {
      "name": "get_services",
      "description": "Returns details about dog walking and ethical dog training programs."
    },
    {
      "name": "check_coverage",
      "description": "Checks if a neighborhood in Cali is within the active coverage zone."
    },
    {
      "name": "get_contact_channel",
      "description": "Returns the official WhatsApp link and phone number for booking."
    }
  ]
}
