{
  "$schema": "https://isitagentready.com/.well-known/mcp/server-card.schema.json",
  "schema_version": "0.1.0",
  "name": "Renovativ",
  "description": "AI-powered building renovation planning and energy audit platform",
  "version": "1.0.0",
  "serverInfo": {
    "name": "Renovativ",
    "version": "1.0.0",
    "vendor": "Renovativ Inc.",
    "description": "AI-powered building renovation planning and energy audit platform"
  },
  "endpoints": {
    "base": "https://api.renovativ.ai",
    "sse": "https://api.renovativ.ai/mcp/sse",
    "messages": "https://api.renovativ.ai/mcp/messages"
  },
  "transport": {
    "type": "sse",
    "version": "2024-11-05"
  },
  "capabilities": {
    "tools": {
      "listChanged": true
    },
    "resources": {
      "subscribe": true,
      "listChanged": true
    },
    "prompts": {
      "listChanged": true
    },
    "logging": {}
  },
  "authentication": {
    "type": "oauth2",
    "authorization_server": "https://renovativ.ai/.well-known/oauth-authorization-server"
  },
  "documentation": "https://renovativ.ai/docs/mcp",
  "contact": {
    "email": "api@renovativ.ai",
    "url": "https://renovativ.ai/contact"
  }
}
