MCP server exposing 11 tools for guild-wars-2.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/guild-wars-2/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
worlds — Fetch Guild Wars 2 world (server) details by comma-separated IDs, or return the full index of world IDs; includes world name and population level.items — Fetch Guild Wars 2 item details by comma-separated IDs or by page; returns item name, type, rarity, level, vendor value, icon, and game flags.achievements — Fetch Guild Wars 2 achievement details by comma-separated IDs or by page; returns achievement name, description, category, tiers, point rewards, and prerequisites.professions — Professions.currencies — Currencies.build — Current build id.quaggans — Quaggan images.wvw_matches — Current WvW matches.commerce_prices — Bulk Guild Wars 2 Trading Post buy/sell quotes for many numeric item IDs at once; returns the raw copper unit_price and open quantity on each side for every ID passed. Use guild_wars_2_item_price for a single item looked up by its name with gold/silver/copper formatting.commerce_listings — Guild Wars 2 Trading Post order-book depth for numeric item IDs; returns every standing buy and sell listing tier with its copper unit price, listing count, and quantity, so you can see how deep the book is at each price level.guild_wars_2_item_price — Current Guild Wars 2 Trading Post price for one item, looked up by item name (e.g. "Mystic Coin", "Glob of Ectoplasm") or by numeric item_id. Answers "what is X selling for", "how much is X worth right now", "what is the trading post price of X". Returns the highest standing buy order and the lowest sell offer, the quantity available on each side, the buy/sell spread, and every price both as raw copper and as a readable gold/silver/copper string, plus the item name, rarity, type and icon. Prices are live Trading Post data from the official Guild Wars 2 API.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/guild-wars-2/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io