Skip to main content
Glama

Overwatch2 MCP Server

by morimorig3

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

概要

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

提供されるツール

  • 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 のヒーロー データを取得します。

-
security - not tested
F
license - not found
-
quality - not tested

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.

Overwatch 2 のヒーロー データを提供する MCP サーバー。ユーザーはヒーロー リストや特定のヒーローの詳細情報を取得できます。

  1. 概要
    1. 提供されるツール
      1. インストール
        1. 使用法
          1. 建てる
          2. MCPサーバーの登録
        2. 開発依存関係
          1. ライセンス
            1. 使用されたAPI

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                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.
                Last updated -
                6
                Python
                Apache 2.0
              • A
                security
                A
                license
                A
                quality
                An MCP server that allows searching for and retrieving information about Model Context Protocol servers registered on the MCP Hub.
                Last updated -
                1
                1
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                An MCP Server that provides access to League of Legends statistics via the SportData.io API, allowing agents to query and analyze LoL competitive gaming data.
                Last updated -
                Python

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/morimorig3/overwatch2-mcp-server'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server