Shiped for LangChain
io.github.kandahk/shiped
Deploy AI-generated HTML/CSS/JS to instant public HTTPS URLs from any MCP-compatible agent.
client:LangChain
transport:streamable-http
tools:3
Install Shiped in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"shiped": {
"transport": "streamable_http",
"url": "https://shiped.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs