express for LangChain
ai.norg/express
AI Retrievability by Norg — mirror and optimize your site for AI agents like ChatGPT and Claude.
client:LangChain
transport:streamable-http
Install express in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"express": {
"transport": "streamable_http",
"url": "https://content-craft-api.norg.ai/v2/mcp/express",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs