INDIVIDUAL MCP TOOL
get_engine_version
Current Multimate engine version and SDK channel, plus the latest release notes entry.
LIVE ENDPOINT
https://multimate.net/mcp
Connect to this endpoint to inspect the live schema for get_engine_version 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.multimate]
url = "https://multimate.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"multimate": {
"type": "http",
"url": "https://multimate.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: multimate
Remote MCP URL: https://multimate.net/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": {
"multimate": {
"url": "https://multimate.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"multimate": {
"type": "http",
"url": "https://multimate.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "multimate",
"transport": "streamable-http",
"url": "https://multimate.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_docs— Search the Multimate platform documentation (feel contract, config.js options, netcode, lobby, deploys, server authority).get_doc— Fetch a full Multimate documentation page as markdown.get_changelog— Recent Multimate engine release notes, newest first.my_games— List the games on your Multimate account (requires an MCP token): deployed version, engine version at deploy, authority mode, play URL, repo URL — plus the current engine version to spot games needing a redeploy.game_status— Status of one of your games (requires an MCP token): version stamps, authority, live preview branches, and recent deploy/bug-report activity including version-gate rejections.bug_reports— List recent player bug reports for one of your games (requires an MCP token).bug_report— Fetch one full bug-report trace (requires an MCP token): meta, 1Hz net stats, event ring, and sampled world snapshots for the ~30s before the report.leaderboard— Top persisted leaderboard scores for one of your games (requires an MCP token).