Agent DVR for LangChain
com.ispyconnect/agentdvr
Ask your security cameras anything and set up alert rules in a sentence. Built into Agent DVR.
client:LangChain
transport:streamable-http
runtime:mcpb
Install Agent DVR in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentdvr": {
"transport": "streamable_http",
"url": "https://www.ispyconnect.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs