Lichess MCP

by karayaman
Verified

set_kid_mode

Enable or disable kid mode on the Lichess chess platform using MCP. Manage account settings to restrict or allow access for young users.

Instructions

Set kid mode status

Input Schema

NameRequiredDescriptionDefault
valueYesEnable or disable kid mode

Input Schema (JSON Schema)

{ "properties": { "value": { "description": "Enable or disable kid mode", "type": "boolean" } }, "required": [ "value" ], "type": "object" }
ID: x7iuw37s1v