← Registry

Game Development

aigames.store

Helps developers create, publish, update, and manage HTML5 games, including reading player feedback.

1 endpoint9 known toolsFirst detected August 31, 2026Last detected August 31, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
aigames-store
Version
1.0.0
Capabilities
tools
Server instructions

Call create_game_guide before publishing a game.

Known tools 9

create_game_guide

Read sandbox and publishing rules before building, including the official assets runtime catalog.

Inferred read-only
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).

Potential side effects
update_game

Update metadata and/or publish one new build for a game you own.

Potential side effects
list_my_games

List games owned by this creator token.

Inferred read-only
get_feedback

Read visible player feedback for games you own.

Inferred read-only
get_stats

Read play, score, follower and feedback statistics for games you own.

Inferred read-only
upload_cover

Upload or replace the cover image of a game you own.

Potential side effects
get_game_build

Get build metadata and an owner-only download URL for the current or a specific build version.

Inferred read-only
create_game_preview

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

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.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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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