{ "name": "reel-estate-mcp", "version": "0.3.4", "description": "Generate real estate listing videos from Claude, Cursor, and any MCP client — AI virtual staging, twilight photo edits, drone-style motion clips, voiceover, and rendered property videos for Instagram, TikTok, and YouTube. Official Reel Estate MCP server.", "mcpName": "com.tryreelestate/reel-estate-mcp", "type": "module", "license": "MIT", "author": "Reel Estate (https://tryreelestate.com)", "homepage": "https://tryreelestate.com", "repository": { "type": "git", "url": "git+https://github.com/TryReelEstate/reel-estate-mcp.git" }, "bugs": { "url": "https://github.com/TryReelEstate/reel-estate-mcp/issues" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude", "claude-desktop", "claude-code", "cursor", "ai-agent", "real-estate", "real-estate-video", "real-estate-marketing", "listing-video", "property-video", "virtual-staging", "twilight-photo", "video-generation", "ai-video", "video-marketing", "reel-estate", "proptech" ], "bin": { "reel-estate-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "scripts": { "dev": "tsx watch src/index.ts", "start": "tsx src/index.ts", "build": "tsc", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build", "smoke": "tsx scripts/smoke.ts", "diag": "tsx scripts/diag-oauth.ts", "login": "tsx scripts/login.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "dotenv": "^17.0.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.0", "tsx": "^4.19.0", "typescript": "^5.7.0" } }