Skip to content
LangChain

Service Public France for LangChain

io.github.onenicolas/mcp-service-public

French public services: tax, property, admin, education, healthcare, security, risks, legal texts

client:LangChain transport:streamable-http tools:38

Install Service Public France in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp-service-public": {
            "transport": "streamable_http",
            "url": "https://mcp-service-public.nhaultcoeur.workers.dev/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

All 38 tools →

Service Public France in other clients