Skip to content
LangChain

CSIDIA — operational notes and capabilities for LangChain

com.csidia/notes

AI regulation, data protection and compliance notes from CSIDIA, plus its capability catalogue.

client:LangChain transport:streamable-http tools:4

Install CSIDIA — operational notes and capabilities in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "notes": {
            "transport": "streamable_http",
            "url": "https://mcp.csidia.com/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

CSIDIA — operational notes and capabilities in other clients