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. このリポジトリをクローンする
Copy
投稿の際は上記の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
を使用して正しいパスを見つけます。
✅ Gooseでテストする方法
セットアップ後、開始します:
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