{"openapi":"3.1.0","info":{"title":"Puppeteer MCP Server","description":"Puppeteer 기반 MCP 서버로 AI 도구에서 헤드리스 Chrome을 제어하여 웹 크롤링, 스크린샷 캡처, PDF 생성을 수행할 수 있습니다. 동적 웹페이지의 데이터 수집이나 시각적 리그레션 테스트에 활용됩니다.","version":"1.0.0","x-fusepie-id":"mcp-puppeteer","x-fusepie-category":"data","x-fusepie-provider":"Anthropic"},"servers":[{"url":"npx -y @modelcontextprotocol/server-puppeteer","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_puppeteer","summary":"Puppeteer MCP Server","description":"Puppeteer 기반 MCP 서버로 AI 도구에서 헤드리스 Chrome을 제어하여 웹 크롤링, 스크린샷 캡처, PDF 생성을 수행할 수 있습니다. 동적 웹페이지의 데이터 수집이나 시각적 리그레션 테스트에 활용됩니다.","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"}}}}}}}},"x-mcp-config":{"mcpServers":{"mcp-puppeteer":{"command":"npx","args":["-y","@fusepie/mcp-mcp-puppeteer"],"env":{}}}}}