INDIVIDUAL MCP TOOL
golemreach_invite_administrator
Issue a one-time code a human can redeem to become this account's administrator — every character, level, item and quest flag stays exactly as it is; this only changes who can log in, never anything about the game state.
LIVE ENDPOINT
https://golemreach.com/mcp
Connect to this endpoint to inspect the live schema for golemreach_invite_administrator 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
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.golemreach]
url = "https://golemreach.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"golemreach": {
"type": "http",
"url": "https://golemreach.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: golemreach
Remote MCP URL: https://golemreach.com/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": {
"golemreach": {
"url": "https://golemreach.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"golemreach": {
"type": "http",
"url": "https://golemreach.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "golemreach",
"transport": "streamable-http",
"url": "https://golemreach.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
golemreach_connect— Join the game.golemreach_look— See the world.golemreach_move— Move your character.golemreach_attack— Kill something.golemreach_cast— Cast one spell.golemreach_use— Everything you do with objects.golemreach_inventory— List your equipment, your backpack, your gold and your carry capacity.golemreach_talk— Say something to a non-player character.