Skip to content
LangChain

store for LangChain

com.thenightsky/store

Design custom star maps and engraved jewellery in chat; checkout finishes on thenightsky.com.

client:LangChain transport:streamable-http

Install store in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

store in other clients