Skip to content
LangChain

Octopus.do for LangChain

do.octopus/sitemaps

Read and edit octopus.do visual sitemaps: pages, blocks and review notes, as the signed-in user.

client:LangChain transport:streamable-http

Install Octopus.do in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "sitemaps": {
            "transport": "streamable_http",
            "url": "https://mcp.octopus.do/mcp",
        }
})

tools = await client.get_tools()

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

Octopus.do in other clients