HIPAA Agent for LangChain
io.github.xbt786/hipaa-agent
HIPAA compliance AI agent — scan, grade, SRA, and generate compliance docs.
client:LangChain
transport:streamable-http
Install HIPAA Agent in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"hipaa-agent": {
"transport": "streamable_http",
"url": "https://hipaaagent.ai/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs