← regvault.org

INDIVIDUAL MCP TOOL

list_systems

List all retro-gaming systems in REG-Vault with game counts.

regvault.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

regvault.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.regvault-org]
url = "https://api.regvault.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "regvault-org": {
      "type": "http",
      "url": "https://api.regvault.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: regvault-org
Remote MCP URL: https://api.regvault.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "regvault-org": {
      "url": "https://api.regvault.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "regvault-org": {
      "type": "http",
      "url": "https://api.regvault.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "regvault-org",
  "transport": "streamable-http",
  "url": "https://api.regvault.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_games — Search games by title across one or all systems.
  • get_game — Fetch a single game by system + canonical slug OR ROM hash.
  • get_letter_counts — Per-letter game count for a system (A-Z + 0-9 + other).
  • get_stats — Global REG-Vault catalogue stats: total games, systems, assets coverage.