AtCoder MCP Server
io.github.ketherworks/atcoderSearch AtCoder problems and fetch public problem statements through MCP.
Tools · 4
Report the audited anonymous AtCoder read surface and explicitly unsupported operations.
Report local readiness and the latest observed AtCoder page-read status without probing upstream.
Fetch one public problem statement from an exact contest/task pair or canonical atcoder.jp task URL. Returns sanitized HTML with preserved math, samples, limits, hashes, and source provenance.
Resolve exactly one contest/task id, atcoder:contest/task id, or canonical task URL. Free-text and catalog crawling are not supported.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"atcoder_mcp_server": {
"url": "https://api.ksrnyx.top/oj-mcp/atcoder/mcp",
"transport": "streamable-http"
}
}
}