Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

AtCoder MCP Server

io.github.ketherworks/atcoder

Search AtCoder problems and fetch public problem statements through MCP.

Uptime
100.0%
1 direct probes · 30d
Response
1037ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

oj_capabilities

Report the audited anonymous AtCoder read surface and explicitly unsupported operations.

oj_health

Report local readiness and the latest observed AtCoder page-read status without probing upstream.

oj_fetch_problem

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.

oj_search_problems

Resolve exactly one contest/task id, atcoder:contest/task id, or canonical task URL. Free-text and catalog crawling are not supported.

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"
    }
  }
}