search_series
Pack: datos-ar · Endpoint: https://gateway.pipeworx.io/datos-ar/mcp
Search Argentina’s national time-series catalog (apis.datos.gob.ar) for series matching a keyword.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
q | string | yes | Search keyword in Spanish, e.g. “inflacion”, “pbi”, “tipo de cambio”. |
limit | number | no | Max results to return (default 10). |
offset | number | no | Result offset for pagination (default 0). |
dataset_theme | string | no | Optional theme id filter, e.g. “actividad”, “precios”. |
units | string | no | Optional units filter, e.g. “Porcentaje”. |
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":"search_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.