
Judge0 CE
@XPack
Judge0 CE is an advanced open-source online code execution system. It offers tools like getting general info, creating/retrieving batched submissions, getting languages/statuses/config, and creating new submissions that wait in queue. A submission token is returned on successful creation for status checking.
Judge0 CE
The most advanced open-source online code execution system in the world.
Tools
About
- Description: Get general information.
Create a Batched Submission
- Description: Create multiple submissions at once.
Get a Batched Submission
- Description: Get multiple submissions at once.
Get a Language
- Description: Get a language.
Get a Submission
- Description: Get submission.
Get Configuration
- Description: Configuration information gives you detailed information about the configuration of Judge0.
Get Languages
- Description: Get active languages.
Get Statuses
- Description: Get statuses.
Create a Submission
- Description: Creates new submission. Created submission waits in queue to be processed. On successful creation, you are returned a submission token which can be used to check submission status.
XPack MCP
{
"mcpServers": {
"judge0-ce": {
"type": "sse",
"autoApprove":"all",
"url": "https://mcp.xpack.ai/v1/mcp/judge0-ce?authkey={Your-XPack-Auth-Key}"
}
}
}