@hackersatyamrastogi/sqlmap
MCP server package @mcp-security/sqlmap
Install
agr install @hackersatyamrastogi/sqlmap --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@mcp-security/sqlmap", "version": "1.0.0", "description": "MCP server for SQLmap - SQL injection detection and exploitation", "main": "build/index.js", "types": "build/index.d.ts", "bin": { "mcp-sqlmap": "build/index.js" }, "files": [ "build", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node build/index.js", "clean": "rm -rf build", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "sqlmap", "security", "penetration-testing", "ai", "sql-injection", "database-security", "exploitation" ], "author": "MCP Security Contributors", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hackersatyamrastogi/Cyber_MCPs.git", "directory": "servers/sqlmap" }, "bugs": { "url": "https://github.com/hackersatyamrastogi/Cyber_MCPs/issues" }, "homepage": "https://github.com/hackersatyamrastogi/Cyber_MCPs/tree/main/servers/sqlmap#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.4.0" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-bcba0ca690032026-08-05