You're viewing a demo portfolio

Join the waitlist
PRSM

brazil_search_tenders

Active

Tool of Brazil Pncp

declared in 0.1.0

Search published Brazilian government tenders / bidding notices (contratações / editais) from the official PNCP portal (Portal Nacional de Contratações Públicas). These are open or recently published procurement opportunities under Lei 14.133/2021. Returns each tender with its PNCP control id, object (Portuguese), estimated value in BRL, procurement modality, agency, state/municipality, proposal open/close dates, and a link to the source system. Dates are YYYYMMDD filtering by PNCP publication date; omit for roughly the last 30 days. The modality defaults to 6 (Pregão Eletrônico), the most common; pass another code to filter differently.

Parameters schema

{
  "type": "object",
  "properties": {
    "page": {
      "type": [
        "number",
        "string"
      ],
      "description": "Page number (1-based). Default 1."
    },
    "date_to": {
      "type": "string",
      "description": "End date (PNCP publication) as YYYYMMDD, e.g. \"20260601\". Defaults to today."
    },
    "modality": {
      "type": [
        "number",
        "string"
      ],
      "description": "Procurement modality code (codigoModalidadeContratacao). REQUIRED by the API; defaults to 6 (Pregão Eletrônico). Others: 4=Concorrência Eletrônica, 8=Dispensa, 9=Inexigibilidade, 12=Credenciamento, 3=Concurso, 1=Leilão Eletrônico."
    },
    "date_from": {
      "type": "string",
      "description": "Start date (PNCP publication) as YYYYMMDD, e.g. \"20260501\". Defaults to ~30 days ago."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Brazil Pncp

https://github.com/pipeworx-io/mcp-brazil-pncp

1/7 registries
View full server →