Skip to main content
Glama
joshhmann

The Slums MCP Server

by joshhmann

The Slums MCP Server

Model Context Protocol server for managing the The Slums AzerothCore server. Gives agents (Hermes, Claude, etc.) structured tools over the webapp's agent API.

Tools

Tool

Description

status

Server up/down, players, bots, totals

online

Online real players + bot count

character

Character lookup (level, class, guild, gold...)

account

Account lookup + characters

create_account

Register a new WoW account (SRP6)

announce

Server-wide in-game announcement

run_command

GM console command (safe commands)

grant_gm

Set GM level (1-3)

ban_account

Ban an account

host_event

Announce + chain GM commands for events

Related MCP server: wow-api-mcp

Run

python3 -m venv venv
./venv/bin/pip install mcp requests
SLUMS_AGENT_KEY=<your-main-key> ./venv/bin/python server.py

Configure with an MCP client

{
  "mcpServers": {
    "the-slums": {
      "command": "/root/slums-mcp/venv/bin/python",
      "args": ["/root/slums-mcp/server.py"],
      "env": {
        "SLUMS_AGENT_KEY": "your-main-key"
      }
    }
  }
}

Security

  • The agent API is localhost-only — the webapp rejects non-local callers

  • The key is not in this repo — set SLUMS_AGENT_KEY in the environment

  • Ask the server admin for the main key (or use a readonly key for lookups)

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    A local MCP server that lets any MCP-compatible AI client manage a standalone World of Warcraft private server, including server control, database operations, NPC/quest/loot management, and more.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server that exposes structured World of Warcraft API data (functions, deprecated replacements, enums, events, widget methods) to AI agents, enabling querying and exploration of WoW API without wiki parsing.
    20
    12
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An MCP server that gives AI coding assistants access to the World of Warcraft addon API documentation, FrameXML/AddOn UI source code, and the Warcraft Wiki across all four client flavors.
    9
    14
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for creating, managing, and interacting with AI-powered NPCs with persistent memory, supporting dialogue, game events, and persona generation for coding agents.
    57
    1
    Inno Setup

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/joshhmann/the-slums-mcp'

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