{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.schema.json",
  "serverInfo": {
    "name": "Cloodot SkillSets",
    "version": "1.0.0"
  },
  "description": "Cloodot MCP server — search Cloodot skills documentation, load skill resources, and connect Cloodot Skillsets to AI assistants.",
  "transport": {
    "type": "streamable-http",
    "url": "https://developers.cloodot.com/mcp"
  },
  "authentication": {
    "type": "oauth2",
    "metadata": "https://backend.cloodot.com/.well-known/oauth-authorization-server",
    "scopes": [
      "mcp:access"
    ]
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "documentation": "https://docs.cloodot.com/docs/skills/mcp",
  "publisher": {
    "name": "Cloodot",
    "url": "https://cloodot.com"
  }
}