io.github.mrfentmen/vg-resource-mcp
NPM · VG-RESOURCE-MCP · SCANNED AUG 16
Search and download sprites, models, textures, and sounds from VG Resource.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 32 of 118 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 7 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability75
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 517 tokens (~47/item across 11 items; 11 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · vg-resource-mcp
claude mcp add mrfentmen-vg-resource-mcp -- npx -y vg-resource-mcp
codex mcp add mrfentmen-vg-resource-mcp -- npx -y vg-resource-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mrfentmen-vg-resource-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"vg-resource-mcp"
],
"enabled": true
}
}
} openclaw mcp add mrfentmen-vg-resource-mcp --command npx --arg -y --arg vg-resource-mcp
mcp_servers:
mrfentmen-vg-resource-mcp:
command: "npx"
args: ["-y", "vg-resource-mcp"] {
"mcpServers": {
"mrfentmen-vg-resource-mcp": {
"command": "npx",
"args": [
"-y",
"vg-resource-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 16 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 12 Aug 26 0
- Security disclosure: unverified → fail ▼ functional
- 11 Aug 26 −1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 8 Aug 26 69
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 16 Aug 2026 · Analysed npm/vg-resource-mcp@1.0.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 118 packages
| Packages resolved | 118 |
|---|---|
| Deprecated | 1 |
| Stale | 32 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
batch_download ~61
Download multiple assets from their page URLs to a directory. Useful for grabbing all assets from a game.
| Name | Type | Req | Description |
|---|---|---|---|
| asset_page_urls | array | yes | List of asset page URLs to download |
| dest_dir | string | yes | Directory to save files into (created if needed) |
No output schema declared.
No examples provided.
browse_console ~53
List all games for a specific console/platform on a resource.
| Name | Type | Req | Description |
|---|---|---|---|
| console | string | yes | Console slug (e.g., 'playstation', 'snes') |
| resource | string | – | Resource type. Defaults to sprites. |
No output schema declared.
No examples provided.
browse_game ~47
List all assets for a specific game.
| Name | Type | Req | Description |
|---|---|---|---|
| console | string | yes | Console slug |
| game | string | yes | Game slug |
| resource | string | – | Resource type. Defaults to sprites. |
No output schema declared.
No examples provided.
cross_reference ~39
Find the same game across all 4 resources (sprites, models, textures, sounds).
| Name | Type | Req | Description |
|---|---|---|---|
| game_name | string | yes | Game name to search for |
No output schema declared.
No examples provided.
download_asset ~75
Download an asset from its page URL to a local file. Extracts the download link and saves the file.
| Name | Type | Req | Description |
|---|---|---|---|
| asset_page_url | string | yes | The full URL of the asset page (from search/browse results) |
| dest_path | string | yes | Local file path to save to (e.g., './downloads/mario.png') |
No output schema declared.
No examples provided.
get_asset_detail ~30
Get detailed information about a specific asset including download URL.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | Full asset URL |
No output schema declared.
No examples provided.
get_latest ~47
Get the latest/recently uploaded assets across a resource.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Number of results. Default 20. |
| resource | string | – | Resource type. Defaults to sprites. |
No output schema declared.
No examples provided.
get_popular ~47
Get the most popular/hit assets across a resource.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Number of results. Default 20. |
| resource | string | – | Resource type. Defaults to sprites. |
No output schema declared.
No examples provided.
list_consoles ~33
List all available consoles/platforms for a resource.
| Name | Type | Req | Description |
|---|---|---|---|
| resource | string | – | Resource type. Defaults to sprites. |
No output schema declared.
No examples provided.
random_asset ~39
Get a random asset from a resource. Rolls the dice on 100k+ assets.
| Name | Type | Req | Description |
|---|---|---|---|
| resource | string | – | Resource type. Defaults to sprites. |
No output schema declared.
No examples provided.
search_assets ~46
Search for assets across The VG Resource network. Returns matching sprites, models, textures, or sounds.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search term |
| resource | string | – | Resource type |
No output schema declared.
No examples provided.