Lichess MCP

by karayaman
Verified

get_tv_game

Retrieve the current TV game in PGN format from specified Lichess channels like 'blitz', 'bullet', or 'chess960' for analysis or viewing.

Instructions

Get current TV game in PGN format

Input Schema

NameRequiredDescriptionDefault
channelNoChannel name like 'bot', 'blitz', etc.

Input Schema (JSON Schema)

{ "properties": { "channel": { "description": "Channel name like 'bot', 'blitz', etc.", "enum": [ "bot", "blitz", "racingKings", "ultraBullet", "bullet", "classical", "threeCheck", "antichess", "computer", "horde", "rapid", "atomic", "crazyhouse", "chess960", "kingOfTheHill", "best" ], "type": "string" } }, "type": "object" }
ID: x7iuw37s1v