Ascend GTM Gateway for LangChain
net.ascendgtm/gateway
34-tool GTM gateway: CRMs, ad platforms, analytics, Google Workspace, AWS, and LLM orchestration.
client:LangChain
transport:streamable-http
Install Ascend GTM Gateway in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"gateway": {
"transport": "streamable_http",
"url": "https://ascend-gateway-v5.ascendgtm.workers.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs