Skip to content
LangChain

RetrainMap eCFR regulations search for LangChain

com.retrainmap/ecfr-regulations

Apify MCP: retrainmap/ecfr-regulations - eCFR search by keyword/title/part with section text

client:LangChain transport:streamable-http

Install RetrainMap eCFR regulations search in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ecfr-regulations": {
            "transport": "streamable_http",
            "url": "https://mcp.apify.com/?tools=retrainmap/ecfr-regulations",
        }
})

tools = await client.get_tools()

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

RetrainMap eCFR regulations search in other clients