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来检索守望先锋的英雄数据。

-
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.

提供守望先锋 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