subjects
Pack: hagstova-fo · Endpoint: https://gateway.pipeworx.io/hagstova-fo/mcp
Navigate the subject tree. Empty path returns the database list (drill into “H2”); 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. “H2” or “H2/IB/IB01”. |
Example call
curl -X POST https://gateway.pipeworx.io/hagstova-fo/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": {
"hagstova-fo": {
"url": "https://gateway.pipeworx.io/hagstova-fo/mcp"
}
}
}
See Getting Started for client-specific install steps.