agentgauge for LangChain
io.github.glasscaseofemotion/agentgauge
Scan any website's AI readiness: AI search visibility and AI agent usability. Free, no auth.
client:LangChain
transport:streamable-http
tools:1
Install agentgauge in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentgauge": {
"transport": "streamable_http",
"url": "https://mcp.agentgauge.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs