{"openapi":"3.1.0","info":{"title":"Vercel CLI","description":"Vercel 공식 CLI로 Next.js, React 등 프론트엔드 프로젝트를 터미널에서 바로 배포할 수 있습니다. vercel dev로 로컬 개발 서버를 실행하고, vercel deploy로 프리뷰/프로덕션 배포를 수행하며, 환경 변수와 도메인 관리까지 가능합니다.","version":"1.0.0","x-fusepie-id":"cli-vercel","x-fusepie-category":"data","x-fusepie-provider":"Vercel"},"servers":[{"url":"npm install -g vercel","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_cli_vercel","summary":"Vercel CLI","description":"Vercel 공식 CLI로 Next.js, React 등 프론트엔드 프로젝트를 터미널에서 바로 배포할 수 있습니다. vercel dev로 로컬 개발 서버를 실행하고, vercel deploy로 프리뷰/프로덕션 배포를 수행하며, 환경 변수와 도메인 관리까지 가능합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"cli-vercel":{"command":"npx","args":["-y","@fusepie/mcp-cli-vercel"],"env":{"API_KEY":""}}}}}