Skip to content
LangChain

SitesPlaced for LangChain

com.sitesplaced/sitesplaced

Build, edit, and publish real websites and online stores by chatting with your AI assistant.

client:LangChain transport:streamable-http

Install SitesPlaced in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

SitesPlaced in other clients