Skip to content
LangChain

Compliance Auditor MCP for LangChain

io.github.firasmosbehi/compliance-auditor

City hiring-compliance MCP server with regulation search and full audit risk scoring.

client:LangChain transport:streamable-http

Install Compliance Auditor MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "compliance-auditor": {
            "transport": "streamable_http",
            "url": "https://frayess-mosbehi--compliance-auditor-mcp.apify.actor/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Compliance Auditor MCP in other clients