# VR.org VR / AR / XR Reader (npm · vr-org-mcp)

Read-only VR / AR / XR news, full-text editorial, events, deals, and buyer guides from VR.org.

- Trust score: 81/100 (high trust)
- Change this week: +28
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `vr-org-mcp`: 81/100 (this document), [markdown](https://verifymcp.io/servers/org-vr-vr-mcp/vr-org-mcp.md), [page](https://verifymcp.io/servers/org-vr-vr-mcp/vr-org-mcp)

## Channel facts

- Registry: `npm`
- Package: `vr-org-mcp`
- Version: `0.3.2`
- 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-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to evanatpizzarobot/vr-org-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 27 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 788 tokens (~52/item across 15 items; 11 tools + 4 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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 org-vr-vr-mcp -- npx -y vr-org-mcp
```

### Codex

```bash
codex mcp add org-vr-vr-mcp -- npx -y vr-org-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-vr-vr-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "vr-org-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add org-vr-vr-mcp --command npx --arg -y --arg vr-org-mcp
```

### Hermes

```yaml
mcp_servers:
  org-vr-vr-mcp:
    command: "npx"
    args: ["-y", "vr-org-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "org-vr-vr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vr-org-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-03 (score 81, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 78, +12)

- [security regression] Known CVEs: partial → unverified
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-08-01 (score 66, +61)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The attested source repository moved: evanatpizzarobot/vr-org-mcp
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 5, −30)

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

### 2026-07-30 (score 35, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 53)

First indexed and scored.

## MCP tools (11)

### `search_vr_news` (~115 tokens)

Search VR / AR / XR news

Returns the latest VR, AR, and XR headlines from VR.org's live aggregated feed (8 VR-native sources plus filtered general tech). Optionally filter by category and match a keyword in the title or snippet.

Input parameters:

- `category` (string): Optional category filter: hardware, gaming, software, enterprise, ar, or xr. Omit for all categories.
- `limit` (number): Max results, 1-50 (default 20).
- `query` (string): Optional keyword to match in the title or snippet.

### `get_vr_trending` (~28 tokens)

Get trending VR topics

Returns the topics currently trending across VR.org's aggregated VR / AR / XR feed.

### `list_vr_originals` (~88 tokens)

List VR.org original articles

Returns summaries of VR.org's own editorial articles (original reporting, opinion, retrospectives, and guides), newest first. Optionally filter by category.

Input parameters:

- `category` (string): Optional category filter: hardware, gaming, software, enterprise, ar, or xr. Omit for all categories.
- `limit` (number): Max results, 1-50 (default 15).

### `get_vr_article` (~73 tokens)

Get a VR.org article by slug

Returns the full content of a single VR.org original article by its slug: metadata (title, author, date, category, tags, snippet), the canonical URL, and the article body HTML.

Input parameters:

- `slug` (string, required): The article slug, e.g. 'why-vr-is-the-perfect-horror-machine'.

### `get_vr_events` (~88 tokens)

Get upcoming VR / AR / XR events

Returns upcoming VR, AR, and XR industry events (conferences, expos, launches) from VR.org's events calendar, soonest first. Set include_past to also include events that have already ended.

Input parameters:

- `include_past` (boolean): Include events that have already ended (default false).
- `limit` (number): Max results, 1-50 (default 10).

### `get_vr_deals` (~61 tokens)

Get VR product deals and prices

Returns VR.org's current curated product picks (headsets, accessories, AR glasses) with prices, badges, and retailer links. Optionally filter to one section.

Input parameters:

- `section` (string): Optional section filter, e.g. 'headsets'.

### `compare_vr_headsets` (~82 tokens)

Compare two VR headsets

Returns a side-by-side of two headsets (price, badge, description, retailer links) drawn from VR.org's curated catalog. Accepts partial names like 'Quest 3' or 'PSVR2'.

Input parameters:

- `a` (string, required): First headset name (partial match allowed).
- `b` (string, required): Second headset name (partial match allowed).

### `get_top_vr_games` (~24 tokens)

Get the top VR games list

Returns VR.org's current ranked list of the top VR games.

### `get_top_vr_apps` (~26 tokens)

Get the top VR apps list

Returns VR.org's current ranked list of the top VR apps and utilities.

### `list_vr_sources` (~30 tokens)

List VR.org news sources

Returns the news sources VR.org aggregates, with per-source article counts and status, plus aggregate totals.

### `vr_explain` (~76 tokens)

Explain a VR / AR / XR topic

Returns a canonical VR.org answer and the authoritative pillar-page link for a common VR / AR / XR question (for example 'what is vr', 'best headset', 'ar glasses', 'vr for beginners').

Input parameters:

- `topic` (string, required): The topic or question, e.g. 'what is vr' or 'best vr headset'.

## Diagnostics

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

## Score history

- 2026-08-03: 81
- 2026-08-02: 78
- 2026-08-01: 66
- 2026-07-31: 5
- 2026-07-30: 35
- 2026-07-28: 53
- 2026-07-27: 53

## Links

- npm package: https://www.npmjs.com/package/vr-org-mcp
- Socket report: https://socket.dev/npm/package/vr-org-mcp
- Repository: https://github.com/evanatpizzarobot/vr-org-mcp
- Website: https://vr.org/
- Changelog RSS feed: https://verifymcp.io/servers/org-vr-vr-mcp/vr-org-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/org-vr-vr-mcp/vr-org-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/org-vr-vr-mcp/vr-org-mcp
