{ "name": "@cocaxcode/api-testing-mcp", "version": "0.13.4", "mcpName": "io.github.cocaxcode/api-testing-mcp", "description": "The most complete MCP server for API testing. 36 tools: HTTP requests (with token-optimized responses), assertions, request flows, OpenAPI import, mock data, load testing, collections, environments, native export/import, Postman import/export, cURL export, response diffing. Zero config, zero dependencies.", "type": "module", "bin": { "api-testing-mcp": "dist/index.js" }, "exports": { ".": "./dist/index.js", "./server": "./dist/server.js", "./dist/server.js": "./dist/server.js" }, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint src/", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "typecheck": "tsc --noEmit", "prepare": "npm run build", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js" }, "engines": { "node": ">=20.0.0" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "api-testing", "api-tester", "http-client", "rest-api", "openapi", "swagger", "load-testing", "mock-data", "assertions", "curl", "postman-alternative", "postman-export", "postman-import", "postman-collection", "claude", "claude-code", "claude-desktop", "cursor", "windsurf", "codex", "gemini-cli", "aider", "cline", "opencode", "ai-tools", "ai-agent" ], "author": "cocaxcode", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/cocaxcode/api-testing-mcp.git" }, "homepage": "https://github.com/cocaxcode/api-testing-mcp#readme", "bugs": { "url": "https://github.com/cocaxcode/api-testing-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.0", "yaml": "^2.8.2", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.15.0", "@vitest/coverage-v8": "^3.2.0", "eslint": "^9.28.0", "prettier": "^3.5.0", "tsup": "^8.5.0", "typescript": "^5.8.0", "typescript-eslint": "^8.33.0", "vitest": "^3.2.0" } }