Eino-MCP is a server that provides AI assistants with access to current time information across different timezones. Built using the Mark3Labs MCP-Go library, it exposes a simple tool that accepts a timezone parameter and returns the current time formatted for that location. The server supports both stdio and SSE transport protocols, making it flexible for different integration scenarios. The implementation is designed to work with Alibaba Cloud's Qwen2.5-32b model through the DashScope API compatibility layer, demonstrating how specialized time-related functionality can be exposed to large language models.
songjiayang