Skip to main content
Glama

MCP-CEP

MIT License
4
  • Linux
  • Apple

buscar_ceps_por_logradouro

Find all Brazilian postal codes (CEPs) associated with a specific street, city, and state using ViaCEP public API. Input state abbreviation, city name, and street name to retrieve matching addresses.

Instructions

Busca todos os CEPs associados a um logradouro em uma cidade e estado.

Args: uf: Sigla do estado (ex: SP, RJ) cidade: Nome da cidade (ex: São Paulo) logradouro: Nome da rua, avenida, praça etc (ex: Praça da Sé) Returns: Lista de dicionários com endereços que correspondem à busca.

Input Schema

NameRequiredDescriptionDefault
cidadeYes
logradouroYes
ufYes

Input Schema (JSON Schema)

{ "properties": { "cidade": { "title": "Cidade", "type": "string" }, "logradouro": { "title": "Logradouro", "type": "string" }, "uf": { "title": "Uf", "type": "string" } }, "required": [ "uf", "cidade", "logradouro" ], "title": "buscar_ceps_por_logradouroArguments", "type": "object" }
Install Server

Other Tools from MCP-CEP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/wendellbigato/mcp-cep'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server