{
  "name": "camofox-mcp",
  "version": "1.14.5",
  "description": "Anti-detection browser MCP server for AI agents — navigate, interact, and automate the web without getting blocked",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "camofox-mcp": "dist/index.js",
    "camofox-mcp-http": "dist/http.js"
  },
  "type": "module",
  "scripts": {
    "build": "tsc && node ./scripts/ensure-bin-exec.mjs",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "camofox",
    "camoufox",
    "anti-detection",
    "browser-automation",
    "ai-agent",
    "web-scraping",
    "fingerprint",
    "bot-detection",
    "playwright-alternative",
    "browser",
    "automation",
    "stealth",
    "headless-browser",
    "claude",
    "cursor",
    "vscode",
    "llm-tools"
  ],
  "author": "redf0x1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redf0x1/camofox-mcp.git"
  },
  "homepage": "https://github.com/redf0x1/camofox-mcp#readme",
  "bugs": {
    "url": "https://github.com/redf0x1/camofox-mcp/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist/",
    "README.md",
    "CHANGELOG.md",
    "SECURITY.md",
    "CONTRIBUTING.md",
    "server.json",
    "docs/",
    "skill/",
    "LICENSE",
    "package.json"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "express-rate-limit": "^8.5.1",
    "zod": "4.3.6"
  },
  "devDependencies": {
    "@types/express": "^5.0.6",
    "@types/node": "^22.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.7.0",
    "vitest": "^4.0.18"
  }
}
