pob-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pob-mcpfind me a cheap starter build for Delirium league"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PoB MCP Suite
This monorepo contains the complete Path of Building MCP delivery chain:
Path | Responsibility |
| Vendored Path of Building runtime with the stdio Lua bridge. |
| TypeScript MCP server and Docker runtime source. |
| 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.jsRelated MCP server: poe2-mcp
Release Shape
Root CI validates the MCP package and Codex plugin package.
Root Docker workflow builds the image from
vendor/PathOfBuildingandpackages/pob-mcp.The Codex plugin continues to run
ghcr.io/anitaguptaoffice/pob-mcp-suite:latestby default.Previous standalone repositories are legacy references; active source, plugin, sync, and publishing changes belong in this monorepo.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceMCP server to interact with Obsidian via the Local REST API community plugin.134,265MIT
- FlicenseAqualityBmaintenanceAn MCP server for Path of Exile 2 build analysis that loads builds from Path of Building export codes and allows natural language interrogation via any MCP-compatible client.82
- AlicenseAqualityAmaintenanceAn MCP server for Path of Exile 2: a queryable game corpus plus Path-of-Building-faithful calculations, so an LLM can import your build, answer questions, and theorycraft against real numbers (not invented ones).641MIT
- Alicense-qualityAmaintenanceAn MCP server that enables Claude to analyze, modify, and optimize Path of Exile 2 builds using Path of Building's calculation engine.1GPL 3.0
Related MCP Connectors
A basic MCP server to operate on the Postman API.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anitaguptaoffice/pob-mcp-suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server