We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HivemindOverlord/poe2-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•378 B
"""
Path of Exile 2 Build Optimizer MCP Server
Community Project: This is an independent, fan-made project.
Not affiliated with or endorsed by Grinding Gear Games.
"""
__version__ = "1.0.0"
__author__ = "HivemindOverlord"
__description__ = "AI-powered Path of Exile 2 build optimization MCP server"
__license__ = "MIT"
__url__ = "https://github.com/HivemindOverlord/poe2-mcp"