Skip to content
LangChain

AcqPath — content rights before RAG, AI and training for LangChain

com.getacqpath/acqpath

Check content rights before RAG, AI input, training or indexing. Signed RSL evidence, not a license.

client:LangChain transport:streamable-http tools:3

Install AcqPath — content rights before RAG, AI and training in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

AcqPath — content rights before RAG, AI and training in other clients