01Receives and stores climate and distance gate data via HTTP POST into SQLite databases.
02Provides the latest climate data in MCP standard JSON format, optimized for LLMs.
03Automatically deletes data older than 48 hours to maintain fresh datasets.
04Performs automatic configuration on startup, including local IP acquisition and directory creation.
05Operates as an MCP server in stdio mode for direct database access by MCP clients.
060 GitHub stars