northflank for LangChain
io.usefulapi/northflank
Inspect and control your Northflank projects, services, jobs, and builds from your AI assistant.
client:LangChain
transport:streamable-http
Install northflank in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"northflank": {
"transport": "streamable_http",
"url": "https://northflank.usefulapi.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs