Skip to content
LangChain

RNCP / RS — certifications professionnelles (France compétences) for LangChain

io.github.aldebertarnaud/mcp-rncp

French RNCP/RS certification registers: search, sheets, blocs, validity, SIRET habilitation.

client:LangChain transport:streamable-http runtime:npm tools:9

Install RNCP / RS — certifications professionnelles (France compétences) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

RNCP / RS — certifications professionnelles (France compétences) in other clients