Skip to content
LangChain

closelook intelligence for LangChain

io.github.closelookventure/closelook-intelligence

Closelook AI-market intelligence: 5 indices, 6 ranking families, stock snapshots. 13 tools.

client:LangChain transport:streamable-http tools:26

Install closelook intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "closelook-intelligence": {
            "transport": "streamable_http",
            "url": "https://closelook-mcp.look-investment-gmbh.workers.dev/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

All 26 tools →

closelook intelligence in other clients