Seerxo for LangChain
io.github.semihbugrasezer/seerxo
Generate SEO-optimized Etsy listings — title, description, and 13 tags — from your AI assistant.
client:LangChain
transport:streamable-http
runtime:npm
tools:5
Install Seerxo in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"seerxo": {
"transport": "streamable_http",
"url": "https://api.seerxo.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs