package_show

Pack: datos-cl · Endpoint: https://gateway.pipeworx.io/datos-cl/mcp

Chilean open data catalogue (datos.gob.cl CKAN) — full metadata for a dataset by ID/slug: title, description, resources (download URLs + formats), organization, tags, and license.

Parameters

NameTypeRequiredDescription
idstringyes

Example call

Arguments

{
  "id": "census-data-2020"
}

curl

curl -X POST https://gateway.pipeworx.io/datos-cl/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"package_show","arguments":{"id":"census-data-2020"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('package_show', {
  "id": "census-data-2020"
});

Response shape

Full JSON Schema
{
  "type": "object",
  "description": "Single dataset metadata from CKAN API"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "datos-cl": {
      "url": "https://gateway.pipeworx.io/datos-cl/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 8, 2026