AdaptixC2 MCP Server
Related Servers
Alternatives to AdaptixC2 MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables LLM agents to automate red teaming operations with the AdaptixC2 framework via MCP protocol, supporting post-exploitation tasks and BOF integration.-
- FlicenseNot gradedqualityCmaintenanceExposes the Mythic C2 framework as an MCP server so LLMs can operate agents, issue tasks, and query platform data conversationally.-
- AlicenseNot gradedqualityAmaintenanceEnables LLM agents to securely monitor and control MQTT devices for building automation, industrial control, and smart home systems through a standardized MCP interface.22MIT
- FlicenseBqualityCmaintenanceEnables file IO operations and terminal commands via agentic actions using the MCP protocol.9-
- FlicenseNot gradedqualityDmaintenanceEnables LLM-powered agents to securely communicate with and orchestrate downstream microservices via FastAPI endpoints exposed as MCP tools.-
- AlicenseNot gradedqualityDmaintenanceIntegrates Metasploit Framework with MCP, enabling LLMs to perform penetration testing tasks like exploitation, payload generation, and session management via natural language.Apache 2.0
TDQS
Scored across 54 tools
Many tools have overlapping purposes due to bundling of subcommands (e.g., bof_creds contains hashdump, lsadump, etc., but also there are separate hashdump and lsadump tools? Actually they are subcommands, not separate tools. The sheer number of tools (54) with similar naming patterns (bof_*, list_*, execute_*) makes it difficult for an agent to distinguish which tool is appropriate for a given task. For instance, bof_ldap, bof_ad, and bof_kerbeus all deal with AD but in different ways, increasing ambiguity.
Most tools use snake_case (bof_ad, list_agents, execute_shell), but some use hyphens (cookie-monster) or run-on words (underlaycopy). The bof_* prefix is consistent among a large group, but other tools like get_uid, jobs_kill, and run_process follow a different pattern. Overall, there is a mix of conventions, though no extreme chaos.
54 tools is very high for a single MCP server. While a C2 framework may justify many operations, many 'tools' are actually command groups (e.g., bof_ldap encapsulates dozens of subcommands), inflating the count. The surface would be more manageable with fewer, more granular tools or a hierarchical structure.
The tool set covers an extensive range of C2 operations: agent management, file ops, credential extraction, AD attacks, Kerberos, lateral movement, MSSQL exploitation, and situational awareness. It appears to handle most common post-exploitation tasks, with minor gaps like cloud-specific attacks or advanced persistence mechanisms.