World Time for LangChain
com.invokera/world-time
Current time in any IANA time zone, plus the full time-zone list. Via timeapi.io.
client:LangChain
transport:streamable-http
tools:2
Install World Time in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"world-time": {
"transport": "streamable_http",
"url": "https://invokera.com/r/world-time",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs