ambiscribe for LangChain
io.ambiscribe/ambiscribe
Read-only MCP access to a documented IT fleet: state, changes, posture. 15 tools.
client:LangChain
transport:streamable-http
Install ambiscribe in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ambiscribe": {
"transport": "streamable_http",
"url": "https://mcp.ambiscribe.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs