Provides tools to retrieve Overwatch 2 hero data, including getting a list of all heroes and obtaining detailed information about specific heroes.
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.
Usage
Build
Registering the MCP Server
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.
This server cannot be installed
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.
Related MCP Servers
- -securityAlicense-qualityAn 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 -6PythonApache 2.0
- AsecurityAlicenseAqualityAn MCP server that allows searching for and retrieving information about Model Context Protocol servers registered on the MCP Hub.Last updated -11MIT License
- JavaScriptMIT License
- -securityFlicense-qualityAn 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