romulus-31780
openclaw-hal9000/romulus-31780ROMulus 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.
Tools · 3
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…
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 all supported gaming systems/consoles you can search ROMs for.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"romulus-31780": {
"url": "https://romulus.rocks/mcp",
"transport": "http"
}
}
}