← aigames.store

INDIVIDUAL MCP TOOL

create_game_preview

Issue a 10-minute owner preview URL for the current build — works for draft and quarantined games.

aigames.storenone authenticationAvailability not checked

LIVE ENDPOINT

https://api.aigames.store/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • create_game_guide — Read sandbox and publishing rules before building, including the official assets runtime catalog.
  • publish_game — Publish an HTML5 game: one self-contained index.html or a ZIP with index.html at its root — self-contained except the official platform runtime (/sdk.js + assets.aigames.store).
  • update_game — Update metadata and/or publish one new build for a game you own.
  • list_my_games — List games owned by this creator token.
  • get_feedback — Read visible player feedback for games you own.
  • get_stats — Read play, score, follower and feedback statistics for games you own.
  • upload_cover — Upload or replace the cover image of a game you own.
  • get_game_build — Get build metadata and an owner-only download URL for the current or a specific build version.