Skip to main content
Glama

Overwatch2 MCP Server

by morimorig3

Overwatch2 MCP Server

Overview

overwatch2-mcp-server is an MCP server that provides hero data for Overwatch. This server offers tools to retrieve a list of heroes and obtain detailed information about specific heroes.

Provided Tools

  • get_heroes: Get a list of heroes.
  • get_hero: Get detailed information about a hero.

Installation

Clone this project and install the dependencies.

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

Usage

Build

npm run build

Registering the MCP Server

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

Development Dependencies

  • typescript: TypeScript compiler.
  • openapi-typescript: Generates TypeScript types from OpenAPI specifications.

License

This project is licensed under the ISC License.

Used API

This project uses the Overfast API to retrieve hero data for 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.

An MCP server that provides Overwatch 2 hero data, allowing users to retrieve hero lists and detailed information about specific heroes.

  1. Overview
    1. Provided Tools
      1. Installation
        1. Usage
          1. Build
          2. Registering the MCP Server
        2. Development Dependencies
          1. License
            1. Used API

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                An MCP server that connects to the Teamwork API, providing a simplified interface for interacting with Teamwork projects and tasks.
                Last updated -
                35
                50
                4
                TypeScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                An MCP server that connects to a Swagger specification and helps an AI to build all the required models to generate a MCP server for that service.
                Last updated -
                19
                TypeScript
                MIT License
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A comprehensive MCP server providing detailed IMDb data including movies, TV shows, and upcoming releases.
                Last updated -
                Python
                MIT License
              • A
                security
                A
                license
                A
                quality
                MCP Server for the Marvel Developer API, enabling interaction with characters and comics data.
                Last updated -
                7
                89
                7
                TypeScript
                MIT License
                • Linux
                • Apple

              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