Accept an incoming chess challenge on Lichess. Start the game with the challenger.
AI agents invoke lichess_accept_challenge to trigger actions in Lichess MCP. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.
This tool executes an action with external effects: accepting a challenge initiates a binding game on Lichess that involves time commitment, rating changes, and game records. While not destructive or financial, it is an execute-class tool because it performs a state-changing operation on a remote system whose consequences (game outcome affecting user rating/statistics) depend on subsequent AI moves.
From the tool's definition Tool description states 'Accept an incoming chess challenge' and 'Start the game' — this triggers real-time game state changes on the remote Lichess platform and commits the user to an active game session.
Attacks that exploit this kind of access
Accept an incoming chess challenge on Lichess. Start the game with the challenger. It is categorised as a Execute tool in the Lichess MCP MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the Lichess MCP server in PolicyLayer and add a rule for lichess_accept_challenge: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Lichess MCP. Nothing to install.
lichess_accept_challenge is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the lichess_accept_challenge rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for lichess_accept_challenge. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
lichess_accept_challenge is provided by the Lichess MCP server (jamespdaily/lichess-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →