MCP server exposing 8 tools for codeforces.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/codeforces/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
user — User profile(s) by handle (up to 10000 semicolon-separated).user_rating — Full rating history for a user.user_status — Recent submissions for a user.contest_list — All contests. Pass gym=true for gym contests.contest_standings — Standings (and problem list) for a contest. Optionally filter by handles.problemset — Problemset + per-problem submission counts. Optional tag filter.recent_actions — Recent global actions feed.blog_entry_view — Full blog entry by id.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/codeforces/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io