Skip to content
LangChain

copyright01 for LangChain

io.github.whitemarmot/copyright01

Copyright deposit API — protect code, text, and websites with Berne Convention proof

client:LangChain transport:streamable-http

Install copyright01 in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "copyright01": {
            "transport": "streamable_http",
            "url": "https://www.copyright01.com/mcp",
        }
})

tools = await client.get_tools()

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

copyright01 in other clients