# io.github.mrfentmen/vg-resource-mcp (npm · vg-resource-mcp)

Search and download sprites, models, textures, and sounds from VG Resource.

- Trust score: 72/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-16

## Components

- npm · `vg-resource-mcp`: 72/100 (this document), [markdown](https://verifymcp.io/servers/mrfentmen-vg-resource-mcp/vg-resource-mcp.md), [page](https://verifymcp.io/servers/mrfentmen-vg-resource-mcp/vg-resource-mcp)

## Channel facts

- Registry: `npm`
- Package: `vg-resource-mcp`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-16.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 32 of 118 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 7 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 517 tokens (~47/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add mrfentmen-vg-resource-mcp -- npx -y vg-resource-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mrfentmen-vg-resource-mcp --command npx --arg -y --arg vg-resource-mcp
```

### Hermes

```yaml
mcp_servers:
  mrfentmen-vg-resource-mcp:
    command: "npx"
    args: ["-y", "vg-resource-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "mrfentmen-vg-resource-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vg-resource-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 72, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-12 (score 68, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-08-11 (score 68, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-08 (score 69)

First indexed and scored.

## MCP tools (11)

### `search_assets` (~46 tokens)

Search for assets across The VG Resource network. Returns matching sprites, models, textures, or sounds.

Input parameters:

- `query` (string, required): Search term
- `resource` (string): Resource type

### `browse_console` (~53 tokens)

List all games for a specific console/platform on a resource.

Input parameters:

- `console` (string, required): Console slug (e.g., 'playstation', 'snes')
- `resource` (string): Resource type. Defaults to sprites.

### `browse_game` (~47 tokens)

List all assets for a specific game.

Input parameters:

- `console` (string, required): Console slug
- `game` (string, required): Game slug
- `resource` (string): Resource type. Defaults to sprites.

### `get_asset_detail` (~30 tokens)

Get detailed information about a specific asset including download URL.

Input parameters:

- `url` (string, required): Full asset URL

### `get_latest` (~47 tokens)

Get the latest/recently uploaded assets across a resource.

Input parameters:

- `limit` (number): Number of results. Default 20.
- `resource` (string): Resource type. Defaults to sprites.

### `get_popular` (~47 tokens)

Get the most popular/hit assets across a resource.

Input parameters:

- `limit` (number): Number of results. Default 20.
- `resource` (string): Resource type. Defaults to sprites.

### `random_asset` (~39 tokens)

Get a random asset from a resource. Rolls the dice on 100k+ assets.

Input parameters:

- `resource` (string): Resource type. Defaults to sprites.

### `cross_reference` (~39 tokens)

Find the same game across all 4 resources (sprites, models, textures, sounds).

Input parameters:

- `game_name` (string, required): Game name to search for

### `list_consoles` (~33 tokens)

List all available consoles/platforms for a resource.

Input parameters:

- `resource` (string): Resource type. Defaults to sprites.

### `download_asset` (~75 tokens)

Download an asset from its page URL to a local file. Extracts the download link and saves the file.

Input parameters:

- `asset_page_url` (string, required): The full URL of the asset page (from search/browse results)
- `dest_path` (string, required): Local file path to save to (e.g., './downloads/mario.png')

### `batch_download` (~61 tokens)

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

Input parameters:

- `asset_page_urls` (array, required): List of asset page URLs to download
- `dest_dir` (string, required): Directory to save files into (created if needed)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/mrfentmen-vg-resource-mcp/vg-resource-mcp#diagnostics

## Score history

- 2026-08-16: 72
- 2026-08-15: 68
- 2026-08-14: 68
- 2026-08-13: 68
- 2026-08-12: 68
- 2026-08-11: 68
- 2026-08-10: 69
- 2026-08-09: 69
- 2026-08-08: 69

## Links

- npm package: https://www.npmjs.com/package/vg-resource-mcp
- Socket report: https://socket.dev/npm/package/vg-resource-mcp
- Repository: https://github.com/mrfentmen/vg-resource-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mrfentmen-vg-resource-mcp/vg-resource-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/mrfentmen-vg-resource-mcp/vg-resource-mcp.json
- HTML version of this page: https://verifymcp.io/servers/mrfentmen-vg-resource-mcp/vg-resource-mcp
