Connects Claude to Argentina's official time series API at apis.datos.gob.ar, giving you access to national economic and statistical data published by the Argentine government. Part of the Pipeworx gateway ecosystem, which routes requests through a unified endpoint and includes an ask_pipeworx tool that translates natural language questions into proper API calls. You can use it standalone or as part of the full Pipeworx gateway that bundles 673+ data sources. Useful when you need Argentine inflation rates, GDP figures, employment stats, or other official time series data without writing custom API integration code. Runs over streamable HTTP transport.
Argentina "Series de Tiempo" MCP — national time-series API (apis.datos.gob.ar).
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"datos-ar": {
"url": "https://gateway.pipeworx.io/datos-ar/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Datos Ar data" })
The gateway picks the right tool and fills the arguments automatically.
MIT