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•233 B
"""
Data providers for PoE2 game data.
Single Source of Truth - Fresh game file extraction.
"""
from .fresh_data_provider import FreshDataProvider, get_fresh_data_provider
__all__ = ['FreshDataProvider', 'get_fresh_data_provider']