Skip to content
LangChain

Content Sweep for LangChain

ai.contentsweep/agent-access

Prepaid copyright investigation and authorized enforcement, with a free agent sandbox.

client:LangChain transport:streamable-http tools:35

Install Content Sweep in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agent-access": {
            "transport": "streamable_http",
            "url": "https://contentsweep.ai/api/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 35 tools →

Content Sweep in other clients