- Explore MCP Servers
- brasil-api-mcp-server
Brasil Api Mcp Server
What is Brasil Api Mcp Server
brasil-api-mcp-server is a Model Context Protocol (MCP) server that facilitates querying various data from BrasilAPI, enabling developers to enhance their AI applications with rich and updated data from Brazilian resources.
Use cases
Use cases include developing AI agents that provide information on Brazilian postal services, integrating tax information into financial applications, and enhancing customer service chatbots with localized data.
How to use
To use brasil-api-mcp-server, you can install it via Smithery or run it locally using Node.js. The server can be integrated with AI applications and various clients like Claude. Detailed instructions are provided in the README.
Key features
Key features include seamless access to a variety of data such as postal codes, area codes, banks, holidays, and taxes through a unified interface. It also offers tools for debugging and inspecting server capabilities.
Where to use
brasil-api-mcp-server can be used in various fields such as fintech, e-commerce, and any application that requires access to Brazilian data resources for enhanced user experience and functionality.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Brasil Api Mcp Server
brasil-api-mcp-server is a Model Context Protocol (MCP) server that facilitates querying various data from BrasilAPI, enabling developers to enhance their AI applications with rich and updated data from Brazilian resources.
Use cases
Use cases include developing AI agents that provide information on Brazilian postal services, integrating tax information into financial applications, and enhancing customer service chatbots with localized data.
How to use
To use brasil-api-mcp-server, you can install it via Smithery or run it locally using Node.js. The server can be integrated with AI applications and various clients like Claude. Detailed instructions are provided in the README.
Key features
Key features include seamless access to a variety of data such as postal codes, area codes, banks, holidays, and taxes through a unified interface. It also offers tools for debugging and inspecting server capabilities.
Where to use
brasil-api-mcp-server can be used in various fields such as fintech, e-commerce, and any application that requires access to Brazilian data resources for enhanced user experience and functionality.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
BrasilAPI MCP Server
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.
Check the complete and official documentation from BrasilAPI here.
Tools
This server provides tools to query every endpoint available from BrasilAPI. Under the hood, it uses this JS client to communicate with the API: https://github.com/WillianAgostini/brasilapi-js
Check the Tools page in Smithery to inspect and test each one of them.
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
To generate an updated build and inspect:
npm run build-and-inspect
The Inspector will provide a URL to access debugging tools in your browser.
Integration with AI applications
Running through Smithery
Run the server automatically via Smithery:
npx -y @smithery/cli install @mauricio-cantu/brasil-api-mcp-server
Usage with Claude
npx -y @smithery/cli@latest install @mauricio-cantu/brasil-api-mcp-server --client claude
Cursor and other integrations
Check the Server page in Smithery to get other integration options such as Cursor and more.
Running the server with a local copy
After you’ve downloaded this project, you can run the server using node:
node /absolute/path/to/brasil-api-mcp-server/build/index.js
At the root of the project there’s also a Dockerfile to build and run the image if you’d like.
Server’s capabilities inspection
You can inspect this MCP server’s capabilities using Smithery:
npx -y @smithery/cli@latest inspect @mauricio-cantu/brasil-api-mcp-server
This will show you all available tools, their parameters, and how to use them.
Project structure
src/ ├── apiClient/ # BrasilAPI client ├── tools/ # Tools implementations ├── types/ # Interfaces and types ├── utils/ # Utility functions └── index.ts # MCP main file (server setup and tools listing)
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










