FireKickerton/rbc-mcp-server
If you are the rightful owner of rbc-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Reconnaissance Blind Chess MCP Server allows humans and LLMs to play Reconnaissance Blind Chess both locally against AI bots and remotely on the official RBC server.
Tools
Functions exposed to the LLM to take actions
create_local_game
Create and start a new local game against a bot.
get_game_status
Get the current status of a game.
get_board_state
Get your current view of the board.
choose_sense
Choose a square to sense.
choose_move
Choose a move to make.
get_sense_result
Get the result of your last sense action.
get_move_result
Get the result of your last move.
get_opponent_move_info
Get information about opponent's last move.
list_local_games
List all active local game IDs.
delete_local_game
Delete a game and free its resources.
create_remote_game
Connect to a game on rbc.jhuapl.edu.
get_remote_game_status
Get the status of a remote game.
list_remote_games
List all active remote game sessions.
delete_remote_game
Delete a remote game session.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client