get_series
Pack: datos-ar · Endpoint: https://gateway.pipeworx.io/datos-ar/mcp
Fetch observations for one or more Argentine time series by id (ids come from search_series).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ids | string | yes | One series id, or several comma-separated, e.g. “143.3_NO_PR_2004_A_21”. From search_series. |
start_date | string | no | Earliest date, ISO YYYY-MM-DD (optional). |
end_date | string | no | Latest date, ISO YYYY-MM-DD (optional). |
limit | number | no | Max rows to return (default 100, API max 1000). |
collapse | string | no | Resample frequency, e.g. “year” to roll monthly data up to yearly. |
collapse_aggregation | string | no | How to aggregate when collapsing (default avg). |
representation_mode | string | no | Value transform: raw value (default), period change, or change vs a year ago. |
metadata | string | no | Metadata detail level (default simple). |
Example call
curl -X POST https://gateway.pipeworx.io/datos-ar/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_series","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"datos-ar": {
"url": "https://gateway.pipeworx.io/datos-ar/mcp"
}
}
}
See Getting Started for client-specific install steps.