atcoder-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@atcoder-mcp-serverfetch problem ABC001"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AtCoder MCP Server
Find and read past AtCoder problems through MCP, locally or over hosted HTTP.
Quick Start
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.Related MCP server: luogu-mcp-server
What It Can Do
Tool | Purpose |
| Report the available AtCoder read operations and transport. |
| Report process readiness and the latest upstream read. |
| Fetch one past problem by canonical URL or contest/task id. |
| Resolve an exact task URL or contest/task identifier. |
Run Locally
Requires Node.js 22 or newer.
npm ci
npm run check
npm run build
node packages/atcoder/dist/index.jsMCP 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.
Availability
Hosted MCP:
https://api.ksrnyx.top/oj-mcp/atcoder/mcpOfficial MCP Registry:
io.github.ketherworks/atcoder, described byserver.jsonHealth status: see the repository homepage or call
oj_health
Source and Safety
This 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.
Platform Rules
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.
Development
npm ci
npm run check
npm run pack:check
npm run deploy:dryLicense
Adapter source code is MIT licensed. Judge problem content and trademarks are not relicensed by this repository.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceRead-only MCP server for Akamai CDN that enables searching properties, browsing EdgeWorker code, querying DNS zones, inspecting network lists, and translating error codes via natural language.Last updated161MIT
- AlicenseAqualityBmaintenanceA read-only MCP server for discovering and fetching Luogu problems, training sets, and user profiles.Last updated11172MIT
- Alicense-qualityCmaintenanceUnofficial MCP server for searching and recommending Baekjoon (BOJ) problems using the solved.ac API.Last updated293MIT
- AlicenseAqualityBmaintenanceA complete, all-in-one MCP server for Codeforces, enabling AI assistants to access user profiles, compare users, search problems, get practice recommendations, and more.Last updated8MIT
Related MCP Connectors
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Search Codeforces problems and inspect public problem metadata through the official Codeforces API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ketherworks/atcoder-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server