Skip to content
LangChain

CatchAll for LangChain

com.newscatcherapi/catchall

Web search API: find every relevant event across the open web, not just the top results.

client:LangChain transport:streamable-http tools:61

Install CatchAll in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

All 61 tools →

CatchAll in other clients