Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Licinexus/mcp

NPM · @LICINEXUSBR/MCP · SCANNED AUG 3

Brazilian public procurement (PNCP) and Federal Revenue CNPJ data — 16 tools, 4 prompts.

Available components

+18 this week 68 Trust /100
Trust breakdown (6 categories)

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 (108 of 109), 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 (108 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability80
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 2106 tokens (~117/item across 18 items; 16 tools + 2 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage82
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 47% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

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 · @licinexusbr/mcp

# add to Claude Code
claude mcp add licinexus-mcp -- npx -y @licinexusbr/mcp
# add to Codex CLI
codex mcp add licinexus-mcp -- npx -y @licinexusbr/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "licinexus-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@licinexusbr/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add licinexus-mcp --command npx --arg -y --arg @licinexusbr/mcp
# ~/.hermes/config.yaml
mcp_servers:
  licinexus-mcp:
    command: "npx"
    args: ["-y", "@licinexusbr/mcp"]
// mcp.json
{
  "mcpServers": {
    "licinexus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@licinexusbr/mcp"
      ]
    }
  }
}
Changelog

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.

  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Install scripts: unverified → pass security
    • Schema quality: unverified → good functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −8
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 50

    First indexed and scored.

Diagnostics

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 3 Aug 2026 · Analysed npm/@licinexusbr/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 108 packages

108 packages in the resolved dependency tree · 108 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 16 exposed · ~2,048 tokens

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.

Tool Tokens
get_ata_rp ~142

Get the full details of an Ata de Registro de Preço, optionally including its items (with available balance and supplier info) and attached files. Use orgaoCnpj/anoCompra/sequencialCompra (the parent procurement) and sequencialAta (the ARP within that procurement).

NameTypeReqDescription
anoCompraintegeryesYear of the parent procurement
includeArquivosboolean
includeItensboolean
orgaoCnpjstringyesProcuring agency CNPJ
sequencialAtaintegeryesSequential of the ARP
sequencialCompraintegeryesSequential of the parent procurement

No output schema declared.

No examples provided.

get_cnpj_data ~100

Get a Brazilian company's public registration data: legal name, trade name, primary CNAE, secondary CNAEs, address, partners (QSA), capital, juridical nature, Simples/MEI status. Source: BrasilAPI by default (free aggregator over Receita Federal Open Data). Set CNPJ_PROVIDER=minhareceita to switch.

NameTypeReqDescription
cnpjstringyesCNPJ in any format — punctuation is stripped. 14 digits expected.

No output schema declared.

No examples provided.

get_contrato ~73

Get the full details of a public contract on PNCP. Provide either numeroControlePNCP or orgaoCnpj/ano/sequencial.

NameTypeReqDescription
anointeger
numeroControlePNCPstring
orgaoCnpjstring
sequencialinteger

No output schema declared.

No examples provided.

get_fornecedor_contratos ~90

List public contracts where a given CNPJ appears as the supplier (fornecedor). Useful for analyzing a competitor or a potential partner. Defaults to the last 365 days.

NameTypeReqDescription
cnpjstringyesSupplier CNPJ (14 digits)
diasAtrasintegerHow many days back to search.
paginainteger
tamanhoPaginainteger

No output schema declared.

No examples provided.

get_licitacao ~137

Get the full details of a single licitação (procurement bid) on PNCP. Provide either numeroControlePNCP (the full PNCP control number string) or all three of orgaoCnpj, ano, sequencial.

NameTypeReqDescription
anointegerYear of the bid (e.g. 2024)
numeroControlePNCPstringPNCP control number, format like 00000000000000-1-000001/2024
orgaoCnpjstringProcuring agency CNPJ (14 digits)
sequencialintegerSequential number of the bid

No output schema declared.

No examples provided.

get_orgao ~58

Get a public agency's profile from PNCP: legal name, branch of government (poder), federal/state/municipal level (esfera), legal nature, address.

NameTypeReqDescription
cnpjstringyesAgency CNPJ (14 digits)

No output schema declared.

No examples provided.

list_contrato_instrumentos ~78

List billing instruments (NFes, faturas) attached to a contract. Reveals real execution: when payments were due, NFe keys, etc.

NameTypeReqDescription
anointeger
numeroControlePNCPstring
orgaoCnpjstring
sequencialinteger

No output schema declared.

No examples provided.

list_contrato_termos ~78

List the additive terms (termos aditivos) of a contract — extensions, value increases/reductions, term changes. Useful to understand contract evolution.

NameTypeReqDescription
anointeger
numeroControlePNCPstring
orgaoCnpjstring
sequencialinteger

No output schema declared.

No examples provided.

list_licitacao_arquivos ~84

List the files (edital PDFs, attachments, terms of reference) attached to a licitação on PNCP. Returns metadata and direct URLs — does not download the file content.

NameTypeReqDescription
anointeger
numeroControlePNCPstring
orgaoCnpjstring
sequencialinteger

No output schema declared.

No examples provided.

list_licitacao_itens ~94

List the items (lots) of a licitação on PNCP. Each item has description, quantity, unit, estimated unit value and category. Provide either numeroControlePNCP, or orgaoCnpj/ano/sequencial.

NameTypeReqDescription
anointeger
numeroControlePNCPstring
orgaoCnpjstring
sequencialinteger

No output schema declared.

No examples provided.

list_licitacao_resultados ~109

List the bidding results (winners, runners-up, prices, suppliers) for a specific item of a licitação. You must specify which item — use list_licitacao_itens first to discover item numbers.

NameTypeReqDescription
anointeger
numeroControlePNCPstring
numeroItemintegeryesThe item number (numeroItem) to retrieve results for.
orgaoCnpjstring
sequencialinteger

No output schema declared.

No examples provided.

list_pca_itens ~93

List the planned items of a specific PCA: descriptions, estimated quantities, unit values, expected delivery dates, and CATSER/CATMAT classification. Optionally filter client-side by keyword on description.

NameTypeReqDescription
anoPcaintegeryes
orgaoCnpjstringyes
palavraChavestringFilter on descricaoItem
sequencialPcaintegeryes

No output schema declared.

No examples provided.

search_atas_rp ~178

Search Atas de Registro de Preço (price-registry agreements) on PNCP. ARPs are pre-negotiated agreements that any compatible agency can use within the validity period — finding ones still in vigor with available balance is a key business opportunity. Defaults: last 90 days, only active (somenteVigentes=true).

NameTypeReqDescription
cnpjOrgaostringFilter by procuring agency CNPJ
dataFinalstringEnd date YYYYMMDD
dataInicialstringStart date YYYYMMDD
paginainteger
palavraChavestringKeyword filter on objetoContratacao
somenteVigentesbooleanOnly include ARPs whose vigência has not expired and that are not cancelled.
tamanhoPaginainteger

No output schema declared.

No examples provided.

search_contratos ~156

Search public procurement contracts (contratos) on PNCP. Useful for analyzing market history, supplier behavior, and agency spending patterns. Defaults to last 30 days when no date range is provided.

NameTypeReqDescription
cnpjFornecedorstringFilter by supplier CNPJ
cnpjOrgaostringFilter by procuring agency CNPJ
dataFinalstringEnd date YYYYMMDD
dataInicialstringStart date YYYYMMDD
paginainteger
palavraChavestringKeyword filter on objetoContrato (client-side).
tamanhoPaginainteger
valorMaximonumber
valorMinimonumber

No output schema declared.

No examples provided.

search_licitacoes ~422

Search Brazilian public procurement bids (licitações) on PNCP. PNCP requires a date range and at least one modality code per query. If you do not specify, defaults are: last 7 days and modalities [6, 8, 9] (Pregão Eletrônico, Dispensa, Inexigibilidade — most common). Modality codes: 1 = Leilão - Eletrônico 2 = Diálogo Competitivo 3 = Concurso 4 = Concorrência - Eletrônica 5 = Concorrência - Presencial 6 = Pregão - Eletrônico 7 = Pregão - Presencial 8 = Dispensa de Licitação 9 = Inexigibilidade 10 = Manifestação de Interesse 11 = Pré-qualificação 12 = Credenciamento 13 = Leilão - Presencial Filters palavraChave, valorMinimo, valorMaximo are applied client-side over the page returned by PNCP.

NameTypeReqDescription
cnpjOrgaostringFilter by procuring agency CNPJ (14 digits, no punctuation).
codigoMunicipioIbgestringIBGE municipality code (7 digits).
dataFinalstringEnd date in YYYYMMDD format. Default: today.
dataInicialstringStart date in YYYYMMDD format. Default: 7 days ago.
modalidadesarrayList of modality codes. Default: [6, 8, 9].
paginainteger
palavraChavestringKeyword to filter on objetoCompra (case-insensitive substring match).
tamanhoPaginainteger
ufstringTwo-letter state code (e.g. SP, RJ).
valorMaximonumberMaximum estimated value in BRL.
valorMinimonumberMinimum estimated value in BRL.

No output schema declared.

No examples provided.

search_pca ~156

Search recently published/updated Plano de Contratação Anual (PCA) entries — what public agencies INTEND to buy. Returns PCA entries (one per agency unit) with their items embedded. Filter by classification: 'material' or 'servico'. Defaults: last 30 days, classification 'material'. Per Lei 14.133.

NameTypeReqDescription
classificacaostringTop-level classification: material (codigoClassificacaoSuperior=01) or servico (=02).
dataFimstringEnd date YYYYMMDD. Default: today.
dataIniciostringStart date YYYYMMDD. Default: 30 days ago.
paginainteger
tamanhoPaginainteger

No output schema declared.

No examples provided.