Integrations
Provides access to Valorant game data including meta maps, character statistics, leaderboards, agent compositions, and player match histories.
OP.GG MCP 서버
OP.GG MCP 서버는 OP.GG 데이터를 AI 에이전트 및 플랫폼과 원활하게 연결하는 모델 컨텍스트 프로토콜(MCP) 구현입니다. 이 서버를 통해 AI 에이전트는 함수 호출을 통해 다양한 OP.GG 데이터를 검색할 수 있습니다.
개요
이 MCP 서버는 표준화된 인터페이스를 통해 AI 에이전트에게 OP.GG 데이터에 대한 접근 권한을 제공합니다. 원격 서버( https://mcp-api.op.gg/mcp/sse )에 간편하게 연결할 수 있도록 하여, AI 모델과 에이전트 프레임워크에서 쉽게 사용할 수 있는 형식으로 OP.GG 데이터를 쉽게 설치하고 즉시 접근할 수 있도록 지원합니다.
특징
OP.GG MCP 서버는 현재 다음 도구를 지원합니다.
리그 오브 레전드
- lol-champion-analysis : 특정 챔피언에 대한 분석 데이터를 가져옵니다.
- lol-champion-leader-board : 해당 챔피언의 순위를 가져옵니다.
e스포츠(리그 오브 레전드)
- esports-lol-schedules : 다가오는 LoL 경기 일정을 확인하세요
- esports-lol-team-standings : LoL 리그의 팀 순위를 확인하세요
팀파이트 택틱스(TFT)
- tft-meta-trend-deck-list : 현재 메타 덱을 검색하기 위한 TFT 덱 목록 도구
- tft-meta-item-combinations : 아이템 조합 및 레시피에 대한 정보를 검색하기 위한 TFT 도구
- tft-champion-item-build : 챔피언 아이템 빌드 정보를 검색하는 TFT 도구
- tft-recommend-champion-for-item : 특정 아이템에 대한 챔피언 추천을 검색하기 위한 TFT 도구
- tft-play-style-comment : 이 도구는 TFT 챔피언의 플레이스타일에 대한 코멘트를 제공합니다.
발로란트
- valorant-meta-maps : Valorant 맵 메타 데이터
- valorant-meta-characters : 용감한 캐릭터 메타 데이터
- valorant-leaderboard : 지역별 Valorant 리더보드 가져오기
- valorant-agents-composition-with-map : Valorant 맵의 에이전트 구성 데이터를 검색합니다.
- valorant-characters-statistics : Valorant의 캐릭터 통계 데이터를 검색합니다(선택적으로 맵으로 필터링 가능).
- valorant-player-matches : 게임 이름과 태그라인을 사용하여 Valorant 플레이어의 경기 기록을 검색합니다.
용법
OP.GG MCP 서버는 모든 MCP 호환 클라이언트와 함께 사용할 수 있습니다. 다음 내용에서는 Claude Desktop을 예로 들어 설치 방법을 설명합니다.
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 OP.GG MCP를 자동으로 설치하는 방법:
지엑스피1
MCP 구성에 추가
Claude Desktop MCP 구성에 이 서버를 추가하려면 claude_desktop_config.json
파일에 다음 항목을 추가하세요.
맥/리눅스
윈도우
구성을 추가한 후 변경 사항을 적용하려면 Claude Desktop을 다시 시작하세요.
SSE를 통한 직접 연결
SSE 엔드포인트에 직접 연결하려면 mcp-remote
패키지를 사용하세요. 이 패키지를 사용하면 OP.GG MCP 서버 전체를 설치하지 않고도 원격 서버에 간편하게 연결할 수 있습니다.
claude_desktop_config.json
파일에 다음을 추가하세요.
맥/리눅스
윈도우
이 구성에서는 mcp-remote
패키지를 사용하여 SSE 엔드포인트에 직접 연결을 설정하여 모든 OP.GG 데이터 도구에 즉시 액세스할 수 있습니다.
사용 가능한 도구 목록
응답:
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
관련 링크
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
AI 에이전트가 함수 호출을 통해 OP.GG에서 League of Legends, Teamfight Tactics, Valorant 및 e스포츠의 게임 데이터를 검색할 수 있도록 하는 모델 컨텍스트 프로토콜 구현입니다.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server enabling AI agents to access and manipulate ServiceNow data through natural language interactions, allowing users to search for records, update them, and manage scripts.Last updated -9PythonMIT License
- -securityFlicense-qualityModel Context Protocol server that enables LLMs and AI assistants to retrieve real-time Dota 2 statistics, match data, player information, and game metrics through a standardized interface.Last updated -4Python
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to interact with the Godot game engine, allowing them to launch the editor, run projects, capture debug output, and control project execution.Last updated -62JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables role-based context management for AI agents, allowing users to establish specific instructions, maintain partitioned memory, and adapt tone for different agent roles in their system.Last updated -TypeScript