{
  "serverInfo": {
    "name": "prizmad",
    "version": "1.0.0",
    "description": "Create AI-powered UGC video ads from any product URL. 50+ avatars, natural voiceover, proven ad templates."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://prizmad.com/api/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "authentication": {
    "type": "bearer",
    "description": "Prizmad API key or OAuth 2.0 access token",
    "oauth": {
      "authorization_server": "https://prizmad.com/.well-known/oauth-authorization-server",
      "token_endpoint": "https://prizmad.com/oauth/token",
      "grant_types": ["client_credentials"],
      "scopes": ["videos:read", "videos:write"]
    }
  }
}
