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

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