{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/draft-2025-11",
  "serverInfo": {
    "name": "seek-public-api",
    "title": "SEEK Public API",
    "version": "1.0.0-preview",
    "vendor": "SEEK",
    "description": "Read-only discovery and search over approved SEEK office spaces and operators. Preview MCP card backed by the HTTP/JSON API documented at /openapi.json.",
    "homepage": "https://seek-re.com",
    "documentation": "https://seek-re.com/llms.txt",
    "contact": "hello@seek-re.com"
  },
  "transport": {
    "type": "http",
    "endpoint": "https://seek-re.com/v1",
    "openapi": "https://seek-re.com/openapi.json"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    },
    "prompts": {
      "listChanged": false
    },
    "logging": {}
  },
  "authentication": {
    "required": false,
    "documentation": "https://seek-re.com/auth.md"
  },
  "status": "preview"
}
