chrono mcp for LangChain
io.github.nexus-api-lab/chrono-mcp
Deterministic time tools for AI agents: timezone conversion, business-day math, cron interpretation.
client:LangChain
transport:streamable-http
Install chrono mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"chrono-mcp": {
"transport": "streamable_http",
"url": "https://chrono-mcp.dokasukadon.workers.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs