paraguay_search_tenders
ActiveTool of Paraguay Dncp
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Paraguay Dncp
https://github.com/pipeworx-io/mcp-paraguay-dncp
1/7 registries