Skip to content
VS Code

Busca de CEP for VS Code

io.github.mcp-dir/busca_cep-mcp

Returns the postal code (CEP) and standardized address from the Brazilian Post from a given address.

client:VS Code transport:streamable-http tools:7

Install Busca de CEP in VS Code

.vscode/mcp.json

{
  "servers": {
    "busca_cep-mcp": {
      "type": "http",
      "url": "https://api.mcp.ai/p_busca_cep"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Busca de CEP in other clients