SiteGuardian for LangChain
io.github.gweber/siteguardian
EU-hosted website monitoring + 17-framework compliance MCP. One anonymous tool, four authenticated.
client:LangChain
transport:streamable-http
tools:5
Install SiteGuardian in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"siteguardian": {
"transport": "streamable_http",
"url": "https://mcp.siteguardian.io",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs