Agentwatch for LangChain
lighting.comiza/agentwatch
Check if ChatGPT, Claude and Perplexity can reach, read and quote a website.
client:LangChain
transport:streamable-http
tools:4
Install Agentwatch in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentwatch": {
"transport": "streamable_http",
"url": "https://comiza.lighting/agentwatch/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs