Server data from the Official MCP Registry
Search AtCoder problems and fetch public problem statements through MCP.
Search AtCoder problems and fetch public problem statements through MCP.
Remote endpoints: streamable-http: https://api.ksrnyx.top/oj-mcp/atcoder/mcp
Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
4 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-ketherworks-atcoder": {
"url": "https://api.ksrnyx.top/oj-mcp/atcoder/mcp"
}
}
}From the project's GitHub README.
Find and read past AtCoder problems through MCP, locally or over hosted HTTP.
Add the hosted server to your MCP configuration:
{
"servers": {
"atcoder": {
"type": "http",
"url": "https://api.ksrnyx.top/oj-mcp/atcoder/mcp"
}
}
}
The endpoint accepts anonymous read requests. It does not need an API key, Cookie, or judge account.
Then ask:
Fetch AtCoder problem abc086_a and show its samples.
| Tool | Purpose |
|---|---|
oj_capabilities | Report the available AtCoder read operations and transport. |
oj_health | Report process readiness and the latest upstream read. |
oj_fetch_problem | Fetch one past problem by canonical URL or contest/task id. |
oj_search_problems | Resolve an exact task URL or contest/task identifier. |
Requires Node.js 22 or newer.
npm ci
npm run check
npm run build
node packages/atcoder/dist/index.js
MCP client configuration from a source checkout:
{
"servers": {
"atcoder": {
"type": "stdio",
"command": "node",
"args": ["/absolute/path/packages/atcoder/dist/index.js"]
}
}
}
Tagged GitHub releases attach a standalone npm tarball.
https://api.ksrnyx.top/oj-mcp/atcoder/mcpio.github.ketherworks/atcoder, described by server.jsonoj_healthThis standalone release is generated from the reviewed Competitive Programming MCP source. The release package bundles the shared OJ contract implementation, so its runtime does not depend on unpublished workspace packages.
Do not use this server during ongoing ABC, ARC, or AGC contests. AtCoder's current generative-AI rules generally prohibit that use. This project is intended for practice with past problems. It is unofficial and is not affiliated with or endorsed by AtCoder Inc. Problem content remains subject to the AtCoder Terms of Use.
The server exposes no run or submit tool. It accepts no judge account credentials. See SECURITY.md for the security boundary and PROVENANCE.md for the canonical source revision.
npm ci
npm run check
npm run pack:check
npm run deploy:dry
Adapter source code is MIT licensed. Judge problem content and trademarks are not relicensed by this repository.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.