Skip to content
LangChain

The Neural Ledger Intelligence for LangChain

com.theneuralledger/intelligence

Read-only global event and evidence intelligence with entities, assets, and impact paths.

client:LangChain transport:stdio runtime:npm

Install The Neural Ledger Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "intelligence": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@theneuralledger/mcp"],
        }
})

tools = await client.get_tools()

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

The Neural Ledger Intelligence in other clients