{"openapi":"3.1.0","info":{"title":"ngrok CLI","description":"ngrok CLI로 로컬 개발 서버를 외부에서 접근 가능한 HTTPS 터널로 노출합니다. 웹훅 테스트, 모바일 앱 API 연동, 데모 공유에 필수적이며 ngrok http 3000 한 줄로 즉시 공개 URL을 생성합니다.","version":"1.0.0","x-fusepie-id":"cli-ngrok","x-fusepie-category":"data","x-fusepie-provider":"ngrok"},"servers":[{"url":"brew install ngrok","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_cli_ngrok","summary":"ngrok CLI","description":"ngrok CLI로 로컬 개발 서버를 외부에서 접근 가능한 HTTPS 터널로 노출합니다. 웹훅 테스트, 모바일 앱 API 연동, 데모 공유에 필수적이며 ngrok http 3000 한 줄로 즉시 공개 URL을 생성합니다.","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-ngrok":{"command":"npx","args":["-y","@fusepie/mcp-cli-ngrok"],"env":{"API_KEY":""}}}}}