search_series
ActiveTool of Datos Ar
Search Argentina's national time-series catalog (apis.datos.gob.ar) for series matching a keyword. Titles/descriptions are in Spanish (e.g. q="inflacion", "pbi", "emae", "tipo de cambio", "desempleo"). Returns matching series with their ids (use these with get_series), titles, units, frequency, date coverage, dataset and source.
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Search keyword in Spanish, e.g. \"inflacion\", \"pbi\", \"tipo de cambio\"."
},
"limit": {
"type": "number",
"description": "Max results to return (default 10)."
},
"units": {
"type": "string",
"description": "Optional units filter, e.g. \"Porcentaje\"."
},
"offset": {
"type": "number",
"description": "Result offset for pagination (default 0)."
},
"dataset_theme": {
"type": "string",
"description": "Optional theme id filter, e.g. \"actividad\", \"precios\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Datos Ar
https://github.com/pipeworx-io/mcp-datos-ar
1/7 registries