streamable-httpMITupdated 1mo ago
Find and read past AtCoder problems through MCP, locally or over hosted HTTP.
AtCoder MCP Server 能做什么?
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.
What It Can Do
| 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. |
Run Locally
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.
Availability
- Hosted MCP:
https://api.ksrnyx.top/oj-mcp/atcoder/mcp - Official MCP Registry:
io.github.ketherworks/atcoder, described byserver.json - Health 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:dry
License
Adapter source code is MIT licensed. Judge problem content and trademarks are not relicensed by this repository.
安装
把 AtCoder MCP Server 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http atcoder-mcp-server https://api.ksrnyx.top/oj-mcp/atcoder/mcpcodex mcp add atcoder-mcp-server --url https://api.ksrnyx.top/oj-mcp/atcoder/mcp{
"mcpServers": {
"atcoder-mcp-server": {
"url": "https://api.ksrnyx.top/oj-mcp/atcoder/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"atcoder-mcp-server": {
"type": "http",
"url": "https://api.ksrnyx.top/oj-mcp/atcoder/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"atcoder-mcp-server": {
"url": "https://api.ksrnyx.top/oj-mcp/atcoder/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"atcoder-mcp-server": {
"serverUrl": "https://api.ksrnyx.top/oj-mcp/atcoder/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档22/25
- 维护16/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 41 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.0最新 | 2026年7月21日 |