{"openapi":"3.1.0","info":{"title":"PLAYNC Developers API","description":"엔씨소프트의 게임 플랫폼 PLAYNC 개발자 API입니다. 리니지, 블레이드 & 소울, 아이온 등 NC 게임의 캐릭터 정보, 서버 상태, 게임 데이터를 조회할 수 있습니다. 게임 팬사이트나 도우미 앱 개발에 활용됩니다.","version":"1.0.0","x-fusepie-id":"plaync","x-fusepie-category":"culture","x-fusepie-provider":"NCSoft"},"servers":[{"url":"https://api.plaync.com","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_plaync","summary":"PLAYNC Developers API","description":"엔씨소프트의 게임 플랫폼 PLAYNC 개발자 API입니다. 리니지, 블레이드 & 소울, 아이온 등 NC 게임의 캐릭터 정보, 서버 상태, 게임 데이터를 조회할 수 있습니다. 게임 팬사이트나 도우미 앱 개발에 활용됩니다.","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.plaync.com"}}},"x-mcp-config":{"mcpServers":{"plaync":{"command":"npx","args":["-y","@fusepie/mcp-plaync"],"env":{"API_KEY":""}}}}}