{ "name": "livetrafficcam-mcp", "version": "1.0.0", "description": "MCP server for live US traffic cameras: state DOT feeds with verified live status, from livetrafficcam.com", "homepage": "https://livetrafficcam.com/", "repository": { "type": "git", "url": "git+https://github.com/bzsasson/livetrafficcam-mcp.git" }, "bugs": { "url": "https://github.com/bzsasson/livetrafficcam-mcp/issues" }, "license": "MIT", "mcpName": "io.github.bzsasson/livetrafficcam-mcp", "author": "Boaz Sasson", "type": "module", "bin": { "livetrafficcam-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=20" }, "keywords": [ "mcp", "model-context-protocol", "traffic-cameras", "webcams", "road-conditions", "dot", "511", "live-cameras" ], "scripts": { "build": "tsc", "prepare": "npm run build", "test": "vitest run", "typecheck": "tsc --noEmit", "prepublishOnly": "pnpm build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0", "vitest": "^3.0.0" } }