Skip to content
LangChain

RocketList for LangChain

ai.rocketlist/rocketlist

Search current startup jobs and hiring companies through RocketList's public read-only data.

client:LangChain transport:streamable-http tools:4

Install RocketList in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "rocketlist": {
            "transport": "streamable_http",
            "url": "https://rocketlist.ai/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

RocketList in other clients