Skip to content
LangChain

BOFiP — Doctrine fiscale française for LangChain

dev.bofip/bofip

Doctrine fiscale française (BOFiP) : recherche, veille et graphe doctrinal. Etalab 2.0.

client:LangChain transport:streamable-http

Install BOFiP — Doctrine fiscale française in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "bofip": {
            "transport": "streamable_http",
            "url": "https://mcp.bofip.dev/mcp",
        }
})

tools = await client.get_tools()

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

BOFiP — Doctrine fiscale française in other clients