← nexusgaming.store

INDIVIDUAL MCP TOOL

search_games

Search the Nexus Gaming knowledge base of top iOS games across 16 App Store genres (puzzle, action, racing, strategy, casual, adventure, board, card, casino, family, music, roleplaying, simulation, sports, trivia, word), each with a review-derived profile (difficulty, ad intensity, in-app-purchase/pay-to-win pressure, session length, pros, complaints, similar games) and an official Apple App Store link.

nexusgaming.storenone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

nexusgaming.store

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_game_profile — Get one game's full enriched profile plus a sample of its real player reviews (evidence to quote): difficulty, ad/IAP pressure, session length, review-derived pros/complaints, similar games, rating, and the App Store link.
  • find_similar — Find games SIMILAR to one the user names ("games like Candy Crush").