Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Guild Wars 1 Build Compiler

io.github.graphmaxer/gw1-mcp

GW1 build compiler: skill data, template code encode/decode, validation, hero roster. Read-only.

Uptime
100.0%
1 direct probes · 30d
Response
408ms
last probe
Tools
8
callable
Resources
3
readable
Prompts
0
available

Tools · 8

get_skill

Look up a single GW1 skill by exact English name or by template skill id. Returns full stats (energy, activation, recharge, adrenaline, sacrifice), profession, attribute, campaign, elite flag and desc…

search_skills

Search the full GW1 skill database by profession, attribute, campaign, elite flag or name fragment (valid values are documented per parameter). Returns compact records, at most `limit` of them alongsi…

decode_template

Decode an in-game GW1 skill template code (e.g. "OwpiMypMBg1cxcBAMBdmtIKAA") into professions, attribute allocations and the 8 skills with their stats and descriptions. Whitespace and line wraps in th…

decode_pawned_team

Decode a paw-ned2 team build blob (the 'pwnd0001...>...<' format shared on PvXwiki team pages and by the paw-ned2 tool) into its individual builds: player/hero label, description, and each skill bar f…

encode_template

Compile a build (professions, attributes, 8 skills by exact English name) into an official in-game template code. The build is validated first; on rule violations the errors are returned instead of a …

validate_build

Check a build (professions, attributes, 8 skills by exact English name) against Guild Wars 1 rules: one elite max, profession/attribute ownership, primary attributes, duplicates, rank ranges. Returns …

get_hero

Look up a GW1 hero by name or by id (GWCA HeroID, matching the AccountExport plugin output). Returns profession, campaign and how the hero is unlocked. Remember: heroes can equip any skill unlocked at…

list_heroes

List all GW1 heroes, optionally filtered by profession or campaign name. Useful for team-building: shows which professions are coverable by heroes and how each hero is unlocked.

Resources · 3

build-workflow

Recommended workflow for an LLM composing GW1 builds with this server

gw1://guide/build-workflow
data-provenance

Professions, attribute lines (including PvE title tracks), campaigns and skill types — plus where the data comes from and how fresh it is relative to Guild Wars Reforged balance updates

gw1://meta
heroes

Heroes with professions, campaigns and unlock notes

gw1://heroes

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "guild_wars_1_build_compiler": {
      "url": "https://gw1-mcp.graphmaxer.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}