Participant MCP
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., "@Participant MCPList the current challenges and their point values."
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.
KernelKittens CTF Event Kit
This repository starts from CTFd 3.8.7 and adds three public components:
A transactional solve outbox for CTFd.
A Rust event ledger service.
A participant-only MCP service exposing
ctf_list_challenges,ctf_get_challenge,ctf_get_scoreboard, andctf_submit_flag.
Staff and administrative operations are outside the participant MCP. The original CTFd README follows.
What is CTFd?
CTFd is a Capture The Flag framework focusing on ease of use and customizability. It comes with everything you need to run a CTF and it's easy to customize with plugins and themes.

Related MCP server: mcp-ctftime
Features
Create your own challenges, categories, hints, and flags from the Admin Interface
Dynamic Scoring Challenges
Unlockable challenge support
Challenge plugin architecture to create your own custom challenges
Static & Regex based flags
Custom flag plugins
Unlockable hints
File uploads to the server or an Amazon S3-compatible backend
Limit challenge attempts & hide challenges
Automatic bruteforce protection
Individual and Team based competitions
Have users play on their own or form teams to play together
Scoreboard with automatic tie resolution
Hide Scores from the public
Freeze Scores at a specific time
Scoregraphs comparing the top 10 teams and team progress graphs
Markdown content management system
SMTP + Mailgun email support
Email confirmation support
Forgot password support
Automatic competition starting and ending
Team management, hiding, and banning
Importing and Exporting of CTF data for archival
And a lot more...
Install
Install dependencies:
pip install -r requirements.txtYou can also use the
prepare.shscript to install system dependencies using apt.
Modify CTFd/config.ini to your liking.
Use
python serve.pyorflask runin a terminal to drop into debug mode.
You can use the auto-generated Docker images with the following command:
docker run -p 8000:8000 -it ctfd/ctfd
Or you can use Docker Compose with the following command from the source repository:
docker compose up
Check out the CTFd docs for deployment options and the Getting Started guide
Live Demo
Support
To get basic support, you can join the MajorLeagueCyber Community:
If you prefer commercial support or have a special project, feel free to contact us.
Managed Hosting
Looking to use CTFd but don't want to deal with managing infrastructure? Check out the CTFd website for managed CTFd deployments.
MajorLeagueCyber
CTFd is heavily integrated with MajorLeagueCyber. MajorLeagueCyber (MLC) is a CTF stats tracker that provides event scheduling, team tracking, and single sign on for events.
By registering your CTF event with MajorLeagueCyber users can automatically login, track their individual and team scores, submit writeups, and get notifications of important events.
To integrate with MajorLeagueCyber, simply register an account, create an event, and install the client ID and client secret in the relevant portion in CTFd/config.py or in the admin panel:
OAUTH_CLIENT_ID = None
OAUTH_CLIENT_SECRET = NoneCredits
Logo by Laura Barbera
Theme by Christopher Thompson
Notification Sound by Terrence Martin
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
- AlicenseAqualityCmaintenanceEnables interaction with CTFd platforms for Capture The Flag competitions, allowing users to list challenges, read details, manage dynamic Docker containers, and submit flags through natural language.525Apache 2.0
- AlicenseAqualityCmaintenanceEnables AI assistants to query CTF (Capture The Flag) cybersecurity competition data from CTFtime.org, including events, team rankings, results, and votes through the public CTFtime API.713MIT
- FlicenseAqualityDmaintenanceProvides programmatic access to CTFtime.org data for retrieving information about CTF competitions, team rankings, and event results. It enables users to search for upcoming events, analyze team performance, and access historical competition data through a standardized interface.94
- AlicenseNot gradedqualityCmaintenanceEnables users to list CTFd challenges, read details, start/stop dynamic Docker instances, and submit flags through natural language.5Apache 2.0
Related MCP Connectors
Public read-only MCP HTTP gateway for the Solapur software developers registry.
Search Codeforces problems and inspect public problem metadata through the official Codeforces API.
Lichess public API: players, ratings, eval, tablebase, opening explorer
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/KernelKittens/ctf-event-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
