Back to Browse

Hiddenpalace MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to hiddenpalace.org, unreleased game prototypes, beta content, and cut...

About

Use this MCP server to hiddenpalace.org, unreleased game prototypes, beta content, and cut...

Security Report

7.2
Moderate7.2Low Risk

This is a well-structured MCP server for querying the hiddenpalace.org wiki with appropriate security practices. The server uses keyless public API access to a read-only MediaWiki instance, implements proper input validation with Zod, and has no credential handling or dangerous operations. Minor code quality improvements around error handling are suggested but do not impact the security posture. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 5 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-hiddenpalace-mcp": {
      "args": [
        "-y",
        "hiddenpalace-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

hiddenpalace mcp

MCP server for hiddenpalace.org, the Video Game History Foundation wiki documenting unreleased game prototypes, beta builds, and cut content.

Tools

ToolWhat it does
search_pagesSearch prototype/beta documentation
get_pageRead a page's content (wikitext flattened to readable text)

Usage

npm run build && node dist/index.js

Example:

search_pages { query: "Sonic Riders prototype" }
get_page { title: "Sonic Riders (NPDP prototype)" }

Keyless (MediaWiki API). Pairs perfectly with archive org mcp, the Internet Archive hosts many of the prototype ROMs that hiddenpalace documents.

Reviews

No reviews yet

Be the first to review this server!