# platphorm-glb Convert source images and captured frames into downloadable, game-ready GLB 3D models with deterministic relief modes or optional AI generation. ## Capabilities { "inputFormats": [ "PNG", "JPG", "JPEG", "WebP", "GIF", "BMP", "AVIF", "HEIC", "HEIF", "WebM", "MP4", "M4V", "MOV" ], "serverDecodedFormats": [ "PNG", "JPG", "JPEG", "HEIC", "HEIF" ], "outputFormats": [ "GLB" ], "modes": [ "heightmap", "extruded", "plan", "ai" ], "runtimes": [ "client", "server" ], "ai": { "provider": "fal", "model": "fal-ai/trellis", "status": "available" } } ## Routes - /api/health - /api/v1/health - /api/docs - /openapi.yaml - /llms.txt - /llms-full.txt - /llms-index.json - /robots.txt - /sitemap.xml - /rss.xml - /feed.xml - /manifest.webmanifest - /.well-known/mcp.json - /.well-known/agents.json - /.well-known/security.txt - /.well-known/trust.json - /api/mcp ## MCP tools - health: Report current GLB service capabilities and dependency availability. (public) - plan_image: Analyze a PNG or JPEG and recommend deterministic GLB conversion settings. (protected) - convert_image: Convert a PNG or JPEG to a base64-encoded GLB using real conversion handlers. (protected) ## MCP resources - platphorm-glb://service/info - platphorm-glb://service/routes ## MCP prompts - plan_glb_conversion Protected operations accept Authorization: Bearer $PLATPHORM_API_KEY or X-PlatPhorm-API-Key: $PLATPHORM_API_KEY.