Skip to main content
Glama

Overwatch2 MCP Server

by morimorig3

Servidor MCP de Overwatch2

Descripción general

overwatch2-mcp-server es un servidor MCP que proporciona datos de héroes para Overwatch. Este servidor ofrece herramientas para recuperar una lista de héroes y obtener información detallada sobre ellos.

Herramientas proporcionadas

  • get_heroes : Obtener una lista de héroes.
  • get_hero : obtiene información detallada sobre un héroe.

Instalación

Clone este proyecto e instale las dependencias.

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

Uso

Construir

npm run build

Registrar el servidor MCP

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

Dependencias de desarrollo

  • typescript : compilador de TypeScript.
  • openapi-typescript : genera tipos TypeScript a partir de las especificaciones OpenAPI.

Licencia

Este proyecto está licenciado bajo la licencia ISC.

API usada

Este proyecto utiliza la API Overfast para recuperar datos de héroes para 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.

Un servidor MCP que proporciona datos de héroes de Overwatch 2, lo que permite a los usuarios recuperar listas de héroes e información detallada sobre héroes específicos.

  1. Descripción general
    1. Herramientas proporcionadas
      1. Instalación
        1. Uso
          1. Construir
          2. Registrar el servidor MCP
        2. Dependencias de desarrollo
          1. Licencia
            1. API usada

              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