What is the Datos Ar MCP server?
Argentina 'Series de Tiempo' MCP — national time-series API (apis.datos.gob.ar).
How to install Datos Ar
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"datos-ar": {
"url": "https://gateway.pipeworx.io/datos-ar/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"datos-ar": {
"serverUrl": "https://gateway.pipeworx.io/datos-ar/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"datos-ar": {
"type": "http",
"url": "https://gateway.pipeworx.io/datos-ar/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"datos-ar": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/datos-ar/mcp"
]
}
}
}Claude Code
claude mcp add --transport http datos-ar https://gateway.pipeworx.io/datos-ar/mcp