Agentic Security Shield for LangChain
io.github.ormuzdo/agentic-security-shield
12-layer security configs for AI coding agents. Autonomous purchase via x402 (USDC on Base).
client:LangChain
transport:streamable-http
Install Agentic Security Shield in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentic-security-shield": {
"transport": "streamable_http",
"url": "https://agentic-security-shield-mcp-production.up.railway.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs