MacTech STIG for LangChain
com.mactechsolutionsllc.www/stig
2,029 DISA STIG rules with official check/fix text, CCI mappings, and .ckl checklist export.
client:LangChain
transport:streamable-http
tools:4
Install MacTech STIG in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"stig": {
"transport": "streamable_http",
"url": "https://www.mactechsolutionsllc.com/api/mcp/stig",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs