Integrations
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.
MCP-CEP
MCP-Server zum Abfragen von Postleitzahlen mithilfe der öffentlichen ViaCEP- API.
Kompatibel mit Goose als Befehlszeilenerweiterung.
👤 Autor
Wendell Barreto
https://github.com/wendellbigato
🚀 Installation
1. Klonen Sie dieses Repository
Bitte ändern Sie beim Posten die obige URL in die echte.
2. Erstellen und aktivieren Sie die virtuelle Umgebung
3. Installieren Sie Abhängigkeiten mit uv
oder pip
Verwenden von UV :
Oder mit normalem Pip:
🧩 Einrichten als Erweiterung in Goose
- Ausführen:
- Wählen Sie
Add Extension
- Wählen Sie
Command-line Extension
- Füllen Sie die Felder aus:
Feld | Wert |
---|---|
Erweiterungsname | mcp-cep |
Auszuführender Befehl | /caminho/completo/para/uv --directory /caminho/para/mcp-cep run main.py |
Time-out | 300 |
Umfeld | (leer oder bei Bedarf anpassen) |
Verwenden Sie which uv
und pwd
, um die richtigen Pfade zu finden.
✅ So testen Sie auf Goose
Nach der Einrichtung starten Sie:
Und senden Sie Befehle wie:
🧰 Verfügbare Tools
echo(texto: str)
: wiederholt den gesendeten Text.buscar_cep(cep: str)
: Adressinformationen über ViaCEP abfragen.
📄 Lizenz
Dieses Projekt ist unter der MIT-Lizenz lizenziert.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Ein Server zum Abfragen brasilianischer Postleitzahlen (CEPs) mithilfe der öffentlichen ViaCEP-API, kompatibel mit Goose als Befehlszeilenerweiterung.
Related MCP Servers
- -securityFlicense-qualityQuery a variety of data from Brasil resources seamlessly. Access information on postal codes, area codes, banks, holidays, taxes, and more through a unified interface. Enhance your AI agents and applications with rich and updated data from BrasilAPI effortlessly.Last updated -3TypeScript
- -securityAlicense-qualityAn MCP server that enables web searches using a SearxNG instance, allowing MCP-compatible applications like Goose to perform internet searches.Last updated -PythonGPL 3.0
- -security-license-qualityAn MCP server that enables querying detailed address information from Brazilian postal codes (CEPs) via the ViaCEP API, returning data such as street names, neighborhoods, cities, states, regions, and IBGE codes.Last updated -TypeScriptMIT License
- -securityFlicense-qualityAn MCP server that enables interaction with Datagouv APIs, primarily allowing users to search for up-to-date information about companies registered in France.Last updated -2TypeScript