← Registry

General Tools

moradas.dev

Provides Portuguese address and postal code autocomplete, resolution, and lookup services.

1 endpoint3 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://moradas.dev/mcp

No auth detected

MCP server metadata

Name
moradas
Version
0.1.0
Capabilities
tools
Server instructions

Free Portuguese address autocomplete and postal codes (CP7). No auth. Start with suggest_address; if a suggestion has cp7 = null, call resolve_postal_code with its art_id and the door number to get the exact CP7. postal_code_info returns the locality and streets of a CP7.

Known tools 3

suggest_address

Autocomplete a Portuguese address or postal code.

Inferred read-only
resolve_postal_code

Resolve the exact 7-digit postal code (CP7) for a street and door number.

Inferred read-only
postal_code_info

Look up a Portuguese postal code (CP7, e.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.moradas]
url = "https://moradas.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moradas": {
      "type": "http",
      "url": "https://moradas.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moradas
Remote MCP URL: https://moradas.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "moradas": {
      "url": "https://moradas.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moradas": {
      "type": "http",
      "url": "https://moradas.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moradas",
  "transport": "streamable-http",
  "url": "https://moradas.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.