subjects
Pack: asub-ax · Endpoint: https://gateway.pipeworx.io/asub-ax/mcp
Navigate the subject tree. Empty path returns the database list (drill into “Statistik”); items have type “l” (folder) or “t” (table, id ends in “.px”).
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.