Execute distributed-lock-service-mcp for LangChain
io.github.evozim/distributed-lock-service-mcp
Premium agentic endpoint for distributed-lock-service-mcp.
client:LangChain
transport:sse
Install Execute distributed-lock-service-mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"distributed-lock-service-mcp": {
"transport": "streamable_http",
"url": "https://api.m2mcent.com/distributed-lock-service-mcp/sse",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs