← Registry

Game Development

embr.games

Search and retrieve details about AI-built games from the embr.games catalog, including genres, featured games, and publishing instructions.

1 endpoint5 known toolsFirst detected July 17, 2026Last detected August 24, 2026

ENDPOINT 1

https://embr.games/mcp

No auth detected

MCP server metadata

Name
games.embr/catalog
Version
1.0.0
Capabilities
tools
Server instructions

embr.games is the marketplace for games built with AI — all playable free in the browser. Use search_games to find games, get_game for details, and how_to_publish to help a creator sell a game they built with AI.

Known tools 5

search_games

Search the embr.games catalog of games built with AI.

Inferred read-only
get_game

Get full details for one game by its slug — description, price, how it was built with AI, and the link to play it.

Inferred read-only
list_genres

List the genres available on embr.games with a count of games in each.

Inferred read-only
featured_games

The games embr.games is currently featuring — the best starting point if someone just wants a great game built with AI to play right now.

Inferred read-only
how_to_publish

Explain how a creator publishes a game they built with AI on embr.games — the steps, the revenue split, and the link to start.

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.games-embr-catalog]
url = "https://embr.games/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "games-embr-catalog": {
      "type": "http",
      "url": "https://embr.games/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "games-embr-catalog": {
      "type": "http",
      "url": "https://embr.games/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "games-embr-catalog",
  "transport": "streamable-http",
  "url": "https://embr.games/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 embr.games was fetched 2026-08-30T01:50:08.346Z.

Trust status Trusted

embr.games is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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