{"openapi":"3.1.0","info":{"title":"NEXON Open API","description":"넥슨의 게임 데이터 오픈 API입니다. 메이플스토리, FC 온라인, 바람의나라 등 주요 게임의 캐릭터 정보, 랭킹, 전적, 아이템 데이터를 조회할 수 있습니다. 게임 커뮤니티 도구, 전적 검색 사이트, 통계 분석 등에 널리 활용됩니다.","version":"1.0.0","x-fusepie-id":"nexon-openapi","x-fusepie-category":"culture","x-fusepie-provider":"NEXON"},"servers":[{"url":"https://open.api.nexon.com","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_nexon_openapi","summary":"NEXON Open API","description":"넥슨의 게임 데이터 오픈 API입니다. 메이플스토리, FC 온라인, 바람의나라 등 주요 게임의 캐릭터 정보, 랭킹, 전적, 아이템 데이터를 조회할 수 있습니다. 게임 커뮤니티 도구, 전적 검색 사이트, 통계 분석 등에 널리 활용됩니다.","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://openapi.nexon.com"}}},"x-mcp-config":{"mcpServers":{"nexon-openapi":{"command":"npx","args":["-y","@fusepie/mcp-nexon-openapi"],"env":{"API_KEY":""}}}}}