INDIVIDUAL MCP TOOL
resolve_room_code
Resolve a 6-character room code (as shared by a player) to its join link and public details (game, seats, whether a password is needed).
LIVE ENDPOINT
https://la.michelerie.com/mcp/public
Connect to this endpoint to inspect the live schema for resolve_room_code and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.michelerie]
url = "https://la.michelerie.com/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"michelerie": {
"type": "http",
"url": "https://la.michelerie.com/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: michelerie
Remote MCP URL: https://la.michelerie.com/mcp/public
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": {
"michelerie": {
"url": "https://la.michelerie.com/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"michelerie": {
"type": "http",
"url": "https://la.michelerie.com/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "michelerie",
"transport": "streamable-http",
"url": "https://la.michelerie.com/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_games— The La Michèlerie game catalog: every game on the platform with its name, one-line pitch (fr-FR and en-GB), player counts, and the URLs of its rules pages.get_game_rules— The complete official rules of one game, as markdown, in the requested language — the same content the help pages show.get_platform_guide— The platform guide, as markdown, in the requested language: accounts (playing needs none), rooms and room codes, privacy modes, friends and presence, statistics.get_game_categories— The live category catalog of one game: per-locale names and descriptions, the PUBLISHED (playable) languages of each category, and live per-language content counts — content is localisable across the six platform locales and each category plays exactly in its published ones.get_pulse— Live platform activity right now: players online, games in progress, and per-game counts of publicly listed rooms — the same figures the public site shows.