Skip to main content
Glama

WoW Guild Analytics MCP Server

by noahmott

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost address for the server0.0.0.0
PORTNoPort number for the server8000
DEBUGNoEnable debug modefalse
REDIS_URLYesRedis connection URL (required). For local development use redis://localhost:6379. Heroku automatically sets this for production.
WOW_VERSIONNoWorld of Warcraft version (retail or classic)
SUPABASE_URLNoYour Supabase project URL (optional, for activity logging)
OAUTH_BASE_URLNoYour server's public URL for OAuth callbackshttp://localhost:8000
OAUTH_PROVIDERNoOAuth provider to use for authentication. Options: discord (empty = disabled)
BLIZZARD_REGIONNoBlizzard API region (e.g., us, eu, kr, tw)
API_TIMEOUT_READNoAPI read timeout in seconds60
API_TIMEOUT_TOTALNoTotal API timeout in seconds (necessary for reducing API traffic to Blizzard)300
DISCORD_CLIENT_IDNoDiscord OAuth client ID (required if OAUTH_PROVIDER is set to discord)
BLIZZARD_CLIENT_IDYesYour Blizzard Battle.net API client ID (required)
ENABLE_AI_ANALYSISNoEnable AI analysis featurestrue
API_TIMEOUT_CONNECTNoAPI connection timeout in seconds10
ENABLE_REDIS_CACHINGNoEnable Redis caching featuretrue
SUPABASE_SERVICE_KEYNoSupabase service role key that bypasses RLS (optional, for activity logging)
DISCORD_CLIENT_SECRETNoDiscord OAuth client secret (required if OAUTH_PROVIDER is set to discord)
BLIZZARD_CLIENT_SECRETYesYour Blizzard Battle.net API client secret (required)
ENABLE_SUPABASE_LOGGINGNoEnable Supabase activity logging featuretrue

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/noahmott/world_of_warcraft_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server