The Slums MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@The Slums MCP Servercheck server status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Server up/down, players, bots, totals |
| Online real players + bot count |
| Character lookup (level, class, guild, gold...) |
| Account lookup + characters |
| Register a new WoW account (SRP6) |
| Server-wide in-game announcement |
| GM console command (safe commands) |
| Set GM level (1-3) |
| Ban an account |
| Announce + chain GM commands for events |
Related MCP server: Minecraft-RCON-MCP
Run
python3 -m venv venv
./venv/bin/pip install mcp requests
SLUMS_AGENT_KEY=<your-main-key> ./venv/bin/python server.pyConfigure 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_KEYin the environmentAsk the server admin for the main key (or use a readonly key for lookups)
This server cannot be installed
Maintenance
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
- Alicense-qualityAmaintenanceA 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.Last updatedMIT
- Alicense-qualityDmaintenanceAn MCP server that connects AI agents to Minecraft servers through RCON, enabling command execution, log monitoring, database queries, and plugin health checks.Last updated11MIT
- Alicense-qualityCmaintenanceMCP 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.Last updated3311MIT
- AlicenseAqualityBmaintenanceAn 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.Last updated933MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
An MCP server that integrates with Discord to provide AI-powered features.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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