Serversio.github.alex-gon/thegamecrafter
T

The Game Crafter

io.github.alex-gon/thegamecrafter · v0.1.1
▦ npm
v0.1.1npm npm: @alex-gon/tgc-mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.alex-gon/thegamecrafter",
  "description": "Design, manage, and price tabletop games on The Game Crafter via MCP.",
  "title": "The Game Crafter",
  "repository": {
    "url": "https://github.com/alex-gon/thegamecrafter-mcp-server",
    "source": "github"
  },
  "version": "0.1.1",
  "websiteUrl": "https://github.com/alex-gon/thegamecrafter-mcp-server",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@alex-gon/tgc-mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your TGC API key ID from thegamecrafter.com/account/apikeys",
          "isRequired": true,
          "isSecret": true,
          "name": "TGC_API_KEY_ID"
        },
        {
          "description": "Your TGC account username",
          "isRequired": true,
          "name": "TGC_USERNAME"
        },
        {
          "description": "Your TGC account password",
          "isRequired": true,
          "isSecret": true,
          "name": "TGC_PASSWORD"
        },
        {
          "description": "Override the TGC API base URL",
          "default": "https://www.thegamecrafter.com/api",
          "name": "TGC_API_BASE"
        },
        {
          "description": "Restrict file uploads to a specific directory",
          "name": "TGC_UPLOAD_BASE_DIR"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}