Busca de CEP for Cursor
io.github.mcp-dir/busca_cep-mcp
Returns the postal code (CEP) and standardized address from the Brazilian Post from a given address.
client:Cursor
transport:streamable-http
tools:7
Install Busca de CEP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"busca_cep-mcp": {
"url": "https://api.mcp.ai/p_busca_cep"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs