Skip to main content
Glama
morimorig3

Overwatch2 MCP Server

by morimorig3

オーバーウォッチ2 MCPサーバー

概要

overwatch2-mcp-serverオーバーウォッチのヒーローデータを提供するMCPサーバーです。このサーバーは、ヒーローリストを取得したり、特定のヒーローの詳細情報を取得したりするためのツールを提供しています。

Related MCP server: lol-client-mcp Public

提供されるツール

  • get_heroes : ヒーローのリストを取得します。

  • get_hero : ヒーローに関する詳細情報を取得します。

インストール

このプロジェクトを複製し、依存関係をインストールします。

git clone https://github.com/morimorig3/overwatch2-mcp-server
cd overwatch2-mcp-server
npm install

使用法

建てる

npm run build

MCPサーバーの登録

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

開発依存関係

  • typescript : 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.
    -