Install
$ agentstack add mcp-dcc-mcp-dcc-asset-ambientcg Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.
Security review
⚠ Flagged1 finding(s); flagged for manual review. · v0.1.0 How review works →
- • Prompt-injection patterns
- • Secret / credential exfiltration
- • Dangerous shell & filesystem operations
- • Untrusted network calls
- • Known-malicious package signatures
- high Pipes remote content directly into a shell (remote code execution).
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
DCC-MCP ambientCG Assets
Agent workflow
AI agents should use installed package skills through the shared gateway. IDE users may continue to use the MCP endpoint.
Install or update the CLI
dcc-mcp-cli is the preferred control path for every shell-capable agent. If it is missing, ask the user before installing the latest official release:
# Linux/macOS
curl -fsSL https://raw.githubusercontent.com/dcc-mcp/dcc-mcp-core/main/scripts/install-cli.sh | sh
# Windows PowerShell
powershell -ExecutionPolicy Bypass -c "irm https://raw.githubusercontent.com/dcc-mcp/dcc-mcp-core/main/scripts/install-cli.ps1 | iex"
Keep an official build current through the release manifest:
dcc-mcp-cli update check
dcc-mcp-cli update apply
update apply downloads and stages the latest CLI for the next launch. It does not update a running dcc-mcp-server; update that server in its own environment.
dcc-mcp-cli dcc-types
dcc-mcp-cli list
dcc-mcp-cli search --query "" --dcc-type
dcc-mcp-cli describe
dcc-mcp-cli call --json '{"key":"value"}'
If the package skill is not active, call dcc-mcp-cli load-skill --dcc-type . After the task, query dcc-mcp-cli stats --range 24h --session-id and pass only bounded evidence to the review_skill_improvement prompt from dcc-mcp-skills-creator.
Search and download ambientCG assets.
This skill uses the public ambientCG API and stores downloaded archives on disk.
Install
dcc-mcp-cli marketplace add dcc-mcp/dcc-asset-ambientcg
dcc-mcp-cli marketplace install dcc-asset-ambientcg
Tools
search_ambientcg_assetslist_ambientcg_downloadsdownload_ambientcg_asset
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: dcc-mcp
- Source: dcc-mcp/dcc-asset-ambientcg
- License: MIT
- Homepage: https://dcc-mcp.github.io/marketplace?q=dcc-asset-ambientcg
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.