aRustyDev/pcf-mcp
If you are the rightful owner of pcf-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 henry@mcphub.com.
The PCF-MCP Server is a Golang-based server that integrates the Model Context Protocol with the Pentest Collaboration Framework, facilitating AI assistant interactions with pentesting projects.
Tools
Functions exposed to the LLM to take actions
list_projects
List all pentest projects.
create_project
Create a new project.
update_project
Update project details.
list_hosts
List hosts in a project.
add_host
Add a new host.
update_host
Update host information.
list_issues
List security issues.
create_issue
Create a new security finding.
update_issue
Update issue details.
list_credentials
List stored credentials.
add_credential
Store new credentials.
get_credential
Retrieve specific credentials.
generate_report
Generate reports in various formats.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client