Mmcp.market

Guild Wars 1 Build Compiler MCP server

by Graphmaxer·io.github.Graphmaxer/gw1-mcp·v1.1.3

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

A91/100grade A
What users say
No reviews yet
Be the first
Safety scan
A91/100

full report

Adoption
Growing

1 stars

Reviews

Write one

Nobody has reviewed Guild Wars 1 Build Compiler yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Guild Wars 1 Build Compiler tools (8)

write = sends, deletes, buys or posts
  • decode_pawned_teamFree

    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 fully decoded. Whitespace and line wraps in the pasted blob are tolerated. For a single (non-team) build code, use decode_template instead.

  • decode_templateFree

    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 the pasted code are tolerated. This decodes a SINGLE build code; for a multi-hero paw-ned2 team blob, use decode_pawned_team instead.

  • encode_templateFree

    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 code. Unknown skill names return closest-match suggestions. IMPORTANT: template codes MUST come from this tool — never write or guess a code by hand, hand-written codes are invalid in-game. If unsure, verify any code with decode_template.

  • get_heroFree

    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 ACCOUNT level, but NO PvE-only skill at all — including Signet of Capture. validate_build with forHero=true reports each one as an error, not a warning. Use this for one known hero; to browse or filter the roster, use list_heroes instead.

  • get_skillFree

    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 description. If the name is not found, returns the closest matches so you can correct spelling. Use this when you already know the exact skill; to discover skills by profession, attribute or name fragment, use search_skills instead.

  • list_heroesFree

    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.

  • search_skillsFree

    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 alongside a `total` count of every match — a full page is not the whole result, page with offset. Use get_skill for full details.

  • validate_buildFree

    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 { valid, errors, warnings } without encoding — use encode_template instead when you also want the template code, since it runs these same rules and refuses on any error.

Public scan report

scanner v0.1.7 · 2026-09-19 · same rubric, same numbers if you re-run it

no findings
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 922ms20/20
  • Tool poisoning8 tool descriptions checked15/15
  • Auth qualityopen endpoint, read-only tools10/15
  • Maintenancelast push 6 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 91/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http gw1-mcp https://gw1-mcp.graphmaxer.workers.dev/mcp
Add to Cursor

Guild Wars 1 Build Compiler: common questions

Is Guild Wars 1 Build Compiler MCP server safe?
Yes, by our scan: it is graded A (91/100). Read the Guild Wars 1 Build Compiler safety report
How do I install Guild Wars 1 Build Compiler?
It runs remotely at gw1-mcp.graphmaxer.workers.dev. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Guild Wars 1 Build Compiler need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Guild Wars 1 Build Compiler maintained?
The last commit was 7 days ago (2026-09-14). The latest release is v1.1.3.
Is Guild Wars 1 Build Compiler up?
100% of our last 6 checks got an answer. We check remote servers about four times a day.

More from Graphmaxer