overwatch-AIO-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OW_DB_PATH | No | Path to the SQLite database. Defaults to data/overwatch.db. Can also be set using the --db CLI flag. | data/overwatch.db |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ow_catalogA | List public hero details, maps and supported filters. Map modes are map types, not competitive seasonal pools. |
| ow_metaB | Compare hero aggregate percentages, maps, tiers or source regions; history uses stored retrieval snapshots. ASIA is not KR. No matchup winrates. |
| ow_players_searchB | Search public BattleTags or names. Equal names do not establish identity or nationality. |
| ow_player_getA | Read a public player profile and filtered career/hero/role statistics; report private and missing data distinctly. |
| ow_rankers_searchB | Search the locally curated, evidenced ranker registry only, including dated rank observations. Not the complete live Top 500. |
| ow_replays_searchB | Find public replay codes and filter stored identity/region/validation evidence. A Korean player does not prove a Korean match server. |
| ow_replay_getB | Get replay details and independently recorded playback evidence. Public source flags never imply client verification. |
| ow_patchesA | Read official English patch notes and hero changes. Explicit replay invalidation notices mark older checks needs_recheck. |
| ow_esportsB | Read the released OWCS Korea dataset with match coverage and release dates. Esports metrics are separate from ranked ladder statistics. |
| ow_statusA | Show observed source health, capabilities and stored coverage. refresh performs bounded cached probes; default performs no network access. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |