{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "serverInfo": {
    "name": "3dassets",
    "version": "1.0.0",
    "title": "3dassets.dev",
    "websiteUrl": "https://3dassets.dev",
    "description": "Search and download free CC0 GLB models and game packs, and submit new ones on a user behalf."
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://3dassets.dev/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": true
    },
    "resources": {
      "listChanged": true
    }
  },
  "protocolVersion": "2025-06-18",
  "authentication": {
    "type": "http-bearer",
    "required": false,
    "documentation": "https://3dassets.dev/auth.md"
  }
}