You're viewing a demo portfolio

Join the waitlist
PRSM

paraguay_search_tenders

Active

Tool of Paraguay Dncp

declared in 0.1.0

Search Paraguay government procurement processes (tenders/contracts) from the official DNCP Open Contracting (OCDS) API. Results are date-scoped: the API requires a date range, so if you omit date_from/date_to it defaults to roughly the last 30 days. Returns a paginated list of processes with ocid, id, title, buyer (convocante), procurement method, and dates. Field values are in Spanish; monetary amounts are in PYG. Detailed value/status/items live in the full record — pass an id to paraguay_get_record. Note: the API has no free-text search parameter, so "query" is applied as a case-insensitive client-side filter over the current page of results.

Parameters schema

{
  "type": "object",
  "properties": {
    "page": {
      "type": [
        "number",
        "string"
      ],
      "description": "Page number (10 processes per page). Defaults to 1."
    },
    "query": {
      "type": "string",
      "description": "Optional keyword to filter the returned page by title/buyer (client-side, case-insensitive). The DNCP API has no server-side text search, so results are still bounded by the date range."
    },
    "date_to": {
      "type": "string",
      "description": "End date (YYYY-MM-DD), inclusive. Maps to fecha_hasta. Defaults to today if both dates omitted."
    },
    "date_from": {
      "type": "string",
      "description": "Start date (YYYY-MM-DD), inclusive. Maps to fecha_desde. Defaults to ~30 days ago if both dates omitted."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Paraguay Dncp

https://github.com/pipeworx-io/mcp-paraguay-dncp

1/7 registries
View full server →