GridShot — AI Fashion Photography for LangChain
com.grid-shot/gridshot
Virtual try-on and on-model AI fashion photography: catalog search, try-on grids, HD delivery.
client:LangChain
transport:streamable-http
Install GridShot — AI Fashion Photography in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"gridshot": {
"transport": "streamable_http",
"url": "https://mcp.grid-shot.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs