{
  "name": "@hassanjamal/api-mcp",
  "version": "0.1.26",
  "description": "AI-powered API testing MCP server — automated API test automation that discovers endpoints from source code (no OpenAPI spec needed), tests every endpoint per role (RBAC) with real harvested IDs, and reports a stability verdict + an importable Postman collection. Works with NestJS, Express, Flask, FastAPI, Spring, React Native and Flutter.",
  "type": "module",
  "bin": {
    "api-mcp": "dist/index.js"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "api-mcp.config.example.json"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "typecheck": "tsc --noEmit",
    "test": "npm run build && node --test test/*.test.mjs",
    "prepublishOnly": "npm test"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "api-testing",
    "api-test-automation",
    "automated-api-testing",
    "api-testing-mcp",
    "ai-testing",
    "test-automation",
    "qa",
    "rbac-testing",
    "rest-api-testing",
    "integration-testing",
    "endpoint-discovery",
    "openapi",
    "swagger",
    "postman",
    "nestjs",
    "express",
    "flutter",
    "react-native"
  ],
  "license": "MIT",
  "author": "hassanjamal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Hassan-Jamal/Automated_API_MCP.git"
  },
  "homepage": "https://github.com/Hassan-Jamal/Automated_API_MCP#readme",
  "bugs": {
    "url": "https://github.com/Hassan-Jamal/Automated_API_MCP/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "exceljs": "^4.4.0",
    "pdfkit": "^0.19.1",
    "yaml": "^2.5.0",
    "zod": "^3.23.8"
  },
  "optionalDependencies": {
    "@faker-js/faker": "^10.5.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/pdfkit": "^0.17.6",
    "typescript": "^5.6.0"
  }
}
