printify for LangChain
io.usefulapi/printify
Read shops, catalog blueprints, print providers, products and orders; create and publish products.
client:LangChain
transport:streamable-http
Install printify in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"printify": {
"transport": "streamable_http",
"url": "https://printify.usefulapi.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs