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 для запроса почтовых индексов с использованием публичного API ViaCEP .
Совместимо с Goose как расширение командной строки.
👤 Автор
Уэнделл Баррето
https://github.com/wendellbigato
🚀 Установка
1. Клонировать этот репозиторий
При публикации, пожалуйста, измените указанный выше URL-адрес на реальный.
2. Создать и активировать виртуальную среду
3. Установите зависимости с помощью uv
или pip
Использование УФ :
Или с обычным пипом:
🧩 Настройка расширения в Goose
- Выполнять:
- Выберите
Add Extension
- Выберите
Command-line Extension
- Заполните поля:
Поле | Ценить |
---|---|
Имя расширения | mcp-cep |
Команда на запуск | /caminho/completo/para/uv --directory /caminho/para/mcp-cep run main.py |
Тайм-аут | 300 |
Среда | (пусто или при необходимости настройте) |
Используйте which uv
и pwd
, чтобы найти правильные пути.
✅ Как провести тест на гусе
После настройки запустите:
И отправьте команды типа:
🧰 Доступные инструменты
echo(texto: str)
: повторяет отправленный текст.buscar_cep(cep: str)
: запросить информацию об адресе через ViaCEP.
📄 Лицензия
Данный проект лицензирован по лицензии MIT.
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.
Сервер для запроса почтовых индексов Бразилии (CEP) с использованием общедоступного API ViaCEP, совместимого с Goose в качестве расширения командной строки.
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