{"openapi":"3.1.0","info":{"title":"PASS 본인인증 API","description":"통신 3사 통합 본인인증 서비스","version":"1.0.0","x-fusepie-id":"pass-auth-api","x-fusepie-category":"auth","x-fusepie-provider":"PASS"},"servers":[],"paths":{"/":{"get":{"operationId":"call_pass_auth_api","summary":"PASS 본인인증 API","description":"통신 3사 통합 본인인증 서비스","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://devcenter.passauth.co.kr/"}}},"x-mcp-config":{"mcpServers":{"pass-auth-api":{"command":"npx","args":["-y","@fusepie/mcp-pass-auth-api"],"env":{"API_KEY":""}}}}}