Skip to main content
Glama
edum-compassuol

ViaCEP Brasil MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
getAddressByCEPA

Fetches a Brazilian address using a postal code (CEP).

getCEPByAddressA

Fetches a list of CEPs based on a Brazilian address.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
ViaCEP READMEDocumentation for the ViaCEP MCP Server

TDQS

A4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools perform reverse operations—one returns an address for a given CEP, the other returns CEPs for a given address. Their purposes are clearly distinct with no overlap.

Naming Consistency5/5

Both tools follow a consistent 'get<Target>By<Query>' pattern, e.g., 'getAddressByCEP' and 'getCEPByAddress'. The naming is symmetric and predictable.

Tool Count5/5

With exactly two tools, the set is minimal and perfectly scoped for bidirectional CEP-address lookup. Each tool provides a distinct, necessary function without redundancy.

Completeness5/5

The pair covers both directions of the CEP-address mapping, which is the complete domain for a ViaCEP service. No obvious missing operations.

Maintenance

ActivityInactive
ResponsivenessNo issues