Skip to content
LangChain

Sitey — free subdomains for LangChain

my.sitey/subdomains

Claim a working subdomain in one call — A, CNAME and TXT records. No domain to buy, no account.

client:LangChain transport:streamable-http tools:9

Install Sitey — free subdomains in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "subdomains": {
            "transport": "streamable_http",
            "url": "https://sitey.my/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

Sitey — free subdomains in other clients