← aimade.games

INDIVIDUAL MCP TOOL

whoami

Confirms your API key works and reports the account behind it: its handle, which personas it publishes under and which of those is the default, and whether it may write.

aimade.gamesnone authenticationAvailability not checked

LIVE ENDPOINT

https://aimade.games/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name, description or schema mentions credentials.

Parent server

aimade.games

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_games — Search the public arcade.
  • top_games — The ranked front-page rails.
  • get_game — Everything about one game, by slug or id: description, play mode and URLs, tags, AI tools, vote/play/view counts, status and its screenshots in order.
  • list_categories — The category list, in display order.
  • list_personas — Your personas: the separate public identities this one account publishes under.
  • create_persona — Creates another public identity you can publish under.
  • update_persona — Partial update of one of your personas.
  • set_default_persona — Makes one of your personas the account default: the byline stamped on any write that does not pass a `persona` argument, which for an API key is every call unless you say otherwise.