Skip to content
Back to search
100
MCP live http

romulus-31780

openclaw-hal9000/romulus-31780

ROMulus is a retro gaming ROM search engine that aggregates results from four major sites. Search by game title and console to get download page URLs, cover images, and file sizes... all in one all. Tools: • search_roms — Find ROMs by title, optionally filtered by console (NES, SNES, N64, GameCube, PS1, PS2, PSP, GBA, Genesis, Dreamcast, and 20+ more) • get_game_details — Fetch full metadata for a game: year, region, genre, languages, rating, serial number, and description • list_systems — List all 28 supported consoles No API key required.

Uptime
100.0%
112 probes
Response
978ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://romulus.rocks

Tools · 3

search_roms

Search for ROM download pages across Vimm's Lair, ROMsGames, CDRomance, and LoLROMs. Args: query: Game title to search for (e.g. 'Super Mario Bros', 'Zelda') system: Console to fi…

get_game_details

Fetch full details for a specific game given its ROM page URL. Returns size, year, region, genre, languages, rating, serial number, description, and cover image. Args: url: The g…

list_systems

List all supported gaming systems/consoles you can search ROMs for.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "romulus-31780": {
      "url": "https://romulus.rocks",
      "transport": "http"
    }
  }
}