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
| Name | Type | Required | Description |
|---|---|---|---|
path | string | no | Sub-path under the API base (default empty = database list). e.g. “Statistik” or “Statistik/BE”. |
Example call
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":{}}}'
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.