Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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

+3 this week 72 Trust /100
Trust breakdown (6 categories)

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
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
Install

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

# add to Claude Code
claude mcp add mrfentmen-vg-resource-mcp -- npx -y vg-resource-mcp
# add to Codex CLI
codex mcp add mrfentmen-vg-resource-mcp -- npx -y vg-resource-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mrfentmen-vg-resource-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "vg-resource-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mrfentmen-vg-resource-mcp --command npx --arg -y --arg vg-resource-mcp
# ~/.hermes/config.yaml
mcp_servers:
  mrfentmen-vg-resource-mcp:
    command: "npx"
    args: ["-y", "vg-resource-mcp"]
// mcp.json
{
  "mcpServers": {
    "mrfentmen-vg-resource-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vg-resource-mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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
MCP tools · 11 exposed · ~517 tokens

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.

Tool Tokens
batch_download ~61

Download multiple assets from their page URLs to a directory. Useful for grabbing all assets from a game.

NameTypeReqDescription
asset_page_urlsarrayyesList of asset page URLs to download
dest_dirstringyesDirectory 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.

NameTypeReqDescription
consolestringyesConsole slug (e.g., 'playstation', 'snes')
resourcestringResource type. Defaults to sprites.

No output schema declared.

No examples provided.

browse_game ~47

List all assets for a specific game.

NameTypeReqDescription
consolestringyesConsole slug
gamestringyesGame slug
resourcestringResource 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).

NameTypeReqDescription
game_namestringyesGame 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.

NameTypeReqDescription
asset_page_urlstringyesThe full URL of the asset page (from search/browse results)
dest_pathstringyesLocal 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.

NameTypeReqDescription
urlstringyesFull asset URL

No output schema declared.

No examples provided.

get_latest ~47

Get the latest/recently uploaded assets across a resource.

NameTypeReqDescription
limitnumberNumber of results. Default 20.
resourcestringResource type. Defaults to sprites.

No output schema declared.

No examples provided.

get_popular ~47

Get the most popular/hit assets across a resource.

NameTypeReqDescription
limitnumberNumber of results. Default 20.
resourcestringResource type. Defaults to sprites.

No output schema declared.

No examples provided.

list_consoles ~33

List all available consoles/platforms for a resource.

NameTypeReqDescription
resourcestringResource 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.

NameTypeReqDescription
resourcestringResource 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.

NameTypeReqDescription
querystringyesSearch term
resourcestringResource type

No output schema declared.

No examples provided.