Brasil API MCP
Provides access to Brasil API's data services through GitHub, as the MCP server is hosted and can be cloned from GitHub (https://github.com/guilhermelirio/brasil-api-mcp).
Enables package management for the Brasil API MCP server, allowing users to install dependencies and build the project using npm commands.
Supports TypeScript integration as shown in the example code snippets for querying Brazilian address data and currency exchange rates.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Brasil API MCPwhat's the address for postal code 01311000?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Brasil API MCP
A Model Context Protocol (MCP) server that provides tools to query various Brazilian data services via the Brasil API.
Overview
Brasil API MCP is a bridge that connects AI assistants to Brazilian public data services through the standardized Model Context Protocol. It provides access to various information such as:
Postal Codes (CEP)
Company Registration (CNPJ)
Bank information
Area codes (DDD)
IBGE (Brazilian Institute of Geography and Statistics) data
Currency exchange rates
Domain registration status (.br domains)
Related MCP server: mcp-brasil
Installation
# Clone the repository
git clone https://github.com/guilhermelirio/brasil-api-mcp
cd brasil-api-mcp
# Install dependencies
npm install
# Build the project
npm run buildUsage
To run the server:
npm startThis will start the MCP server that communicates via standard input/output (stdio).
Available Tools
CEP (Postal Codes)
cep-search- Query address information from a Brazilian postal code (CEP)
CNPJ (Company Registration)
cnpj-search- Query information about a Brazilian company by its CNPJ (National Registry of Legal Entities)
Banks
bank-search- Find information about a Brazilian bank by its codebank-list- List all Brazilian banks
DDD (Area Codes)
ddd-search- Find information about a Brazilian area code (DDD)
IBGE (Geography and Statistics)
ibge-states-list- List all Brazilian states with their informationibge-state-search- Find information about a Brazilian state by its code or abbreviationibge-municipalities-list- List all municipalities of a Brazilian state by its abbreviation
Cambio (Currency Exchange)
cambio-currencies-list- List all available currencies for exchange ratescambio-rate- Get exchange rates for a specific currency on a specific date
Registro BR (Domain Registration)
registrobr-domain-check- Check the status and availability of a .br domain name
Integration Examples
Querying a Brazilian Address by Postal Code
// Sample request to the CEP tool
const response = await callMcpTool("cep-search", {
cep: "01001000"
});
// Response provides address details:
// {
// cep: "01001000",
// state: "SP",
// city: "São Paulo",
// neighborhood: "Sé",
// street: "Praça da Sé",
// service: "viacep"
// }Getting Currency Exchange Rates
// Sample request to get USD exchange rate
const response = await callMcpTool("cambio-rate", {
currency: "USD",
date: "2023-08-10"
});
// Response provides detailed exchange informationCredits
This project uses the Brasil API service, which aggregates various APIs related to Brazilian public data. Special thanks to the Brasil API team for providing this valuable service to the community.
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that connects AI agents to over 200 tools across 27 Brazilian public APIs, covering economic, legislative, transparency, and judicial data. It enables users to query and cross-reference extensive government datasets from sources like IBGE, the Central Bank, and the Brazilian Congress.Last updated1,712MIT
- Alicense-qualityDmaintenanceEnables LLMs to query Brazilian public data such as CEP, CNPJ, DDD, exchange rates, banks, and holidays via the Model Context Protocol.Last updated12MIT
- Alicense-qualityBmaintenanceMCP Server for accessing 36 Brazilian public data sources and 1 agent, enabling AI agents to query government data on economy, legislation, transparency, judiciary, elections, environment, health, and more.Last updatedMIT
Related MCP Connectors
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/guilhermelirio/brasil-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server