Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • AWS Knowledge Base Retrieval MCP Server
  • Image Processor MCP Server
  • MCP Git Repo Browser
  • MCP SSH Server
  • Ramp MCP Server
Back to MCP Servers
MCP-CEP

MCP-CEP

Public
wendellbigato/mcp-cep

MCP server for Model Context Protocol enabling postal code lookup via the public ViaCEP API and command-line integration with Goose for efficient address retrieval and text echoing.

python
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with MCP-CEP

MCP Server

Unlock the full potential of MCP-CEP through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

MCP-CEP

Servidor MCP para consulta de CEPs usando a API pública do ViaCEP.
Compatível com Goose como extensão de linha de comando (Command-line Extension).


👤 Autor

Wendell Barreto
https://github.com/wendellbigato


🚀 Instalação

1. Clone este repositório

git clone https://github.com/wendellbigato/mcp-cep.git cd mcp-cep

Altere a URL acima para a real quando publicar.


2. Crie e ative o ambiente virtual

python3.11 -m venv .venv source .venv/bin/activate # Linux/macOS # ou .venv\Scripts\activate.bat # Windows

3. Instale as dependências com uv ou pip

Usando uv:

uv pip install -e ".[cli]"

Ou com pip normal:

pip install -e ".[cli]"

🧩 Configurando como extensão no Goose

  1. Execute:
goose configure
  1. Selecione Add Extension

  2. Escolha Command-line Extension

  3. Preencha os campos:

CampoValor
Extension namemcp-cep
Command to run/caminho/completo/para/uv --directory /caminho/para/mcp-cep run main.py
Timeout300
Environment(em branco, ou personalize se necessário)

Use which uv e pwd para encontrar os caminhos corretos.


✅ Como testar no Goose

Após configurar, inicie:

goose

E envie comandos como:

Repita: Olá!
Qual o endereço do CEP 01001000?

🧰 Ferramentas disponíveis

  • echo(texto: str): repete o texto enviado.
  • buscar_cep(cep: str): consulta informações de endereço via ViaCEP.

📄 Licença

Este projeto está licenciado sob a licença MIT.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • AWS Knowledge Base Retrieval MCP Server
    AWS Knowledge Base Retrieval MCP Server

    Retrieval-Augmented Generation (RAG) server enabling efficient extraction of contextual information ...

    Added May 30, 2025
  • Image Processor MCP Server
    Image Processor MCP Server

    A TypeScript-based Model Context Protocol server enabling creation, access, and summarization of tex...

    2 tools
    Added May 30, 2025
  • MCP Git Repo Browser
    MCP Git Repo Browser

    Node.js-based Model Context Protocol server enabling Git repository browsing by providing directory ...

    2 tools
    Added May 30, 2025
  • MCP SSH Server
    MCP SSH Server

    Secure Model Context Protocol (MCP) SSH server enabling remote command execution, file and directory...

    Added May 30, 2025
  • Ramp MCP Server
    Ramp MCP Server

    Model Context Protocol server enabling efficient retrieval, analysis, and task execution on Ramp dat...

    Added May 30, 2025