Skip to content
LangChain

ContinueOps Public MCP for LangChain

com.continueops/continueops-public

BC/DR & compliance tools: DORA, NIS2, NIST CSF, GDPR, SOC 2, CMMC, CAF, ISO 27001, FCA/PRA.

client:LangChain transport:streamable-http tools:7

Install ContinueOps Public MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "continueops-public": {
            "transport": "streamable_http",
            "url": "https://tjcjvxibsrxizwuajypz.supabase.co/functions/v1/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

ContinueOps Public MCP in other clients