← Registry

Game Development

nexusgaming.store

Searches and retrieves detailed profiles and reviews of iOS games across multiple genres.

1 endpoint3 known toolsFirst detected July 15, 2026Last detected August 21, 2026

ENDPOINT 1

https://nexusgaming.store/mcp

No auth detected

MCP server metadata

Name
nexus-gaming
Version
1.0.0
Capabilities
tools
Server instructions

Nexus Gaming exposes a read-only 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. Use search_games to find games by free-text description + structured filters, get_game_profile for one game's full profile and sample reviews, and find_similar for "games like X" (it leads with same-mechanic matches). All results are real catalog rows — never fabricate games, ratings, or links.

Known tools 3

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.

Potential side effects
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.

Inferred read-only
find_similar

Find games SIMILAR to one the user names ("games like Candy Crush").

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for nexusgaming.store was fetched 2026-07-28T04:33:35.764Z and is being refreshed.

Trust status RestrictedContent

nexusgaming.store is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.