Back to Home
0x-Professor icon

CTF-time-mcp

Verified Safe

by 0x-Professor

Overview

A Model Context Protocol (MCP) server providing programmatic access to CTFtime.org data for CTF events, team rankings, and competition results.

Installation

Run Command
uv run server.py

Security Notes

The server interfaces with the public CTFtime.org API using the `httpx` library, which is generally secure. It does not use `eval` or contain any obvious obfuscation or hardcoded secrets. Input parameters to tools are validated (e.g., integer casting, range limits) which helps mitigate simple injection risks. As with any application interacting with external APIs, the security is also dependent on the upstream CTFtime API's robustness and integrity. The server itself does not implement client-side rate limiting beyond `httpx` defaults, which could be a concern for very heavy usage impacting CTFtime's resources.

Similar Servers

Stats

Interest Score56
Security Score9
Cost ClassLow
Avg Tokens750
Stars2
Forks0
Last Update2026-01-18

Tags

CTFCybersecurityCTFtimeAPIMCP