- Home
- MCP servers
- DadosBR
DadosBR
- typescript
1
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"cristianoaredes-mcp-dadosbr": {
"command": "npx",
"args": [
"@aredes.me/mcp-dadosbr"
],
"env": {
"TAVILY_API_KEY": "tvly-your-key",
"DATAJUD_API_KEY": "your-key",
"PERPLEXITY_API_KEY": "pplx-your-key",
"TRANSPARENCIA_API_KEY": "your-key"
}
}
}
}DadosBR MCP Server delivers a focused Brazilian OSINT toolkit as an MCP server, exposing 23 tools that query government transparency, legal, company, financial, health, and intelligence data through a unified MCP interface. It enables you to perform structured, multi-source investigations with ease from any MCP-compatible client.
How to use
You will connect to the DadosBR MCP server from your MCP client. Use the server to run tool sequences that gather corporate registrations, government contracts, court proceedings, and other public data. Build multi-step workflows by chaining tools in the order you need, and rely on the deep profiles and cross-source analysis to form a comprehensive view of a company or person.
How to install
npx @aredes.me/mcp-dadosbr
Configuration and usage notes
Configure your MCP client to reach the DadosBR MCP server by defining a standard MCP server entry that runs the provider via npx. The configuration must specify the command, arguments, and required environment variables.
{
"mcpServers": {
"dadosbr": {
"command": "npx",
"args": ["@aredes.me/mcp-dadosbr"],
"env": {
"TAVILY_API_KEY": "tvly-your-key",
"PERPLEXITY_API_KEY": "pplx-your-key",
"TRANSPARENCIA_API_KEY": "your-key",
"DATAJUD_API_KEY": "your-key"
}
}
}
}
Environment variables
The MCP server example uses these environment variables. Provide your actual API keys where indicated.
Usage tips
- Start with high-impact tools such as datajud_processos for judicial records, cnpj_lookup for company data, and transparencia_lookup for government contracts to establish a baseline. - Add related tools likeBlockchain or deep profile components as your workflow expands to gather richer context. - Validate results with oab_advogado and BNMP checks when legal due diligence is essential.
Tools and data sources overview
This server exposes 23 OSINT tools grouped by domain, covering government data, legal processes, corporate details, finance, health, and intelligence templates. Each tool connects to public data sources and internal templates to deliver structured outputs.
Available tools
ibge_localidades
Query IBGE to retrieve states, municipalities, and regional classifications.
transparencia_lookup
Fetch contracts, agreements, and federal procurement information from Portais da Transparência.
ceis_cnep_lookup
Look up sanctions on companies via CEIS/CNEP databases.
pncp_licitacoes
Access the National Public Procurement Portal for public tenders and postings.
querido_diario
Retrieve municipal gazettes from Open Knowledge resources.
datajud_processos
Obtain judicial processes across tribunals through DataJud.
oab_advogado
Verify lawyers registered with OAB/CNA.
bnmp_mandados
Check arrest warrants via BNMP/CNJ.
procurados_lookup
Find information on sought-after individuals via MJSP/Interpol.
lista_suja_lookup
Consult the slave labor blacklist for compliance screening.
cnpj_lookup
Fetch full cadastral data for a company by its CNPJ.
cep_lookup
Return full address details by postal code (CEP).
cpf_validate
Validate a CPF number mathematically.
domain_whois
Perform WHOIS for Brazilian domains (Registro.br).
consumidor_reclamacoes
Show consumer complaints from Consumidor.gov.br.
company_deep_profile
Consolidated, multi-source company profile.
bacen_taxas
Retrieve Central Bank rates: SELIC, IPCA, USD, EUR, CDI.
fipe_veiculos
Access FIPE vehicle pricing table for used/new cars.
cnes_saude
Search healthcare facilities via CNES/DataSUS.
cnpj_search
Web search using dorks for CNPJ-related information via Tavily.
cnpj_intelligence
Multi-category intelligence search for CNPJ-related data.
strategic_osint_prompt
Templates for strategic analysis such as due diligence, fraud, and ESG assessments.
sequentialthinking
Structured step-by-step reasoning templates for complex investigations.