{
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "isitagentready-mcp",
    "version": "1.0.0",
    "description": "IsItAgentReady (synthetic demo) MCP server — agent discovery endpoint for agent-readiness checks and audit booking."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://isitagentready.site/mcp"
  },
  "capabilities": {
    "tools": {},
    "resources": false,
    "prompts": false,
    "sampling": false,
    "roots": false,
    "logging": {}
  },
  "authentication": {
    "required": true,
    "methods": [
      "oauth2"
    ],
    "oauth2": {
      "authorizationEndpoint": "https://isitagentready.site/auth/authorize",
      "tokenEndpoint": "https://isitagentready.site/auth/token",
      "scopesSupported": [
        "mcp:read",
        "mcp:invoke"
      ]
    }
  },
  "security": {
    "tlsRequired": true,
    "minTlsVersion": "1.2",
    "securityContact": "mailto:hello@isitagentready.site",
    "securityPolicy": "https://isitagentready.site/.well-known/security.txt"
  },
  "rateLimits": {
    "requestsPerMinute": 60
  }
}
