google news for LangChain
io.github.johnisanerd/google-news
Google News headlines, sources, and links via the Apify Google News API, hosted MCP.
client:LangChain
transport:streamable-http
Install google news in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"google-news": {
"transport": "streamable_http",
"url": "https://mcp.apify.com/?tools=johnvc/GoogleNewsAPI",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs