{
  "markdown": "# 3DAssets.dev for agents\n\nFree, web-optimised CC0 GLB models and game asset packs for three.js, React Three Fiber, Blender, Godot, Unity and any glTF-capable tool. This repository holds the machine-readable pieces of https://3dassets.dev in one place for directories and agent tooling that index GitHub:\n\n- `SKILL.md`: the agent skill, a copy of https://3dassets.dev/skill.md (kept in sync daily by a workflow)\n- `bin/3dassets-mcp.js`: the `3dassets-mcp` npm package, a stdio bridge to the hosted server\n- `.mcp.json`: MCP client configuration for the hosted server\n- `server.json`: the official MCP Registry entry\n- `llms-install.md`: setup notes for agents that install from a README\n\nThe site, the API and the MCP server itself are hosted at 3dassets.dev, so the only code here is the thin stdio bridge; the catalogue is at https://3dassets.dev/assets.\n\n## MCP server\n\nTwo ways in. Hosted (Streamable HTTP) needs nothing installed; the npm package runs the same server over stdio for clients that only speak stdio or want a pinned dependency. Both expose the same tools.\n\n```sh\n# stdio, via npm (bridges to the hosted server; no local state)\nnpx -y 3dassets-mcp\n```\n\n```json\n{\n  \"mcpServers\": {\n    \"3dassets\": { \"command\": \"npx\", \"args\": [\"-y\", \"3dassets-mcp\"] }\n  }\n}\n```\n\nSet `THREEDASSETS_API_KEY` in the environment to submit models on the user's behalf; leave it unset for read-only use.\n\n### Hosted endpoint\n\nStreamable HTTP endpoint: `https://3dassets.dev/mcp`. Search and download need no auth. Submitting models on a user's behalf takes their API key as a Bearer token; https://3dassets.dev/auth.md explains how an agent obtains one without the user ever handling a password.\n\n```sh\n# Claude Code\nclaude mcp add --transport http 3dassets https://3dassets.dev/mcp\n\n# Codex CLI\ncodex mcp add 3dassets --url https://3dassets.dev/mcp\n\n# VS Code\ncode --add-mcp '{\"name\":\"3dassets\",\"type\":\"http\",\"url\":\"https://3dassets.dev/mcp\"}'\n```\n\nCursor, Windsurf or any `mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"3dassets\": { \"url\": \"https://3dassets.dev/mcp\" }\n  }\n}\n```\n\nTools: `search_assets`, `search_packs`, `get_pack`, `list_demos`, `get_demo`, `get_asset`, `get_asset_usage`, `list_categories`, `list_tags`, `list_licenses`, `list_ai_models`, `create_account`, `verify_account`, `submit_asset_from_url`, `get_upload_url`, `finalize_upload`, `my_assets`, `update_asset`, `submit_pack`, `my_packs`. Full reference: https://3dassets.dev/docs/mcp.\n\n## Skill\n\n```sh\nnpx skills add 3dassets-dev/3dassets\n```\n\nOr point any agent at https://3dassets.dev/skill.md directly. The skill uses plain HTTP, so it works without MCP.\n\n## REST API\n\nBase `https://3dassets.dev/api/v1`, OpenAPI at https://3dassets.dev/api/v1/openapi.json, guide at https://3dassets.dev/docs/api. Every asset also has a Markdown view at `https://3dassets.dev/assets/{slug}.md`.\n\n## Discovery documents\n\n- https://3dassets.dev/.well-known/mcp/server-card.json\n- https://3dassets.dev/.well-known/api-catalog\n- https://3dassets.dev/.well-known/agent-skills/index.json\n- https://3dassets.dev/.well-known/ai-catalog.json\n- https://3dassets.dev/llms.txt\n\n## Licence\n\nEvery asset on the site is CC0 1.0. The files in this repository are CC0 1.0 too.\n\nQuestions: hello@3dassets.dev\n",
  "bytes": 3245,
  "sha": "307dba16680c5079ade174c9ede671bdf19978e5649bbf29addd700f43a545d9",
  "repo_slug": "3dassets-dev/3dassets",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_dev_3dassets_catalogue_6796b300/readme"
}