Back to Browse

Segaretro MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to Sega Retro, every Sega game, console, and unreleased hardware. Tools...

About

Use this MCP server to Sega Retro, every Sega game, console, and unreleased hardware. Tools...

Security Report

7.2
Moderate7.2Low Risk

A well-structured MCP server for querying the Sega Retro wiki with clean code architecture and appropriate security practices. The server uses keyless public API access to a read-only wiki, making authentication moot. Network access is appropriately scoped to the Sega Retro API. Minor code quality observations exist but do not pose security risks. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-segaretro-mcp": {
      "args": [
        "-y",
        "segaretro-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

segaretro mcp

MCP server for Sega Retro, the wiki covering every Sega game, console, and unreleased hardware.

Tools

ToolWhat it does
search_pagesSearch the Sega wiki
get_pageRead a page's content as plain text
list_categoryList pages in a category (Category:Games, Category:Consoles…)

Usage

npm run build && node dist/index.js

Example:

search_pages { query: "Sonic the Hedgehog" }
get_page { title: "Sonic the Hedgehog (16-bit)" }
list_category { category: "Category:Consoles" }

Keyless (MediaWiki API). Covers hardware revisions, prototype differences, and obscure regional releases most other wikis skip.

Reviews

No reviews yet

Be the first to review this server!