EverAlice Studio for LangChain
io.github.pixel-aly/everalice-ai-mcp
AI listing workflow for Etsy sellers: listings, images, mockups, KDP copy & ad copy. 14 tools.
client:LangChain
transport:streamable-http
Install EverAlice Studio in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"everalice-ai-mcp": {
"transport": "streamable_http",
"url": "https://kfdadgtwmcmgehstagbe.supabase.co/functions/v1/mcp-server",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs