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
ViaCEP 공개 API를 사용하여 우편번호를 쿼리하는 MCP 서버입니다.
명령줄 확장 기능으로 Goose 와 호환됩니다.
👤 저자
웬델 바레토
https://github.com/wendellbigato
🚀 설치
1. 이 저장소를 복제합니다.
지엑스피1
게시할 때는 위의 URL을 실제 URL로 변경해 주시기 바랍니다.
2. 가상 환경 생성 및 활성화
Copy
3. uv
또는 pip
사용하여 종속성을 설치합니다.
uv 사용 :
Copy
또는 일반 pip를 사용하면:
Copy
🧩 Goose에서 확장 프로그램으로 설정하기
- 실행하다:
Copy
Add Extension
선택하세요Command-line Extension
선택- 다음 필드를 채워주세요:
필드 | 값 |
---|---|
확장자 이름 | mcp-cep |
실행 명령 | /caminho/completo/para/uv --directory /caminho/para/mcp-cep run main.py |
타임아웃 | 300 |
환경 | (필요한 경우 비워두거나 사용자 정의) |
which uv
와 pwd
사용하여 올바른 경로를 찾습니다.
✅ 구스에서 테스트하는 방법
설정 후 시작:
Copy
다음과 같은 명령을 보냅니다.
Copy
🧰 사용 가능한 도구
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.
ViaCEP 공개 API를 사용하여 브라질 우편번호(CEP)를 쿼리하는 서버로, 명령줄 확장 기능으로 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