Skip to main content
Glama

MCP-CEP

MIT License
2
  • Linux
  • Apple

MCP-CEP

MCP 服务器使用ViaCEP公共 API 查询邮政编码。
Goose兼容作为命令行扩展。


👤 作者

温德尔·巴雷托
https://github.com/wendellbigato


🚀 安装

1. 克隆此存储库

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

发帖时请将以上网址更改为真实网址。


2.创建并激活虚拟环境

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

3. 使用uvpip安装依赖项

使用uv

uv pip install -e ".[cli]"

或者使用普通的 pip:

pip install -e ".[cli]"

🧩 在 Goose 中设置为扩展程序

  1. 执行:
goose configure
  1. 选择Add Extension
  2. 选择Command-line Extension
  3. 填写字段:
场地价值
扩展名mcp-cep
运行命令/caminho/completo/para/uv --directory /caminho/para/mcp-cep run main.py
暂停300
环境(空白,或根据需要自定义)

使用which uvpwd来找到正确的路径。


✅ 如何在 Goose 上测试

设置完成后,启动:

goose session --with-extension mcp-cep

并发送如下命令:

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

🧰 可用工具

  • echo(texto: str) :重复发送的文本。
  • buscar_cep(cep: str) :通过ViaCEP查询地址信息。

📄 许可证

该项目已获得 MIT 许可。

-
security - not tested
A
license - permissive license
-
quality - not tested

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 兼容作为命令行扩展。

  1. 👤 作者
    1. 🚀 安装
      1. 克隆此存储库
      2. 2.创建并激活虚拟环境
      3. 使用uv或pip安装依赖项
    2. 🧩 在 Goose 中设置为扩展程序
      1. ✅ 如何在 Goose 上测试
        1. 🧰 可用工具
          1. 📄 许可证

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              Query 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 -
              3
              TypeScript
            • -
              security
              A
              license
              -
              quality
              An MCP server that enables web searches using a SearxNG instance, allowing MCP-compatible applications like Goose to perform internet searches.
              Last updated -
              Python
              GPL 3.0
            • -
              security
              -
              license
              -
              quality
              An 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 -
              TypeScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              An 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 -
              6
              TypeScript

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/wendellbigato/mcp-cep'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server