Game Development
aigames.store
Helps developers create, publish, update, and manage HTML5 games, including reading player feedback.
ENDPOINT 1
https://api.aigames.store/api/mcp
MCP server metadata
- Name
- aigames-store
- Version
- 1.0.0
Call create_game_guide before publishing a game.
Known tools 9
create_game_guideRead sandbox and publishing rules before building, including the official assets runtime catalog.
Inferred read-onlypublish_gamePublish 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 effectsget_game_buildGet build metadata and an owner-only download URL for the current or a specific build version.
Inferred read-onlycreate_game_previewIssue a 10-minute owner preview URL for the current build — works for draft and quarantined games.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.