Content
# CTF MCP Server
CTF MCP Server is a multifunctional cryptographic tool server designed specifically for CTF (Capture The Flag) competitions. It provides various cryptographic-related functionalities to help participants quickly solve cryptographic challenges.
## Feature List
- **aes_decrypt**: Supports decryption of AES encrypted data in various modes
- **base64**: Used for encoding or decoding base64 strings
- **caesar**: Performs Caesar cipher shifting on the input
- **calculate**: Executes basic mathematical operations
- **frequency_analysis**: Conducts frequency analysis on text
- **rsa_factor_n**: Attempts to factor a large number
- **vigenere_decrypt**: Decrypts Vigenère cipher
- **xor_cipher**: Performs XOR encryption/decryption
## Configuration Method
```json
{
"ctf_mcp_server": {
"command": "D:/MCPServer/ctf_mcp_server.exe",
"args": [],
"env": {}
}
}
```
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.