UNPKG

gc-sqlmap-mcp

Version:

Model Context Protocol (MCP) server for interacting with SQLMap SQL injection tool

45 lines (44 loc) 954 B
{ "name": "gc-sqlmap-mcp", "version": "1.1.6", "description": "Model Context Protocol (MCP) server for interacting with SQLMap SQL injection tool", "main": "build/index.js", "types": "build/index.d.ts", "bin": { "gc-sqlmap": "build/index.js" }, "files": [ "build/**/*" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "sqlmap", "sql-injection", "security", "pentesting", "ai", "llm" ], "author": "GhostCrew", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/GH05TCREW/sqlmap-mcp" }, "bugs": { "url": "https://github.com/GH05TCREW/sqlmap-mcp/issues" }, "homepage": "https://github.com/GH05TCREW/sqlmap-mcp", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.14.0", "typescript": "^5.8.2" } }