malwaredetective/GTFOBins-MCP
If you are the rightful owner of GTFOBins-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server that bridges Large Language Models (LLMs) with a local GTFOBins API for automated Unix binary queries.
Tools
Functions exposed to the LLM to take actions
list_binaries
Return a list of all unix binaries found within GTFOBins.
list_binaries_by_function
List all binaries that have a specific function, e.g., 'suid'.
list_functions
Return a list of all functions and their descriptions from GTFOBins.
query_binary
Fetch all the details of a specific unix binary from GTFOBins by name.
query_function
Fetch the description for a specific function from GTFOBins by name.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client