← needmoar.games

INDIVIDUAL MCP TOOL

game_detail

The community consensus for one game on needmoar.

needmoar.gamesnone authenticationAvailability not checked

LIVE ENDPOINT

https://needmoar.games/mcp

No auth detected

Connect to this endpoint to inspect the live schema for game_detail and invoke it with your own arguments.

Indexed 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 server

needmoar.games

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.needmoar-games]
url = "https://needmoar.games/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "needmoar-games": {
      "type": "http",
      "url": "https://needmoar.games/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: needmoar-games
Remote MCP URL: https://needmoar.games/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": {
    "needmoar-games": {
      "url": "https://needmoar.games/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "needmoar-games",
  "transport": "streamable-http",
  "url": "https://needmoar.games/mcp"
}
MCP Inspector

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

Related tools

  • search_games — Resolve one or more game names to their Steam appids on needmoar.
  • versus — Head-to-head verdict for two games on needmoar.