
Buscador Google
Search Google straight from your AI agent.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Search Google straight from your AI agent. Web results, images, videos, news, products, scholarly ar
Список инструментов сервера (18)
Технические названия из tools/list. Нужны только разработчикам.
| busca_google_web | Busca na web pelo Google e devolve os resultados orgânicos com título, link e trecho, mais a resposta direta e o painel de conhecimento quando existem. Aceita até 100 consultas por chamada. |
| busca_google_lugares | Busca estabelecimentos no Google com endereço, telefone, site, nota e número de avaliações. É a ferramenta de prospecção local: uma consulta por cidade ou bairro devolve a lista pronta para contato. Aceita até 100 consultas por chamada. |
| busca_google_mapas | Busca no Google Maps e devolve o dobro de estabelecimentos por consulta, com coordenadas de latitude e longitude. Use quando precisar de cobertura ou do mapa; para volume, busca_google_lugares custa um terço do preço. Aceita até 100 consultas por chamada. |
| busca_google_noticias | Busca notícias no Google News com título, fonte, data e link. Combine com o parâmetro periodo para monitorar um assunto nas últimas horas ou dias. Aceita até 100 consultas por chamada. |
| busca_google_imagens | Busca imagens no Google e devolve a URL da imagem, a miniatura, as dimensões e a página de origem. Aceita até 100 consultas por chamada. |
| busca_google_videos | Busca vídeos no Google com título, canal, duração e link. Aceita até 100 consultas por chamada. |
| busca_google_shopping | Busca produtos no Google Shopping com preço, loja, nota e imagem. Serve para pesquisa de preço e monitoramento de concorrência. Custa o dobro de uma busca web por consulta. Aceita até 100 consultas por chamada. |
| busca_google_academico | Busca artigos no Google Acadêmico com título, autores, publicação, ano e número de citações. Aceita até 100 consultas por chamada. |
| busca_google_patentes | Busca patentes no Google Patents com título, número, depositante e data. Aceita até 100 consultas por chamada. |
| busca_google_sugestoes | Devolve as sugestões de autocompletar do Google para um termo. Serve para descobrir como as pessoas realmente pesquisam um assunto, útil em SEO e pesquisa de mercado. Aceita até 100 termos por chamada. |
| busca_google_avaliacoes | Lê as avaliações de um estabelecimento no Google: nota, data e texto de cada uma. O identificador vem no campo cid devolvido por busca_google_lugares ou busca_google_mapas, então o caminho natural é achar o negócio e depois ler o que falam dele. Aceita até 100 estabelecimentos por chamada. |
| busca_google_pagina | Lê uma página da web e devolve o texto limpo mais os metadados dela. Use depois de uma busca, para abrir os links que interessaram. Custa o dobro de uma busca web por URL. Aceita até 100 URLs por chamada. |
| show_version | Show the current MCP platform and adapter versions. |
| report_bug | Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction. |
| connect | Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs. |
| toolkit_info | Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes. |
| marketplace | The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/<slug> link that opens without login. |
| authenticate | MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link. |