Skip to main content
Glama

Brasil API MCP

cep-search

Retrieve accurate address details in Brazil using an 8-digit postal code (CEP). Connect to Brasil API MCP for streamlined access to location-based information.

Instructions

Query address information from a Brazilian postal code (CEP)

Input Schema

NameRequiredDescriptionDefault
cepYesPostal code to be queried (only numbers, 8 digits)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cep": { "description": "Postal code to be queried (only numbers, 8 digits)", "maxLength": 8, "minLength": 8, "pattern": "^\\d+$", "type": "string" } }, "required": [ "cep" ], "type": "object" }

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/guilhermelirio/brasil-api-mcp'

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