{
  "serverInfo": {
    "name": "DiveAdmin MCP Server",
    "version": "1.0.0"
  },
  "name": "DiveAdmin MCP Server",
  "description": "Model Context Protocol server for DiveAdmin dive school management. Provides AI assistants with access to diver databases, dive trips, courses, invoicing, and more — scoped per dive school.",
  "url": "https://diveadmin.com/api/v1/mcp",
  "transport": "streamable-http",
  "protocol_version": "2024-11-05",
  "authentication": {
    "type": "oauth2",
    "authorization_server": "https://diveadmin.com/.well-known/oauth-authorization-server",
    "note": "Authentication tokens are created by each dive school individually in their account at Settings > Integrations > MCP Server. Tokens are never shared or generated automatically."
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tool_categories": [
    "diver_management",
    "dive_trip_management",
    "course_management",
    "financial_queries",
    "lead_management",
    "equipment_queries"
  ],
  "documentation": "https://diveadmin.com/api-documentation#mcp",
  "contact": "https://diveadmin.com/contact"
}
