report_outcomeio.github.1shizaan/debugai-mcp — Reports whether an applied fix actually worked.
debug_errorio.github.1shizaan/debugai-mcp — Analyzes an error and returns root cause, file/line, and up to 3 ranked fixes with verification status.
recommend_toolsio.github.26zl/cybersec-toolkit — Recommend tools for a given CTF category or bug-bounty target
run_pipelineio.github.26zl/cybersec-toolkit — Execute a sequence of tools in a pipeline
list_toolsio.github.26zl/cybersec-toolkit — List all tools in the registry with their metadata
get_tool_infoio.github.26zl/cybersec-toolkit — Get detailed information about a specific tool
check_install_statusio.github.26zl/cybersec-toolkit — Check if a tool is installed
run_toolio.github.26zl/cybersec-toolkit — Execute an installed tool with governed execution
run_scriptio.github.26zl/cybersec-toolkit — Execute a custom script (disabled by default)
prepare_multi_agent_edit_taskrootellectecomm/Website Autonomous MCP — Prepares a multi-agent edit task with before/after screenshots and validation.
validate_multi_agent_editrootellectecomm/Website Autonomous MCP — Validates the changes made by a multi-agent edit task.
finalize_multi_agent_editrootellectecomm/Website Autonomous MCP — Finalizes a multi-agent edit task with re-audit, optional Vercel preview, and no production deployment.
prepare_website_edit_taskrootellectecomm/Website Autonomous MCP — Prepares a website edit task by creating a safe Git branch and defining the scope of changes.
finalize_website_edit_taskrootellectecomm/Website Autonomous MCP — Finalizes a website edit task by committing changes, running validation, and optionally creating a Vercel preview.
run_website_auditrootellectecomm/Website Autonomous MCP — Runs a read-only multi-agent audit on the website for design, SEO, performance, accessibility, conversion, diagnostics, and landing page.
list_tableseamonboyle/mssql-mcp — Lists tables in the current or specified database.
queryeamonboyle/mssql-mcp — Execute a read-only SQL query and return results
describe_tableeamonboyle/mssql-mcp — Describe the schema of a specific table
list_viewseamonboyle/mssql-mcp — List all views in the current database
searcheamonboyle/mssql-mcp — Search for data across tables using a keyword
list_databaseseamonboyle/mssql-mcp — Lists all databases on the SQL Server instance.
list_procedureseamonboyle/mssql-mcp — List all stored procedures in the current database
list_functionseamonboyle/mssql-mcp — List all functions in the current database
list_triggerseamonboyle/mssql-mcp — List all triggers in the current database
preview_updateeamonboyle/mssql-mcp — Preview rows that would be updated by an UPDATE statement
preview_deleteeamonboyle/mssql-mcp — Preview rows that would be deleted by a DELETE statement
explain_queryeamonboyle/mssql-mcp — Generate an estimated execution plan for a SQL query