organizations

Pack: datagov-au · Endpoint: https://gateway.pipeworx.io/datagov-au/mcp

List publishing organizations.

Parameters

NameTypeRequiredDescription
limitnumberno1-1000 (default 100).

Example call

curl -X POST https://gateway.pipeworx.io/datagov-au/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"organizations","arguments":{}}}'

Response shape

Full JSON Schema
{
  "type": "array",
  "description": "List of publishing organizations",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string",
        "description": "Organization UUID"
      },
      "name": {
        "type": "string",
        "description": "Organization name/slug"
      },
      "title": {
        "type": "string",
        "description": "Organization display name"
      },
      "description": {
        "type": "string",
        "description": "Organization description"
      },
      "created": {
        "type": "string",
        "description": "ISO 8601 creation timestamp"
      },
      "image_url": {
        "type": "string",
        "description": "Organization logo/image URL"
      },
      "package_count": {
        "type": "number",
        "description": "Number of packages published"
      }
    }
  }
}

Connect

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

{
  "mcpServers": {
    "datagov-au": {
      "url": "https://gateway.pipeworx.io/datagov-au/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026