PGV17/codeforces-mcp-server
If you are the rightful owner of codeforces-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 henry@mcphub.com.
The Codeforces MCP Server is a Model Context Protocol server that provides a standardized interface to access Codeforces data, including user information, contest data, and problem submissions.
Tools
Functions exposed to the LLM to take actions
get_user_info
Retrieve detailed information about one or more users.
get_user_submissions
Get recent submissions with verdicts and performance metrics.
get_user_rating
Access complete rating change history.
get_contest_list
List all contests with optional gym filter.
get_contest_standings
Retrieve standings for a specific contest.
get_problems
Query problems from the problem set with optional tag filtering.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client