subjects

Pack: asub-ax · Endpoint: https://gateway.pipeworx.io/asub-ax/mcp

Browse the ÅSUB (Statistics Åland) PxWeb subject tree. Pass a sub-path like “Statistik” or “Statistik/BE” to list folders (type “l”) and tables (type “t”, id ends in “.px”); omit path to list the top-level databases (Statistik, Utredning).

Parameters

NameTypeRequiredDescription
pathstringnoSub-path under the API base (default empty = database list). e.g. “Statistik” or “Statistik/BE”.

Example call

Arguments

{
  "path": ""
}

curl

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

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('subjects', {
  "path": ""
});

More examples

{
  "path": "Statistik"
}

Connect

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

{
  "mcpServers": {
    "asub-ax": {
      "url": "https://gateway.pipeworx.io/asub-ax/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 1, 2026