Poe2 MCP
未认领This is a locally-run MCP attempt to make AI like Claude for Desktop or others better understand questions about Path of Exile 2. Good luck to me I guess? -- If you like what you see and would like to see continuing development, please support me with your donations here: https://buymeacoffee.com/tomawar40 -- I will never go paid, and never charge.
安装
claude mcp add poe2-optimizer python /path/to/poe2-mcp/launch.py工具(38 个)
analyze_character
Full character analysis (defenses, skills, gear, passives); exposes raw passivenodeids
analyze_passive_tree
Analyze allocated passive nodes with pathfinding
calculate_character_dps
Server-side spell DPS, including the optional DoT layer (ignite/poison/bleed + skill DoT)
check_tree_freshness
Report passive-tree data revision vs poe.ninja
clear_cache
Clear cached data
compare_to_top_players
Compare your build to ladder leaders (protobuf builds API)
explain_mechanic
Explain PoE2 mechanics / stat ids; tiered exact → substring → BM25 lexical; cluster: true dumps a mechanic's full stat-id + source web
export_pob
Export build to PoB format
find_stat_sources
Reverse lookup: which skills / passives / ascendancy nodes / mods grant a stat
get_available_mods
List all mods available for a generation type
get_formula
Get calculation formulas
get_game_config
Read local game config INI (gateway, input mode, renderer)
get_live_game_state
Read the running PoE2 client's Client.txt (character, area, deaths) — local, no network
get_mod_tiers
Show all tier variations of a mod family
get_pob_code
Get a character's PoB export via the poe.ninja profile API
health_check
Check server status
import_pob
Import a PoB build — from pobfilepath, raw pobxml, or inline pobcode
import_poe_ninja_url
Import character from a poe.ninja profile URL (league-segment aware)
inspect_base_item
Get details for a specific base item
inspect_keystone
Get complete keystone details by name
inspect_mod
Get complete details for a specific mod by ID
inspect_passive_node
Get details for any passive node
inspect_spell_gem
View complete spell gem data (per-level costs/reservation)
inspect_support_gem
View complete support gem data (incl. spirit reservation)
list_all_base_items
List all base item types
list_all_keystones
List all keystones with full stats
list_all_mods
List mods with filtering by type (PREFIX/SUFFIX/IMPLICIT)
list_all_notables
List all notable passives with stats
list_all_spells
List all available spell gems
list_all_supports
List all available support gems
reconcile_defensive_stats
Diff local EHP/defense calcs against poe.ninja's computed stats
search_items
Search local item database
search_mods_by_stat
Search for mods by keyword (e.g., "fire", "life")
search_trade_items
Search official trade site (requires auth)
setup_trade_auth
Set up trade site authentication
validate_build_constraints
Validate build against game rules (flat/nested/legacy resistance schemas, null-tolerant)
validate_item_mods
Check if mods can legally exist together on an item
validate_support_combination
Check if support gems work together (hard + semantic conflicts)