Skip to content
LangChain

simplepages for LangChain

ai.simplepages/simplepages

Build and edit landing pages and websites from your AI assistant, and pull how they are performing.

client:LangChain transport:streamable-http

Install simplepages in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

simplepages in other clients