Inteligência de Plataforma MCP

GoogleServidor MCP

Bilhões de pessoas usam o Google todos os dias para encontrar páginas da web, notícias, imagens, vídeos e resultados locais, tornando-o essencial para a descobribilidade, gerenciamento de reputação e captura de demanda.

MCP Versão: 1.0.0 6 Ferramentas MCP Autenticação
Google

URL base

https://mcp.pressmonitor.com/google/v1

Autenticação

As chamadas MCP também usam tokens Bearer em solicitações JSON-RPC 2.0.

Authorization: Bearer YOUR_TOKEN

Descubra Ferramentas

Comece listando as ferramentas expostas pelo servidor MCP.

curl -X POST \ 'https://mcp.pressmonitor.com/google/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
tool search_web

Pesquisar na Web

Pesquisar na Web

Argumentos

Nome Tipo Obrigatório Descrição
query_text string Sim Texto da consulta
lang_code string Não Código do idioma
country_code string Não Código do país
count string Não Número de resultados a retornar
safesearch string Não Pesquisa segura

Exemplos de Código

curl -X POST \ 'https://mcp.pressmonitor.com/google/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_web","arguments":{"query_text":"SOME_STRING_VALUE","lang_code":"SOME_STRING_VALUE","country_code":"SOME_STRING_VALUE","count":20,"safesearch":"SOME_STRING_VALUE"}}}'
tool search_news

Pesquisar Notícias

Pesquisar Notícias

Argumentos

Nome Tipo Obrigatório Descrição
query_text string Sim Texto da consulta
lang_code string Não Código do idioma
country_code string Não Código do país
count string Não Número de resultados a retornar

Exemplos de Código

curl -X POST \ 'https://mcp.pressmonitor.com/google/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_news","arguments":{"query_text":"SOME_STRING_VALUE","lang_code":"SOME_STRING_VALUE","country_code":"SOME_STRING_VALUE","count":20}}}'
tool search_images

Pesquisar Imagens

Pesquisar Imagens

Argumentos

Nome Tipo Obrigatório Descrição
query_text string Sim Texto da consulta
lang_code string Não Código do idioma
country_code string Não Código do país
count string Não Número de resultados a retornar
safesearch string Não Pesquisa segura
color string Não Cor
size string Não Tamanho
type_image string Não Tipo de imagem
layout string Não Layout

Exemplos de Código

curl -X POST \ 'https://mcp.pressmonitor.com/google/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_images","arguments":{"query_text":"SOME_STRING_VALUE","lang_code":"SOME_STRING_VALUE","country_code":"SOME_STRING_VALUE","count":20,"safesearch":"SOME_STRING_VALUE","color":"SOME_STRING_VALUE","size":"SOME_STRING_VALUE","type_image":"SOME_STRING_VALUE","layout":"SOME_STRING_VALUE"}}}'
tool search_videos

Pesquisar Vídeos

Pesquisar Vídeos

Argumentos

Nome Tipo Obrigatório Descrição
query_text string Sim Texto da consulta
lang_code string Não Código do idioma
country_code string Não Código do país
count string Não Número de resultados a retornar
safesearch string Não Pesquisa segura
timelimit string Não Limite de tempo
duration string Não Duração
resolution string Não Resolução

Exemplos de Código

curl -X POST \ 'https://mcp.pressmonitor.com/google/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_videos","arguments":{"query_text":"SOME_STRING_VALUE","lang_code":"SOME_STRING_VALUE","country_code":"SOME_STRING_VALUE","count":20,"safesearch":"SOME_STRING_VALUE","timelimit":"SOME_STRING_VALUE","duration":"SOME_STRING_VALUE","resolution":"SOME_STRING_VALUE"}}}'
tool search_map

Pesquisar Mapa

Pesquisar Mapa

Argumentos

Nome Tipo Obrigatório Descrição
query_text string Sim Texto da consulta
place string Não Local
street string Não Rua
city string Não Cidade
county string Não Condado
state string Não Estado
country string Não País
postalcode string Não Código postal
latitude string Não Latitude
longitude string Não Longitude
radius string Não Raio

Exemplos de Código

curl -X POST \ 'https://mcp.pressmonitor.com/google/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_map","arguments":{"query_text":"SOME_STRING_VALUE","place":"SOME_STRING_VALUE","street":"SOME_STRING_VALUE","city":"SOME_STRING_VALUE","county":20,"state":"SOME_STRING_VALUE","country":20,"postalcode":"SOME_STRING_VALUE","latitude":"SOME_STRING_VALUE","longitude":"SOME_STRING_VALUE","radius":"SOME_STRING_VALUE"}}}'
tool auto_complete

Auto Completar

Auto Completar

Argumentos

Nome Tipo Obrigatório Descrição
query_text string Sim Texto da consulta

Exemplos de Código

curl -X POST \ 'https://mcp.pressmonitor.com/google/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"auto_complete","arguments":{"query_text":"SOME_STRING_VALUE"}}}'