General Tools
moradas.dev
Provides Portuguese address and postal code autocomplete, resolution, and lookup services.
ENDPOINT 1
https://moradas.dev/mcp
MCP server metadata
- Name
- moradas
- Version
- 0.1.0
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
resolve_postal_codeResolve the exact 7-digit postal code (CP7) for a street and door number.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.