get_series
ActiveTool of Datos Ar
Fetch observations for one or more Argentine time series by id (ids come from search_series). Data is official Argentine statistics; titles are in Spanish. Pass multiple comma-separated ids to align several series on the same dates. Use collapse to resample (e.g. monthly→yearly avg) and representation_mode to transform values (e.g. percent change vs a year ago). Returns rows of [date, value, ...] plus metadata.
Parameters schema
{
"type": "object",
"required": [
"ids"
],
"properties": {
"ids": {
"type": "string",
"description": "One series id, or several comma-separated, e.g. \"143.3_NO_PR_2004_A_21\". From search_series."
},
"limit": {
"type": "number",
"description": "Max rows to return (default 100, API max 1000)."
},
"collapse": {
"enum": [
"month",
"quarter",
"year"
],
"type": "string",
"description": "Resample frequency, e.g. \"year\" to roll monthly data up to yearly."
},
"end_date": {
"type": "string",
"description": "Latest date, ISO YYYY-MM-DD (optional)."
},
"metadata": {
"enum": [
"none",
"simple",
"full"
],
"type": "string",
"description": "Metadata detail level (default simple)."
},
"start_date": {
"type": "string",
"description": "Earliest date, ISO YYYY-MM-DD (optional)."
},
"representation_mode": {
"enum": [
"value",
"change",
"percent_change",
"change_a_year_ago",
"percent_change_a_year_ago"
],
"type": "string",
"description": "Value transform: raw value (default), period change, or change vs a year ago."
},
"collapse_aggregation": {
"enum": [
"avg",
"sum",
"end_of_period",
"min",
"max"
],
"type": "string",
"description": "How to aggregate when collapsing (default avg)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Datos Ar
https://github.com/pipeworx-io/mcp-datos-ar
1/7 registries