{"openapi":"3.1.0","info":{"title":"카카오 로그인 API","description":"카카오 계정 OAuth2 간편로그인","version":"1.0.0","x-fusepie-id":"kakao-login-auth","x-fusepie-category":"auth","x-fusepie-provider":"카카오"},"servers":[],"paths":{"/":{"get":{"operationId":"call_kakao_login_auth","summary":"카카오 로그인 API","description":"카카오 계정 OAuth2 간편로그인","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":"Get your API key from: https://developers.kakao.com/"}}},"x-mcp-config":{"mcpServers":{"kakao-login-auth":{"command":"npx","args":["-y","@fusepie/mcp-kakao-login-auth"],"env":{"API_KEY":""}}}}}