time for LangChain
pro.worldclock/time
A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.
client:LangChain
transport:streamable-http
tools:5
Install time in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"time": {
"transport": "streamable_http",
"url": "https://worldclock.pro/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs