Skip to content
LangChain

niubiagent Signal Intelligence for LangChain

com.niubiagent/niubiagent

Search and monitor source-backed AI agent ecosystem signals, briefings, deltas, and source health.

client:LangChain transport:streamable-http tools:5

Install niubiagent Signal Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "niubiagent": {
            "transport": "streamable_http",
            "url": "https://www.niubiagent.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

niubiagent Signal Intelligence in other clients