Codeforces Mcp Server
Codeforces MCP Tools supercharges your AI with live competitive programming data.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Get User Stats: Fetch complete user profile, rating, rank, and solve counts.
- Get Recent Activity: Fetch complete the most recently solved Problem , Contest , Points , Link , Tags, by the user.
- Get Tag Breakdown: Fetch all accepted submissions for a user and calculate how many unique problems they have solved for each topic tag (e.g., dp, math, greedy).
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Codeforces MCP Tools supercharges your AI with live competitive programming data. With 11 strictly-typed tools, it enables your AI agent to:
📊 Pull live user statistics, ratings, and peak performance metrics. 🎯 Map out topic-specific strengths and weaknesses to highlight growth areas. 💡 Recommend custom practice problems and unplayed virtual contests. 🥊 Compare user profiles head-to-head for competitive intelligence. 🔍 Search the entire Codeforces problem set by tags and precise difficulty ranges.
Список инструментов сервера (11)
Технические названия из tools/list. Нужны только разработчикам.
| get_user_stats | Fetch complete user profile, rating, rank, and solve counts. |
| get_recent_activity | Fetch complete the most recently solved Problem , Contest , Points , Link , Tags, by the user. |
| get_tag_breakdown | Fetch all accepted submissions for a user and calculate how many unique problems they have solved for each topic tag (e.g., dp, math, greedy). |
| get_best_contest_rank | Fetch the user's best ever performance (highest rank) in a single Codeforces contest. |
| analyze_weak_topics | Identify underperforming tags and suggest focus areas based on the user's lowest solve counts. |
| get_rating_history | Fetch the user's rating changes over time, including their latest contest performances and overall rating trajectory. |
| get_virtual_contest | Suggest custom practice virtual contests based on the user's rating, excluding ones they have already competed in. |
| get_recommend_problems | Smart problem suggestions based on the user's current rating and their weakest topic areas. |
| get_search_problems | Search the Codeforces problem set by specific tags, minimum rating, and maximum rating. |
| get_problem_stats | Fetch deep statistics for a specific Codeforces problem, including its rating, global solve count, and topic tags. |
| compare_users | Compare two Codeforces users side-by-side, including their ratings, total solves, problem overlap, and unique solves. |