Used to clone the repository during installation process.
Enables cloning a repository from GitHub to set up the MCP server.
Supported as an operating system for running the MCP server with specific activation commands.
Supported as an operating system for running the MCP server with specific activation commands.
Used as the runtime environment for the MCP server implementation.
MCP-CEP
MCP server for querying ZIP codes using the ViaCEP public API.
Compatible with Goose as a Command-line Extension.
👤 Author
Wendell Barreto
https://github.com/wendellbigato
🚀 Installation
1. Clone this repository
Please change the above URL to the real one when posting.
2. Create and activate the virtual environment
3. Install dependencies with uv or pip
Using uv :
Or with normal pip:
Related MCP server: Speech MCP
🧩 Setting up as an extension in Goose
Execute:
Select
Add ExtensionChoose
Command-line ExtensionFill in the fields:
Field | Value |
Extension name |
|
Command to run |
|
Timeout |
|
Environment | (blank, or customize if needed) |
Use which uv and pwd to find the correct paths.
✅ How to test on Goose
After setting up, start:
And send commands like:
🧰 Available tools
echo(texto: str): repeats the sent text.buscar_cep(cep: str): query address information via ViaCEP.
📄 License
This project is licensed under the MIT License.