poe2-mcp-server (rpeters1430/poe2-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 58 out of 100, grade D. It declares 17 tools. No publisher has claimed this listing.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

rpeters1430

Source: github_repo_search

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 6 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: GEMINI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes17 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

list_characters

List character names on the authorized PoE account (via official GGG API, or falling back to poe.ninja public profile if GGG OAuth is not configured).

get_character_state

Fetch a snapshot of a PoE2 character level, class, experience, and league via official GGG API or poe.ninja fallback.

get_inventory

Fetch a character equipped items and skills (via GGG API, or falling back to poe.ninja / active PoB build).

get_current_character

Return the currently selected or inferred active character name.

set_active_character

Explicitly set the active character name used by subsequent queries.

get_defenses

Compute gear-only defense statistics (Armour, Evasion, Life, Mana, Energy Shield, Block, elemental/chaos resistances, attributes) with raw & capped figures.

get_offense_stats

Compute gear-derived offensive statistics (weapon physical & elemental damage ranges, APS, crit chance, crit multiplier, accuracy, attack/cast speeds).

get_passive_tree

Retrieve allocated passive tree node hashes and resolved notable/keystone/mastery names and stats.

compare_item

Compare candidate item text (copied from game or clipboard) against the currently equipped item in the same slot. Computes defense & stat deltas.

find_trade_upgrades

Advisory and read-only: Search online listings on the official GGG trade site for direct gear upgrades matching specified priorities (maximum_life, resistances) without automating trade.

get_recent_events

Query near-real-time events parsed from the local Client.txt log (area transitions, level ups, deaths, trade whispers).

get_current_area

Return the last area the character entered per the local Client.txt game log.

get_session_summary

Return a summary of the current play session parsed from Client.txt (areas visited, deaths, level-ups, session duration).

get_active_build_status

Report current active build provenance (imported PoB file, poe.ninja profile, pinned state, TTL freshness, and summary stats).

import_pob_build

Import and parse a Path of Building 2 build from share code, pobb.in URL, XML, or file.

emit_advisory

Canonical AI action channel: Dispatch a non-intrusive advisory message to the player via overlay message, TTS voice callout, desktop notification, or log note. Strictly ToS-compliant (never touches the game process).

poe2_get_spirit_breakdown

Analyzes Path of Exile 2 Spirit capacity, total reserved spirit across persistent buffs and meta-gems, and remaining unreserved spirit.

// known CVEs in dependencies6 high4 medium1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highvite@8.0.0GHSA-fx2h-pf6j-xcff

vite: `server.fs.deny` bypass on Windows alternate paths

highvite@8.0.0GHSA-p9ff-h696-f583

Vite Vulnerable to Arbitrary File Read via Vite Dev Server WebSocket

highvite@8.0.0GHSA-v2wj-q39q-566r

Vite: `server.fs.deny` bypassed with queries

highvite@8.0.0GHSA-fx2h-pf6j-xcff

vite: `server.fs.deny` bypass on Windows alternate paths

highvite@8.0.0GHSA-p9ff-h696-f583

Vite Vulnerable to Arbitrary File Read via Vite Dev Server WebSocket

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configDISABLE_HMR
🔐 secretGEMINI_API_KEY
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

17/17 tools missing one or more hints — list_characters (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_character_state (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_inventory (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +14 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

README present

No README found

Add a README.md describing the server and its tools.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 3 high severity in production deps — vite@8.0.0 (high), vite@8.0.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

3 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/rpeters1430/poe2-mcp-server?variant=verified)](https://m8ven.ai/mcp/rpeters1430/poe2-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 674114382551e3a0a841f5349d5fbdbea9844131
code hash: 70fca4b5c30a9f8c0af6cb6a7b8af435c1c4f1a02bcf5128bd3efb78830e3a98
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client