Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| poe2_currency_prices | Get current currency exchange rates for Path of Exile 2 from poe.ninja. Returns prices of all currencies with chaos-equivalent values computed from exchange rates. Data refreshes approximately every hour on poe.ninja. Args:
Returns: List of currencies with their exchange values and trade volumes. Examples:
|
| poe2_currency_check | Look up the current value of a specific currency in Path of Exile 2. Searches by partial name match (case-insensitive) against currency ids and reference item names. Args:
Returns: Matched currency with its chaos-equivalent value and trade volume. Examples:
|
| poe2_item_price | Look up the current market price of an item in Path of Exile 2 from poe.ninja. Searches by partial name match across exchange categories (Currency, Fragments, Essences, Soul Cores, Idols, Runes, etc.). Args:
Returns: Matching items with chaos-equivalent values and trade volumes. Examples:
|
| poe2_exchange_top | Get the most valuable items in a given exchange category in Path of Exile 2. Args:
Returns: Top N most valuable items sorted by chaos-equivalent value. |
| poe2_wiki_search | Search the Path of Exile 2 community wiki (poe2wiki.net) for game mechanics, items, skills, and other information. Args:
Returns: Up to 5 matching wiki articles with titles and snippets. Examples:
|
| poe2_wiki_page | Get the full content of a specific wiki page from poe2wiki.net. Use poe2_wiki_search first to find the exact page title, then use this to read the full content. Args:
Returns: Full wikitext content of the page (may be long — truncated at 8000 chars). |
| poe2_db_lookup | Look up detailed game data from poe2db.tw — items, gems, mods, passives. poe2db.tw contains datamined information directly from game files, including exact stat values, gem scaling, mod tiers, and more. Also useful for finding Russian translations of game terms: use lang="ru" to get Russian page. IMPORTANT: Skills, passives, and ascendancy nodes with ranks use Roman numerals in poe2db, not Arabic. Convert rank numbers: 1→I, 2→II, 3→III, 4→IV, 5→V. Always include the rank suffix if the user mentions a specific rank. Args:
Returns: Raw page content from poe2db (HTML stripped to text, truncated at 6000 chars). Examples:
|
| poe2_meta_builds | Get class distribution statistics for Path of Exile 2 from poe.ninja. Shows the most popular classes with their percentage share and trend direction among indexed ladder characters. Args:
Returns: Class distribution with percentages and trend indicators. Examples:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |