io.github.codespar/mcp-brasil-api
NPM · @CODESPAR/MCP-BRASIL-API · SCANNED AUG 4
MCP server for BrasilAPI — CEP, CNPJ, banks, FIPE, holidays, weather
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 42 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 939 tokens (~39/item across 24 items; 24 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @codespar/mcp-brasil-api
claude mcp add codespar-mcp-brasil-api -- npx -y @codespar/mcp-brasil-api
codex mcp add codespar-mcp-brasil-api -- npx -y @codespar/mcp-brasil-api
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-brasil-api": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-brasil-api"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-brasil-api --command npx --arg -y --arg @codespar/mcp-brasil-api
mcp_servers:
codespar-mcp-brasil-api:
command: "npx"
args: ["-y", "@codespar/mcp-brasil-api"] {
"mcpServers": {
"codespar-mcp-brasil-api": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-brasil-api"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 4 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +1
- Known CVEs: partial → unverified ▼ security
- Dependency health: partial → unverified ▼ functional
- Stability: unverified → 0.23 ▲ functional
- 1 Aug 26 +62
- Provenance: unverified → fail ▼ security
- Malware scan: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 31 Jul 26 −23
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 4 Aug 2026 · Analysed npm/@codespar/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_banks ~18
List all Brazilian banks with codes and names
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_cep ~39
Look up address by CEP (Brazilian postal code)
| Name | Type | Req | Description |
|---|---|---|---|
| cep | string | yes | CEP (8 digits, e.g. 01001000) |
No output schema declared.
No examples provided.
get_cep_v1 ~50
Look up address by CEP using BrasilAPI v1 (single-provider, often faster than v2)
| Name | Type | Req | Description |
|---|---|---|---|
| cep | string | yes | CEP (8 digits, e.g. 01001000) |
No output schema declared.
No examples provided.
get_cnpj ~30
Look up company information by CNPJ
| Name | Type | Req | Description |
|---|---|---|---|
| cnpj | string | yes | CNPJ (14 digits) |
No output schema declared.
No examples provided.
get_corretora ~37
Look up a single CVM-registered brokerage by CNPJ
| Name | Type | Req | Description |
|---|---|---|---|
| cnpj | string | yes | Brokerage CNPJ (14 digits) |
No output schema declared.
No examples provided.
get_corretoras ~24
List all CVM-registered Brazilian brokerages (corretoras)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_cptec_airport_weather ~53
Get current airport weather (METAR) by ICAO code from CPTEC/INPE
| Name | Type | Req | Description |
|---|---|---|---|
| icao | string | yes | Airport ICAO code (e.g. SBGR for Guarulhos) |
No output schema declared.
No examples provided.
get_cptec_capitals_weather ~22
Get current weather conditions for all Brazilian state capitals
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_cptec_cities ~36
Search CPTEC/INPE cities by name for weather forecasts
| Name | Type | Req | Description |
|---|---|---|---|
| cityName | string | yes | City name to search |
No output schema declared.
No examples provided.
get_cptec_ocean_forecast ~67
Get ocean/wave forecast for a coastal city (CPTEC/INPE)
| Name | Type | Req | Description |
|---|---|---|---|
| city_code | number | yes | CPTEC city code (use get_cptec_cities to find) |
| days | number | — | Number of forecast days (1-6, optional) |
No output schema declared.
No examples provided.
get_cptec_weather ~54
Get weather forecast for a city (CPTEC/INPE)
| Name | Type | Req | Description |
|---|---|---|---|
| city_code | number | yes | CPTEC city code |
| days | number | — | Number of forecast days (1-6, default 6) |
No output schema declared.
No examples provided.
get_ddd ~41
Get state and cities for a DDD (area code)
| Name | Type | Req | Description |
|---|---|---|---|
| ddd | string | yes | DDD code (e.g. 11 for São Paulo) |
No output schema declared.
No examples provided.
get_domain_info ~33
Look up .br domain registration info
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name (e.g. example.com.br) |
No output schema declared.
No examples provided.
get_fipe_brands ~31
List vehicle brands by type from FIPE table
| Name | Type | Req | Description |
|---|---|---|---|
| vehicle_type | string | yes | Vehicle type |
No output schema declared.
No examples provided.
get_fipe_price ~41
Get vehicle price from FIPE table by code
| Name | Type | Req | Description |
|---|---|---|---|
| fipe_code | string | yes | FIPE code (e.g. 001004-9) |
No output schema declared.
No examples provided.
get_fipe_tables ~25
List FIPE reference tables (months/years available for FIPE queries)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_fipe_vehicles ~54
List vehicle models for a given FIPE brand code and vehicle type
| Name | Type | Req | Description |
|---|---|---|---|
| brand_code | string | yes | FIPE brand code (from get_fipe_brands) |
| vehicle_type | string | yes | Vehicle type |
No output schema declared.
No examples provided.
get_holidays ~32
List national holidays for a given year
| Name | Type | Req | Description |
|---|---|---|---|
| year | number | yes | Year (e.g. 2025) |
No output schema declared.
No examples provided.
get_ibge_municipalities ~43
List all municipalities for a Brazilian state (IBGE data)
| Name | Type | Req | Description |
|---|---|---|---|
| uf | string | yes | State abbreviation (e.g. SP, RJ, MG) |
No output schema declared.
No examples provided.
get_ibge_states ~24
List all Brazilian states/UFs with IBGE codes and metadata
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_isbn ~30
Look up book information by ISBN
| Name | Type | Req | Description |
|---|---|---|---|
| isbn | string | yes | ISBN (10 or 13 digits) |
No output schema declared.
No examples provided.
get_ncm ~30
Look up NCM tax classification code
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | NCM code (8 digits) |
No output schema declared.
No examples provided.
get_pix_participants ~23
List Pix participant institutions (PSPs/banks enrolled in Pix)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_tax_rates ~35
Get current Brazilian tax/economic rates (Selic, CDI, IPCA)
| Name | Type | Req | Description |
|---|---|---|---|
| acronym | string | yes | Tax rate acronym |
No output schema declared.
No examples provided.