Content Tools
michelerie.com
Provides access to the La Michèlerie board game platform's catalog, rules, platform guide, categories, and live activity data.
ENDPOINT 1
https://la.michelerie.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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-com]
url = "https://la.michelerie.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"michelerie-com": {
"type": "http",
"url": "https://la.michelerie.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: michelerie-com
Remote MCP URL: https://la.michelerie.com/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"michelerie-com": {
"url": "https://la.michelerie.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"michelerie-com": {
"type": "http",
"url": "https://la.michelerie.com/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "michelerie-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "michelerie-com",
"transport": "streamable-http",
"url": "https://la.michelerie.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://la.michelerie.com/mcp/public
MCP server metadata
- Name
- michelerie
- Version
- 1.0.0
La Michèlerie is a free browser platform of multiplayer party games among friends, in French (fr-FR, primary) and English (en-GB). Playing needs no account and no install. This server is read-only: it explains the platform and reports live activity; it cannot create rooms, join games, or play. Use list_games for the catalog, get_game_rules and get_platform_guide for the actual help content, get_game_categories for a game's live category catalog (useful to match categories to a player's tastes), get_pulse for live activity, and resolve_room_code when someone shares a 6-character room code.
Known tools 6
list_gamesThe 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.
Inferred read-onlyget_game_rulesThe complete official rules of one game, as markdown, in the requested language — the same content the help pages show.
Inferred read-onlyget_platform_guideThe platform guide, as markdown, in the requested language: accounts (playing needs none), rooms and room codes, privacy modes, friends and presence, statistics.
Inferred read-onlyget_game_categoriesThe 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.
Inferred read-onlyget_pulseLive platform activity right now: players online, games in progress, and per-game counts of publicly listed rooms — the same figures the public site shows.
Inferred read-onlyresolve_room_codeResolve a 6-character room code (as shared by a player) to its join link and public details (game, seats, whether a password is needed).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.