Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Pob

FreeNot checked

MCP server for Path of Building that enables querying and managing PoB builds and trade data through the Lua bridge and official APIs.

GitHubEmbed

About

MCP server for Path of Building that enables querying and managing PoB builds and trade data through the Lua bridge and official APIs.

README

This monorepo contains the complete Path of Building MCP delivery chain:

Path Responsibility
vendor/PathOfBuilding Vendored Path of Building runtime with the stdio Lua bridge.
packages/pob-mcp TypeScript MCP server and Docker runtime source.
packages/pob-mcp-market Codex plugin, skill, marketplace metadata, and client wrapper scripts.

The goal of this repository is to replace the previous three-repository release chain with one source of truth. Docker images are built from the checked-in PoB vendor tree instead of cloning another repository during image build.

Local Validation

npm --prefix packages/pob-mcp ci
npm run validate
docker build -t pob-mcp-suite:local .
docker run --rm --entrypoint node -e POB_LUA_ENABLED=true -e POE_TRADE_ENABLED=false pob-mcp-suite:local /opt/pob-mcp/scripts/mcp-smoke.mjs node /opt/pob-mcp/build/index.js

Release Shape

  • Root CI validates the MCP package and Codex plugin package.
  • Root Docker workflow builds the image from vendor/PathOfBuilding and packages/pob-mcp.
  • The Codex plugin continues to run ghcr.io/anitaguptaoffice/pob-mcp-suite:latest by default.
  • Previous standalone repositories are legacy references; active source, plugin, sync, and publishing changes belong in this monorepo.

Vendor Synchronization

.github/workflows/sync-pob.yml syncs the Path of Building Community dev branch every Monday. After merging the vendor subtree, it validates src/Data/TimelessJewelData/ElegantHubris.zip with unzip -tq, records its SHA-256 and whether it changed in the workflow summary, then publishes a fresh Docker image when the vendor changed. This keeps the native Timeless Jewel seed lookup table aligned with the bundled PoB version.

from github.com/anitaguptaoffice/pob-mcp-suite

Installing Pob

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/anitaguptaoffice/pob-mcp-suite

FAQ

Is Pob MCP free?

Yes, Pob MCP is free — one-click install via Unyly at no cost.

Does Pob need an API key?

No, Pob runs without API keys or environment variables.

Is Pob hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Pob in Claude Desktop, Claude Code or Cursor?

Open Pob on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Pob with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs