Overwatch2 MCP Server
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.
Related MCP server: lol-client-mcp Public
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 installUso
Construir
npm run buildRegistrar 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.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server exposing live Helldivers 2 galactic war data.
Superhero MCP — wraps akabab.github.io/superhero-api (free, no auth)
An MCP server giving access to Grafana dashboards, data and more.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Related MCP Servers
- AlicenseBqualityFmaintenanceMCP Server for the Marvel Developer API, enabling interaction with characters and comics data.75 npm14MIT
- AlicenseCqualityDmaintenanceAn 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.1212Apache 2.0
- FlicenseNot gradedqualityFmaintenanceA 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-
- FlicenseNot gradedqualityDmaintenanceMCP server for Valorant match analysis. Enables fetching player stats, match history, agent performance, and more via Henrik's Valorant API.-