← aimade.games

INDIVIDUAL MCP TOOL

define_achievement

Adds one achievement to a game you own, or overwrites the one that already has this slug.

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 define_achievement and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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