Skip to main content
Glama
ArtSabintsev

Guild Wars 1 MCP

by ArtSabintsev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GW1_LOCAL_ROOTSNoColon-separated list of explicit local roots to scan for Guild Wars or VMware Fusion metadata.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
gw1_sourcesB

List public Guild Wars 1 sources and the opt-in local inventory surface known to this server.

gw1_skill_index_provenanceA

Report where the bundled skill index came from (Guild Wars Wiki, not game files), when it was extracted, which wiki revision it reflects, and its content hash — use this to judge how stale template decode/encode data is.

gw1_wiki_searchB

Search Guild Wars Wiki, PvXwiki, or both via their public MediaWiki APIs.

gw1_wiki_pageA

Fetch a page from Guild Wars Wiki or PvXwiki and return extracted text, links, categories, and revision metadata without editor usernames.

gw1_wiki_recent_changesA

Return recent public changes from Guild Wars Wiki or PvXwiki without editor usernames.

gw1_game_updatesC

Parse recent game-update sections from the Guild Wars Wiki Game updates page.

gw1_builds_searchB

Search GW1 Builds public API and/or PvXwiki build pages. Author/handle fields are omitted unless includeAuthors is true.

gw1_template_code_analyzeA

Validate, classify, and decode a Guild Wars template/build code. Skill templates are fully decoded into primary/secondary professions, attributes with points, and the eight skills resolved to names via the bundled Guild Wars Wiki skill index.

gw1_template_encodeA

Build a Guild Wars skill template from professions, attributes, and skill names. Returns an importable template code, a legality report (one elite max, three PvE-only max, single allegiance, 200 attribute-point budget, profession checks), per-skill energy/cast/recharge/adrenaline costs, and an energy-sustainability outlook. Use this to construct and sanity-check a build before sharing it.

gw1_subreddit_searchA

Search r/GuildWars public Atom results. Author/handle fields are omitted unless includeAuthors is true.

gw1_youtube_sourcesC

List curated official and creator YouTube channel feeds for Guild Wars 1, Reforged, build, skill, and guide content.

gw1_youtube_videosB

Fetch recent videos from curated public YouTube RSS feeds. Without a query, filters to likely Guild Wars 1/Reforged videos.

gw1_content_searchC

Search across Guild Wars Wiki, PvXwiki, GW1 Builds, YouTube, and r/GuildWars for current public content.

gw1_local_inventoryA

Opt-in local scanner for Guild Wars installs or VMware Fusion bundles. It never scans default locations. Pass explicit roots or set GW1_LOCAL_ROOTS. Paths are redacted by default.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
sourcesPublic and opt-in local source registry used by this MCP server.
wiki-sourcesMediaWiki API sources used by wiki tools.
youtube-sourcesCurated official and creator YouTube channel RSS feeds used by this MCP server.

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/ArtSabintsev/guildwars1-mcp'

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