INDIVIDUAL MCP TOOL
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.
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 endpoint
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
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.find_similar— Find games SIMILAR to one the user names ("games like Candy Crush").