{"openapi":"3.1.0","info":{"title":"PAYCO (페이코)","description":"NHN의 간편결제 서비스 페이코의 개발자 API입니다. 페이코 로그인(OAuth), 결제 요청/승인/취소, 정기결제 등 전자상거래에 필요한 결제 기능을 제공합니다. 온라인 쇼핑몰이나 앱에 간편결제를 쉽게 연동할 수 있습니다.","version":"1.0.0","x-fusepie-id":"payco","x-fusepie-category":"finance","x-fusepie-provider":"NHN"},"servers":[{"url":"https://api.payco.com","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_payco","summary":"PAYCO (페이코)","description":"NHN의 간편결제 서비스 페이코의 개발자 API입니다. 페이코 로그인(OAuth), 결제 요청/승인/취소, 정기결제 등 전자상거래에 필요한 결제 기능을 제공합니다. 온라인 쇼핑몰이나 앱에 간편결제를 쉽게 연동할 수 있습니다.","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.payco.com"}}},"x-mcp-config":{"mcpServers":{"payco":{"command":"npx","args":["-y","@fusepie/mcp-payco"],"env":{"API_KEY":""}}}}}