{"name":"dev.3dassets/catalogue","slug":"3dassets-catalogue","title":"3DAssets.dev","description":"Search and download free CC0 GLB models and game packs, and submit new ones on a user behalf.","url":"https://mcp.market/server/3dassets-catalogue","rating":null,"grade":"A","score":89,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":31,"stars":0,"forks":0,"downloads_week":33,"last_push_at":"2026-09-11T08:57:32.000Z","license":"NOASSERTION"},"uptime":{"percent":100,"checks":2,"ok":2,"last_checked_at":"2026-09-19T22:10:57.008Z","last_ok_at":"2026-09-19T22:10:57.008Z","latency_ms":131},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/3dassets-dev/3dassets","website":"https://3dassets.dev","version":"1.0.1","remotes":[{"type":"streamable-http","url":"https://3dassets.dev/mcp","headers":[{"description":"Optional. \"Bearer <api key>\" from https://3dassets.dev/account, needed only to submit models on the user behalf; search and download work without it.","isSecret":true,"name":"Authorization"}]}],"packages":[{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"3dassets-mcp","version":"1.0.0","transport":{"type":"stdio"},"environmentVariables":[{"description":"Optional. The user API key from https://3dassets.dev/account, needed only to submit models on the user behalf.","format":"string","isSecret":true,"name":"THREEDASSETS_API_KEY"}]}],"tools":[{"name":"create_account","description":"Create a contributor account for the user. Needs only a username and email. There is no password anywhere in this product, so never ask the user for one. A 6-digit code is emailed to them; ask the user to read it to you, then call verify_account to receive their API key. Only do this with the user’s explicit consent.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"username":{"type":"string","pattern":"^[a-z0-9](?:[a-z0-9-]{1,30}[a-z0-9])?$","description":"Public handle, lowercase letters/numbers/hyphens"},"name":{"description":"Optional display name shown on assets; defaults to the username","type":"string","minLength":2,"maxLength":80},"website":{"type":"string","format":"uri"}},"required":["email","username"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"finalize_upload","description":"After PUTting the file to the URL from get_upload_url, describe the asset and submit it for processing and review.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"quarantineKey":{"type":"string"},"previewKey":{"type":"string"},"title":{"type":"string","minLength":2,"maxLength":120},"summary":{"type":"string","minLength":10,"maxLength":280,"description":"Plain 1–2 sentence description"},"description":{"description":"Markdown: scale, pivot, what is included","type":"string","maxLength":5000},"category":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","description":"From list_categories"},"license":{"default":"cc0-1.0","description":"Fixed CC0 1.0 Universal dedication; no licence selection","type":"string","const":"cc0-1.0"},"tags":{"default":[],"maxItems":12,"type":"array","items":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"}},"sourceUrl":{"description":"Where the original was first published","type":"string","format":"uri"},"aiGenerated":{"default":false,"description":"AI helped create geometry, code or textures; not merely uploading","type":"boolean"},"aiModel":{"description":"Contributor-reported model ID or custom model/tool name; use list_ai_models for suggestions. Omit if unknown.","type":"string","minLength":1,"maxLength":160},"attestation":{"type":"boolean","const":true,"description":"Required contributor acceptance (including for agent submissions): I confirm that I created this asset or hold the rights to publish it under CC0 1.0 Universal, and agree to dedicate it to the public domain under CC0 so anyone can use, modify and redistribute it for personal or commercial purposes without attribution. I understand this dedication is irrevocable and the asset will be reviewed before publishing."}},"required":["quarantineKey","title","summary","category","attestation"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_asset","description":"Full details for one asset by slug: CDN URL, licence + attribution text, stats, bounding box, animations, and ready-to-paste loader snippets.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"}},"required":["slug"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_asset_usage","description":"Code or steps to load an asset in three.js, React Three Fiber, <model-viewer>, Blender, Godot or Unity.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"framework":{"default":"threejs","type":"string","enum":["threejs","r3f","model-viewer","blender","godot","unity"]}},"required":["slug"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_demo","description":"Get one demo: the pack, the spawn point, the walkable bounds, the points of interest, and every placement (public asset slug, position in metres, yaw in degrees) with the CDN URL and bounds of each model placed. Load the models with a plain GLTFLoader and apply the transforms to reproduce the scene.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"}},"required":["slug"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_pack","description":"Get a free pack manifest with direct CDN URLs, licences, geometry budgets, loader snippets and its assembled starter scene. Download models individually or use the starter scene.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"}},"required":["slug"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_upload_url","description":"For clients that can upload bytes: returns a presigned PUT URL for a .glb (and optionally a PNG preview). Then call finalize_upload with the returned keys.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"filename":{"type":"string","minLength":1,"maxLength":200},"contentLength":{"type":"integer","exclusiveMinimum":0,"maximum":26214400},"withPreview":{"default":true,"type":"boolean"}},"required":["filename","contentLength"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_ai_models","description":"Search model suggestions from OpenRouter, refreshed hourly. Custom model/tool names are accepted; the list is not exhaustive. Unavailable suggestions never block uploads.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","maxLength":200}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_categories","description":"List categories available on 3dassets.dev (slugs are what other tools accept).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_demos","description":"List the walkable demo scenes staff have built from single packs. Each is a small environment a person can walk through on the site and an agent can load as a layout. Use get_demo for the placements.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_licenses","description":"Returns the sole accepted submission dedication: CC0 1.0 Universal. No licence selection is needed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_tags","description":"List tags available on 3dassets.dev (slugs are what other tools accept).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"my_assets","description":"List the user’s submissions with status (processing, pending review, published, rejected + reason, failed + reason). `pendingEdit` means the user has metadata changes waiting for review; the published version is unchanged until they are approved.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"my_packs","description":"List the user’s pack proposals with status (submitted, approved + pack URL, rejected + reason) and the status of each member model.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_assets","description":"Search the free GLB catalogue on 3dassets.dev (three.js, Blender, Godot, Unity) by text, category (what it is), theme (what world) and style (what look). Returns direct CDN URLs (CORS *, immutable) that load with a plain GLTFLoader. Published models use CC0 1.0 Universal: free personal and commercial use without attribution. Licence metadata is retained in each result.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Free-text search over title and summary","type":"string","maxLength":120},"q":{"description":"Alias for query, as spelled by the REST API","type":"string","maxLength":120},"category":{"description":"Category slug from list_categories","type":"string"},"tag":{"description":"Any tag slug from list_tags","type":"string"},"theme":{"description":"Theme tag slug, e.g. sci-fi, fantasy, modern","type":"string"},"style":{"description":"Style tag slug, e.g. low-poly, realistic, voxel","type":"string"},"sort":{"description":"Default: best match for a query, newest otherwise","type":"string","enum":["relevance","newest","popular","title"]},"limit":{"default":10,"type":"integer","minimum":1,"maximum":50},"page":{"default":1,"type":"integer","minimum":1,"maximum":9007199254740991}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_packs","description":"Find cohesive free GLB game kits by text, theme or style. Returns file counts, total bytes and starter scene URLs. Use get_pack for every individual model and loader snippet.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Free-text search over pack titles and summaries","type":"string","maxLength":120},"q":{"description":"Alias for query, as spelled by the REST API","type":"string","maxLength":120},"theme":{"description":"Theme tag slug, e.g. sci-fi, fantasy, modern","type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"style":{"description":"Style tag slug, e.g. low-poly, realistic, voxel","type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"submit_asset_from_url","description":"Submit a .glb hosted at a public https URL on the user’s behalf (requires their API key). We download it, validate and re-encode it, then a human reviews it before publishing. CC0 is automatic, but the user must accept its irrevocable dedication before submission. Max 25 MB, 1M triangles, embedded textures only.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"title":{"type":"string","minLength":2,"maxLength":120},"summary":{"type":"string","minLength":10,"maxLength":280,"description":"Plain 1–2 sentence description"},"description":{"description":"Markdown: scale, pivot, what is included","type":"string","maxLength":5000},"category":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","description":"From list_categories"},"license":{"default":"cc0-1.0","description":"Fixed CC0 1.0 Universal dedication; no licence selection","type":"string","const":"cc0-1.0"},"tags":{"default":[],"maxItems":12,"type":"array","items":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"}},"sourceUrl":{"description":"Where the original was first published","type":"string","format":"uri"},"aiGenerated":{"default":false,"description":"AI helped create geometry, code or textures; not merely uploading","type":"boolean"},"aiModel":{"description":"Contributor-reported model ID or custom model/tool name; use list_ai_models for suggestions. Omit if unknown.","type":"string","minLength":1,"maxLength":160},"attestation":{"type":"boolean","const":true,"description":"Required contributor acceptance (including for agent submissions): I confirm that I created this asset or hold the rights to publish it under CC0 1.0 Universal, and agree to dedicate it to the public domain under CC0 so anyone can use, modify and redistribute it for personal or commercial purposes without attribution. I understand this dedication is irrevocable and the asset will be reviewed before publishing."}},"required":["url","title","summary","category","attestation"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"submit_pack","description":"Group 2–50 of the user’s own uploads (any that are processing, pending or published) into a pack proposal. Upload the models first with finalize_upload or submit_asset_from_url, then pass their slugs here. Each model is still reviewed on its own; a person approves the pack as a whole, which publishes any members still pending and creates the pack page. Nothing goes live until then. The user is emailed the outcome.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","minLength":2,"maxLength":120},"summary":{"type":"string","minLength":10,"maxLength":280},"description":{"type":"string","maxLength":5000},"assets":{"minItems":2,"maxItems":50,"type":"array","items":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"}}},"required":["title","summary","assets"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"update_asset","description":"Edit the metadata of one of the user’s own assets. The uploaded GLB can never be changed. Editing an asset that is already published does not change it: the proposal goes to the review queue and the live version keeps serving until a person approves it.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"aiGenerated":{"type":"boolean"},"aiModel":{"description":"Model ID or custom name; empty string clears attribution","type":"string","maxLength":160},"title":{"type":"string","minLength":2,"maxLength":120},"summary":{"type":"string","minLength":10,"maxLength":280},"description":{"type":"string","maxLength":5000},"category":{"description":"From list_categories","type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"tags":{"maxItems":12,"type":"array","items":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"}}},"required":["slug"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"verify_account","description":"Exchange the emailed 6-digit code for the account’s API key. Show the key to the user and tell them to configure it as the Bearer token for this MCP server.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"code":{"type":"string","pattern":"^\\d{6}$"}},"required":["email","code"],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":89,"grade":"A","scanned_at":"2026-09-20T00:25:56.942Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:25:56.914Z","components":{"code":{"score":25,"max":25,"notes":["2 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1857ms"]},"poisoning":{"score":15,"max":15,"notes":["20 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 9 days ago"]},"identity":{"score":6,"max":10,"notes":["namespace and repository owner differ","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://3dassets.dev/mcp","reachable":true,"authRequired":false,"latencyMs":1857,"serverInfo":{"name":"3dassets","version":"1.0.0"}}],"packages":[{"registryType":"npm","identifier":"3dassets-mcp","version":"1.0.0","found":true,"license":"CC0-1.0","hasInstallScripts":false,"dependencyCount":1,"publishedAt":"2026-09-07T23:27:47.915Z","repositoryUrl":"git+https://github.com/3dassets-dev/3dassets.git","weeklyDownloads":33}],"repo":{"found":true,"owner":"3dassets-dev","repo":"3dassets","archived":false,"pushedAt":"2026-09-11T08:57:32Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/326260174?v=4","ownerCreatedAt":"2026-09-07T22:53:43Z","license":"NOASSERTION"},"icon":{"url":"https://3dassets.dev/favicon.svg","source":"site"},"presence":{"stars":0,"forks":0,"downloadsWeek":33,"license":"NOASSERTION","lastPushAt":"2026-09-11T08:57:32.000Z","score":31}}}},"grade_history":[],"reviews":[]}