web search for LangChain
ai.keenable/web-search
Live web search and clean-markdown page fetch over the Keenable web index.
client:LangChain
transport:streamable-http
runtime:npm
tools:2
Install web search in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"web-search": {
"transport": "streamable_http",
"url": "https://api.keenable.ai/mcp?keenable_title=mcp-registry",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs