Skip to main content
Glama

brasil-api-mcp-server

BrasilAPI MCP サーバー

Brasilのリソースから様々なデータをシームレスにクエリできます。郵便番号、市外局番、銀行、休日、税金などの情報に、統一されたインターフェースからアクセスできます。BrasilAPIリッチで最新のデータを活用して、AIエージェントやアプリケーションを簡単に強化できます。

BrasilAPI の完全かつ公式なドキュメントをここで確認してください。

ツール

このサーバーは、BrasilAPI で利用可能なすべてのエンドポイントをクエリするためのツールを提供します。内部的には、この JS クライアントを使用して API と通信します: https://github.com/WillianAgostini/brasilapi-js

Smithery のツール ページをチェックして、それぞれを検査およびテストしてください。

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

更新されたビルドを生成して検査するには:

npm run build-and-inspect

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

AIアプリケーションとの統合

鍛冶屋を駆け抜ける

Smithery経由でサーバーを自動的に実行します。

npx -y @smithery/cli install @mauricio-cantu/brasil-api-mcp-server

クロードとの使用

npx -y @smithery/cli@latest install @mauricio-cantu/brasil-api-mcp-server --client claude

カーソルとその他の統合

カーソルなどの他の統合オプションを取得するには、 Smitheryのサーバー ページを確認してください。

ローカルコピーでサーバーを実行する

このプロジェクトをダウンロードしたら、 nodeを使用してサーバーを実行できます。

node /absolute/path/to/brasil-api-mcp-server/build/index.js

プロジェクトのルートには、必要に応じてイメージをビルドして実行するための Dockerfile もあります。

サーバーの機能検査

Smithery を使用してこの MCP サーバーの機能を調べることができます。

npx -y @smithery/cli@latest inspect @mauricio-cantu/brasil-api-mcp-server

これにより、利用可能なすべてのツール、そのパラメーター、および使用方法が表示されます。

プロジェクト構造

src/ ├── apiClient/ # BrasilAPI client ├── tools/ # Tools implementations ├── types/ # Interfaces and types ├── utils/ # Utility functions └── index.ts # MCP main file (server setup and tools listing)
-
security - not tested
F
license - not found
-
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.

Brasilのリソースから様々なデータをシームレスにクエリできます。郵便番号、市外局番、銀行、休日、税金などの情報に、統一されたインターフェースからアクセスできます。BrasilAPIのリッチで最新のデータを活用して、AIエージェントやアプリケーションを簡単に強化できます。

  1. ツール
    1. 発達
      1. デバッグ
    2. AIアプリケーションとの統合
      1. 鍛冶屋を駆け抜ける
      2. クロードとの使用
      3. カーソルとその他の統合
      4. ローカルコピーでサーバーを実行する
    3. サーバーの機能検査
      1. プロジェクト構造

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          This server enables AI systems to integrate with Tavily's search and data extraction tools, providing real-time web information access and domain-specific searches.
          Last updated -
          2
          7,029
          420
          JavaScript
          MIT License
          • Apple
          • Linux
        • A
          security
          F
          license
          A
          quality
          Enables AI assistants to interact with the World Bank open data API, allowing for listing and analysis of indicators across available countries.
          Last updated -
          1
          8
          Python
        • -
          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
          -
          license
          -
          quality
          A Model Context Protocol server that connects AI assistants to Brazilian public data services, providing access to postal codes, company registrations, bank information, area codes, IBGE data, currency exchange rates, and domain registration status.
          Last updated -
          3
          TypeScript
          MIT License

        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/mauricio-cantu/brasil-api-mcp-server'

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