subjects

Pack: hagstova-fo · Endpoint: https://gateway.pipeworx.io/hagstova-fo/mcp

Browse the Statistics Faroe Islands (Hagstova Føroya) PxWeb subject tree. Empty path returns the database list; drill into ‘H2’ for folders (type ‘l’) and tables (type ‘t’, id ends ‘.px’). Use the returned path to call table_meta or query_table.

Parameters

NameTypeRequiredDescription
pathstringnoSub-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.

Regenerated from source · build July 17, 2026