mohdhaji87/SQLMap-MCP
If you are the rightful owner of SQLMap-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.
SQLMap MCP Server (FastMCP) is a Model Context Protocol server that provides programmatic access to SQLMap's SQL injection testing capabilities.
Tools
Functions exposed to the LLM to take actions
sqlmap_help
Show SQLMap help information.
sqlmap_scan_url
Scan a target URL for SQL injection vulnerabilities.
sqlmap_enumerate_databases
Enumerate databases on the target.
sqlmap_enumerate_tables
Enumerate tables in a specific database.
sqlmap_enumerate_columns
Enumerate columns in a specific table.
sqlmap_dump_table
Dump data from a specific table.
sqlmap_get_banner
Retrieve database banner information.
sqlmap_get_current_user
Retrieve current database user.
sqlmap_get_current_db
Retrieve current database name.
sqlmap_read_file
Read a file from the database server file system.
sqlmap_execute_command
Execute an operating system command on the database server.
sqlmap_advanced_scan
Perform advanced SQLMap scan with custom options.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client