CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Codeforces

pipeworx-io/mcp-codeforces
11 toolsHTTPregistry active
Summary

Connects Claude to the Codeforces competitive programming platform through eight read-only API tools. You can pull user profiles and rating histories, browse recent submissions, list contests and their standings, search the problemset with optional tag filters, and view blog entries. Handles batch lookups for up to 10,000 users at once. Built on the Pipeworx gateway, so you can either connect to this standalone server or use the full gateway that includes 673+ other data sources. Useful if you're building coding interview prep tools, analyzing competitive programming trends, or just want Claude to look up contest results and problem statistics without leaving the conversation.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

11 tools
get_user_statsFetch complete user profile, rating, rank, and solve counts.1 params

Fetch complete user profile, rating, rank, and solve counts.

Parameters* required
handlestring
The codeForces user handle (e.g., tourist)
get_recent_activityFetch complete the most recently solved Problem , Contest , Points , Link , Tags, by the user.1 params

Fetch complete the most recently solved Problem , Contest , Points , Link , Tags, by the user.

Parameters* required
handlestring
The Codeforces user handle
get_tag_breakdownFetch all accepted submissions for a user and calculate how many unique problems they have solved for each topic tag (e.g., dp, math, greedy).1 params

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).

Parameters* required
handlestring
The Codeforces user handle
get_best_contest_rankFetch the user's best ever performance (highest rank) in a single Codeforces contest.1 params

Fetch the user's best ever performance (highest rank) in a single Codeforces contest.

Parameters* required
handlestring
The Codeforces user handle
analyze_weak_topicsIdentify underperforming tags and suggest focus areas based on the user's lowest solve counts.1 params

Identify underperforming tags and suggest focus areas based on the user's lowest solve counts.

Parameters* required
handlestring
The Codeforces user handle
get_rating_historyFetch the user's rating changes over time, including their latest contest performances and overall rating trajectory.1 params

Fetch the user's rating changes over time, including their latest contest performances and overall rating trajectory.

Parameters* required
handlestring
The Codeforces user handle
get_virtual_contestSuggest custom practice virtual contests based on the user's rating, excluding ones they have already competed in.1 params

Suggest custom practice virtual contests based on the user's rating, excluding ones they have already competed in.

Parameters* required
handlestring
The Codeforces user handle
get_recommend_problemsSmart problem suggestions based on the user's current rating and their weakest topic areas.1 params

Smart problem suggestions based on the user's current rating and their weakest topic areas.

Parameters* required
handlestring
The Codeforces user handle
get_search_problemsSearch the Codeforces problem set by specific tags, minimum rating, and maximum rating.4 params

Search the Codeforces problem set by specific tags, minimum rating, and maximum rating.

Parameters* required
tagsarray
List of topic tags to search for (e.g., ['dp', 'graphs'])
limitnumber
Number of problems to return (default 5, max 20)
maxRatingnumber
Maximum difficulty rating (e.g., 1600)
minRatingnumber
Minimum difficulty rating (e.g., 1200)
get_problem_statsFetch deep statistics for a specific Codeforces problem, including its rating, global solve count, and topic tags.2 params

Fetch deep statistics for a specific Codeforces problem, including its rating, global solve count, and topic tags.

Parameters* required
indexstring
The problem index letter (e.g., 'E' or 'A1')
contestIdnumber
The Codeforces contest ID (e.g., 2044)
compare_usersCompare two Codeforces users side-by-side, including their ratings, total solves, problem overlap, and unique solves.2 params

Compare two Codeforces users side-by-side, including their ratings, total solves, problem overlap, and unique solves.

Parameters* required
handle1string
The first Codeforces user handle
handle2string
The second Codeforces user handle

mcp-codeforces

Codeforces MCP — public read API.

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription
userUser profile(s) by handle (up to 10000 semicolon-separated).
user_ratingFull rating history for a user.
user_statusRecent submissions for a user.
contest_listAll contests. Pass gym=true for gym contests.
contest_standingsStandings (and problem list) for a contest. Optionally filter by handles.
problemsetProblemset + per-problem submission counts. Optional tag filter.
recent_actionsRecent global actions feed.
blog_entry_viewFull blog entry by id.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "codeforces": {
      "url": "https://gateway.pipeworx.io/codeforces/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Codeforces data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • All tools and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMay 13, 2026
View on GitHub