mcp for LangChain
com.applivery.docs/mcp
Search and read the public Applivery docs (MDM & app distribution). Read-only, no auth.
client:LangChain
transport:streamable-http
tools:4
Install mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://docs.applivery.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs