Buscador Google for LangChain
io.github.mcp-dir/busca_google-mcp
Search Google straight from your AI agent. Web results, images, videos, news, products, scholarly ar
client:LangChain
transport:streamable-http
tools:18
Install Buscador Google in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"busca_google-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_busca_google",
}
})
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
- busca_google_web
- busca_google_lugares
- busca_google_mapas
- busca_google_noticias
- busca_google_imagens
- busca_google_videos
- busca_google_shopping
- busca_google_academico
- busca_google_patentes
- busca_google_sugestoes
- busca_google_avaliacoes
- busca_google_pagina
- show_version
- report_bug
- connect
- toolkit_info
- marketplace
- authenticate