Skip to main content
Glama
morimorig3

Overwatch2 MCP Server

by morimorig3

Overwatch2 MCP 서버

개요

overwatch2-mcp-server 오버워치 영웅 데이터를 제공하는 MCP 서버입니다. 이 서버는 영웅 목록을 검색하고 특정 영웅에 대한 자세한 정보를 얻을 수 있는 도구를 제공합니다.

Related MCP server: lol-client-mcp Public

제공된 도구

  • get_heroes : 영웅 목록을 가져옵니다.

  • get_hero : 영웅에 대한 자세한 정보를 얻습니다.

설치

이 프로젝트를 복제하고 종속성을 설치합니다.

지엑스피1

용법

짓다

npm run build

MCP 서버 등록

{
  "mcpServers": {
    "Overwatch2-MCP": {
      "command": "node",
      "args": [
        "/PATH/TO/BUILD/FILE/main.js"
      ]
    }
  }
}

개발 종속성

  • typescript : 타입스크립트 컴파일러.

  • openapi-typescript : OpenAPI 사양에서 TypeScript 유형을 생성합니다.

특허

이 프로젝트는 ISC 라이선스에 따라 라이선스가 부여되었습니다.

사용된 API

이 프로젝트에서는 Overfast API를 사용하여 Overwatch의 영웅 데이터를 검색합니다.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    MCP Server for the Marvel Developer API, enabling interaction with characters and comics data.
    7
    5 npm
    14
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    An MCP (Model-Controller-Processor) server for accessing League of Legends client data. This server provides a collection of tools that communicate with the League of Legends Live Client Data API to retrieve in-game data.
    12
    12
    Apache 2.0
  • F
    license
    Not graded
    quality
    F
    maintenance
    A comprehensive MCP server that wraps the complete World of Warcraft retail API into 197 tools for Game Data and Profile information. It enables users to query character statistics, achievements, collections, and game mechanics across all global regions and locales.
    9
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server for Valorant match analysis. Enables fetching player stats, match history, agent performance, and more via Henrik's Valorant API.
    -