tick mcp for LangChain
io.github.cocabadger/tick-mcp
A time server that keeps your AI honest about time. Real clock + drift guard, zero dependencies.
client:LangChain
transport:streamable-http
tools:2
Install tick mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tick-mcp": {
"transport": "streamable_http",
"url": "https://tick-mcp-production.up.railway.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs