OP.GG

공식

인기 게임인 리그 오브 레전드, TFT, 발로란트의 실시간 게임 데이터에 접근하여 챔피언 분석, e스포츠 일정, 메타 조합, 캐릭터 통계를 제공합니다.

OP GG MCP(으)로 무엇을 할 수 있나요?

  • Look up LoL champion stats and builds — Get win/pick/ban rates, optimal items, runes, skills, and counter matchups with lol_get_champion_analysis.
  • Check a LoL summoner’s profile and match history — Retrieve rank, tier, LP, win rate, and recent games via lol_get_summoner_profile and lol_list_summoner_matches.
  • Browse current TFT meta decks and item builds — Use tft_list_meta_decks and tft_get_champion_item_build to find top compositions and recommended items.
  • Explore Valorant agent stats and map compositions — Query agent win/pick rates with valorant_list_agent_statistics and see team comps per map with valorant_list_agent_compositions_for_map.
  • View upcoming LoL esports schedules and standings — Access match schedules and league team standings through lol_esports_list_schedules and lol_esports_list_team_standings.

문서

OP.GG MCP 서버

🇰🇷 한국어 | 🇯🇵 日本語 | 🇨🇳 简体中文 | 🇹🇼 繁體中文 | 🇧🇷 Português

OP.GG MCP 서버는 AI 에이전트가 리그 오브 레전드, 전략적 팀 전투, 발로란트의 OP.GG 게임 데이터에 접근할 수 있도록 해주는 모델 컨텍스트 프로토콜 구현체입니다.

opgg-mcp-lol-leaderboard

엔드포인트

https://mcp-api.op.gg/mcp

이 서버는 스트리밍 가능 HTTP 전송을 지원합니다.

필드 선택

대부분의 도구는 반환할 필드를 지정하기 위해 desired_output_fields 매개변수가 필요합니다. 이를 통해 페이로드 크기를 줄이고 응답 효율성을 향상시킵니다.

구문

패턴설명예시
field단일 필드name
parent.child중첩 필드data.summoner.level
array[]배열 필드champions[]
array[].field배열 항목 내 필드data.champions[].name
{a,b,c}동일 레벨의 여러 필드{name,title,lore}
parent.{a,b}여러 중첩 필드data.summoner.{level,name}
array[].{a,b}배열 항목 내 여러 필드data.champions[].{name,title}

예시

{
  "desired_output_fields": [
    "data.summoner.{game_name,tagline,level}",
    "data.summoner.league_stats[].{game_type,win,lose}",
    "data.summoner.league_stats[].tier_info.{tier,division,lp}"
  ]
}

사용 가능한 도구

리그 오브 레전드

챔피언

도구설명
lol_get_champion_analysis상세 챔피언 통계(승률/픽률/밴률), 최적 빌드(아이템, 룬, 스킬, 소환사 주문), 카운터 매치업, 팀 시너지 정보를 가져옵니다
lol_get_champion_synergies챔피언 시너지 정보를 가져옵니다
lol_get_lane_matchup_guide특정 라인에 대한 라인 매치업 가이드를 가져옵니다
lol_list_champion_details최대 10명의 챔피언에 대한 스킬, 팁, 배경 이야기, 능력치 메타데이터를 가져옵니다
lol_list_champion_leaderboard챔피언 리더보드 데이터를 가져옵니다
lol_list_champions모든 챔피언 메타데이터를 나열합니다
lol_list_lane_meta_champions라인별 챔피언 티어와 승률/픽률/밴률, KDA, 티어 순위를 가져옵니다

소환사

도구설명
lol_get_summoner_game_detail특정 게임의 상세 정보(모든 플레이어)를 가져옵니다
lol_get_summoner_profile랭크, 티어, LP, 승률, 챔피언 풀을 포함한 소환사 프로필을 가져옵니다
lol_list_summoner_matches게임별 통계가 포함된 최근 매치 기록을 가져옵니다

리소스

도구설명
lol_list_discounted_skins현재 할인 중인 스킨을 가져옵니다
lol_list_items모든 아이템 메타데이터를 나열합니다

프로 선수

도구설명
lol_get_pro_player_riot_id프로 선수의 Riot ID를 가져옵니다

e스포츠

도구설명
lol_esports_list_schedules팀, 리그, 경기 시간이 포함된 다가오는 LoL e스포츠 일정을 가져옵니다
lol_esports_list_team_standingsLoL 리그의 팀 순위표를 가져옵니다

전략적 팀 전투 (TFT)

도구설명
tft_get_champion_item_build챔피언 아이템 빌드 추천을 가져옵니다
tft_get_play_style플레이 스타일 추천을 가져옵니다
tft_list_augments증강 목록과 설명을 가져옵니다
tft_list_champions_for_item특정 아이템에 대한 챔피언 추천을 가져옵니다
tft_list_item_combinations아이템 조합 레시피를 가져옵니다
tft_list_meta_decks현재 메타 덱을 가져옵니다

발로란트

도구설명
valorant_list_agent_compositions_for_map특정 맵에 대한 요원 조합을 가져옵니다
valorant_list_agent_statistics요원 통계 및 메타 데이터를 가져옵니다
valorant_list_agents능력과 역할이 포함된 요원 메타데이터를 가져옵니다
valorant_list_leaderboard지역별 리더보드를 가져옵니다 (ap, br, eu, kr, latam, na)
valorant_list_maps맵 메타데이터를 가져옵니다
valorant_list_player_matches플레이어 매치 기록을 가져옵니다

라이선스

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 LICENSE 파일을 참조하세요.

관련 링크