security tools for LangChain
com.rangercheck/security-tools
Free front-end security check for any website: a grade plus the secrets and keys it exposes.
client:LangChain
transport:streamable-http
tools:1
Install security tools in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"security-tools": {
"transport": "streamable_http",
"url": "https://rangercheck.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs