Codeforces
Accesses the Codeforces API to provide comprehensive contest, user, and submission data through a standardized MCP interface.
关于
Codeforces MCP is a Model Context Protocol (MCP) server designed to offer seamless programmatic access to the Codeforces API. It allows developers and applications to interact with Codeforces contests, retrieve user data, track submissions, and analyze rating information through a consistent MCP interface, facilitating integration with various systems.
主要功能
- Contest Management (lists, standings, rating changes)
- User Information retrieval (profiles, rating history, submissions)
- Submission Tracking (recent and contest-specific)
- Rating Data access (user rating changes, rated user lists)
- Asynchronous support for optimal performance
- 5 GitHub stars
使用案例
- Building applications that require Codeforces contest data
- Developing tools to monitor user performance and rating changes
- Integrating Codeforces submission data into custom platforms