navigate
Pack: ukhsa · Endpoint: https://gateway.pipeworx.io/ukhsa/mcp
Walk the UKHSA surveillance hierarchy one level at a time to discover valid values.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
theme | string | no | e.g. “infectious_disease”. |
sub_theme | string | no | e.g. “respiratory”. Requires theme. |
topic | string | no | e.g. “COVID-19”, “Influenza”. Requires theme + sub_theme. |
geography_type | string | no | e.g. “Nation”, “NHS Region”. Requires the levels above. May contain spaces. |
geography | string | no | e.g. “England”. Requires the levels above. |
Example call
curl -X POST https://gateway.pipeworx.io/ukhsa/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"navigate","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ukhsa": {
"url": "https://gateway.pipeworx.io/ukhsa/mcp"
}
}
}
See Getting Started for client-specific install steps.