Skip to content
LangChain

time for LangChain

network.clockchain/time

Clockchain®: neutral verified network time for AI agents (get_time). Testnet.

client:LangChain transport:streamable-http

Install time in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "time": {
            "transport": "streamable_http",
            "url": "https://clockchain-time-rp6evdzqkq-uc.a.run.app/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

time in other clients