xytara MCP Executor for LangChain
com.naxytra/xytara-mcp-executor
Public MCP server for summaries, DNS lookup, catalog, replies, and JSON checks.
client:LangChain
transport:streamable-http
Install xytara MCP Executor in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"xytara-mcp-executor": {
"transport": "streamable_http",
"url": "https://xytara-mcp-executor.onrender.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs