Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Amazon VPC Lattice MCP Server
  • Fantasy Premier League MCP Server
  • TripAdvisor Vacation Planner MCP Server
  • Gemini MCP Image Generation Server
  • OWASP Cheatsheets MCP Server
Back to MCP Servers
Overwatch2 MCP Server

Overwatch2 MCP Server

Public
morimorig3/overwatch2-mcp-server

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

Verified
typescript
0 tools
May 30, 2025
Updated May 30, 2025

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.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Amazon VPC Lattice MCP Server
    Amazon VPC Lattice MCP Server

    A Model Context Protocol server that provides tools for accessing and managing AWS VPC Lattice infor...

    2 tools
    Added May 30, 2025
  • Fantasy Premier League MCP Server
    Fantasy Premier League MCP Server

    A Model Context Protocol server that provides access to Fantasy Premier League data, allowing users ...

    Added May 30, 2025
  • TripAdvisor Vacation Planner MCP Server
    TripAdvisor Vacation Planner MCP Server

    This MCP server provides access to TripAdvisor data for planning vacations, enabling users to search...

    Added May 30, 2025
  • Gemini MCP Image Generation Server
    Gemini MCP Image Generation Server

    A Model Context Protocol server that provides image generation capabilities using Google's Gemini 2 ...

    1 tools
    Added May 30, 2025
  • OWASP Cheatsheets MCP Server
    OWASP Cheatsheets MCP Server

    A minimal Model Context Protocol server that provides access to OWASP security cheat sheets through ...

    Added May 30, 2025