MCP Brazil Public Data
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_cnpjA | Look up the registration data of a Brazilian company by its CNPJ. Returns legal name, trade name, registration status, legal nature, CNAE (primary and secondary activities), address, partners (QSA) and share capital. Source: Brazilian Federal Revenue via BrasilAPI. |
| lookup_cepA | Look up the full address for a Brazilian postal code (CEP). Returns street, neighborhood, city, state (UF) and, when available, geographic coordinates. Uses BrasilAPI's CEP v2 endpoint, which aggregates multiple providers (Correios, ViaCEP and others). |
| list_banksA | List all banks registered in Brazil (~250 institutions). Each item includes the COMPE code ( |
| get_bankA | Get a bank's data by its COMPE code. Returns ISPB, name, full name and bank code. |
| lookup_dddA | Look up the state and cities served by a Brazilian area code (DDD). Returns the state (UF) and the list of municipalities covered by the code. |
| list_holidaysA | List the Brazilian national holidays for a given year. Returns each holiday with its date (YYYY-MM-DD), name and type (national, movable, etc.). Does not include state or municipal holidays. |
| lookup_isbnA | Look up a book's metadata by its ISBN. Returns title, authors, publisher, year, synopsis and dimensions when available, aggregating providers such as CBL, Mercado Editorial and Google Books. |
| list_ratesA | List all available economic rates and indices with their current values. Includes indicators such as SELIC, CDI and IPCA. Each item has the symbol
( |
| get_rateB | Get the current value of an economic rate/index by its symbol. Returns the name and the current value of the indicator. |
| lookup_brokerA | Look up a CVM-authorized brokerage firm by its CNPJ. Returns trade name, legal name, status, address and contacts registered with the CVM (Brazilian Securities and Exchange Commission). |
| list_currenciesA | List the foreign currencies available for quotes (USD, EUR and others). Each item includes the symbol, name and type of the currency. Use the
returned symbol with |
| get_exchange_rateA | Get the buy/sell exchange rate of a currency on a specific date. Returns the Central Bank's PTAX rates (buy/sell) for the given date. Note: quotes are only available on business days. |
| list_statesA | List the 27 Brazilian federative units (states) with their IBGE codes. Each item includes the id (IBGE code), abbreviation (UF), name and region. |
| list_municipalitiesA | List the municipalities of a state with their IBGE codes. Returns the name and IBGE code of each municipality in the given state. |
| check_br_domainA | Check the status of a .br domain at Registro.br. Returns the status (available, registered, etc.), suggestions and, for registered domains, the creation, expiration and last-processed dates. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_company | Generate a structured analysis of a company from its CNPJ. |
| economic_overview | Build an economic overview combining current rates and the year's holidays. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/devantage/mcp-brazil-public-data'
If you have feedback or need assistance with the MCP directory API, please join our Discord server