Skip to main content
Glama
morimorig3

Overwatch2 MCP Server

by morimorig3

守望先锋2 MCP 服务器

概述

overwatch2-mcp-server是一个 MCP 服务器,为《守望先锋》提供英雄数据。该服务器提供检索英雄列表和获取特定英雄详细信息的工具。

Related MCP server: MCP Hub Tools

提供的工具

  • 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

Latest Blog Posts

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