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

C
Caution
62/100

poe2-mcp-server

Provides real-time access to Path of Exile 2 game data including currency exchange rates, item prices, and ladder meta-build statistics. It also enables LLMs to search the community wiki and retrieve datamined game information from public APIs.

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

Code 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

sergeyklay

Source: Glama

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: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
13 tools verified — handlers match their declared behaviour
13 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// tools this server exposes13 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.

poe2_meta_builds
poe2_currency_prices
poe2_currency_check
poe2_parse_item
poe2_item_price
poe2_exchange_top
poe2_log_summary

Parse the local PoE2 log file and return game events for analysis. Extracts raw player events, zone transitions, and session timing from the game's local log file. Uses structural parsing (language-agnostic) so it works with any game language. Player events are returned raw — interpret them to iden

poe2_pob_decode

Decode a Path of Building 2 (PoB) build and extract structured information. Accepts: - pobb.in URL (e.g., "https://pobb.in/abc123" or just "pobb.in/abc123") - poe.ninja PoB URL (e.g., "https://poe.ninja/poe2/pob/19f0c" or "pob2://poeninja/19f0c") - Local build filename (e.g., "MyBuild" or "MyBuild.

poe2_pob_local_builds

List saved Path of Building (PoE2) builds from the local filesystem. Searches for .xml build files in the default PoB2 Builds directory: - Windows: Documents/Path of Building (PoE2)/Builds/ (priority) or %APPDATA%/... - macOS: ~/Library/Application Support/Path of Building (PoE2)/Builds/ - Linux: ~

poe2_pob_compare

Compare two Path of Building 2 builds to identify differences. Accepts any combination of: - pobb.in URL (e.g., "pobb.in/abc123") - poe.ninja PoB URL (e.g., "poe.ninja/poe2/pob/19f0c") - Local build name (if local builds are available) IMPORTANT: Do NOT paste raw Base64 PoB export codes — they get

poe2_wiki_search

Search the Path of Exile 2 community wiki (poe2wiki.net) for game mechanics, items, skills, and other information. Args: - query (string): Search term — skill name, mechanic, item, monster, etc. Returns: Up to 5 matching wiki articles with titles and snippets. Examples: - "How does Contagion

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: - title (string): Exact wiki page title (from search results) Returns: Full wikitext content of the page (may be long — truncate

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. Useful for finding translations of game terms in various languages. IMPORTANT: Skills, passive

// known CVEs in dependencies3 high

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

high@modelcontextprotocol/sdk@1.12.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.12.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.12.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// quality suggestions

Tool inputs are validated

10/13 tool handlers declare input schemas (77%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Shell command execution

52 child_process calls — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.1 (high), @modelcontextprotocol/sdk@1.12.1 (high)

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

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 3 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/sergeyklay/poe2-mcp-server?variant=verified)](https://m8ven.ai/mcp/sergeyklay/poe2-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: d2c9a7e8282a5927605aac0bf2e843ed9e3e91d7
code hash: f97698e2dd560c0f49050ca7d85a87e468760867d792a40af1da8588f6be95aa
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