io.ausdata/aihw-mcp
PYPI · AIHW-MCP · SCANNED SEP 20
Query the AIHW in plain English — mortality, cancer, health spend, hospital wait times.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security99
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 3 of 35 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 34 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability65
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1759 tokens (~293/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
- No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.ausdata/aihw-mcp server?
io.ausdata/aihw-mcp runs locally as a PyPI package, launched with uvx aihw-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · aihw-mcp
claude mcp add io-ausdata-aihw-mcp -- uvx aihw-mcp
{
"mcpServers": {
"io-ausdata-aihw-mcp": {
"command": "uvx",
"args": [
"aihw-mcp"
]
}
}
} {
"servers": {
"io-ausdata-aihw-mcp": {
"command": "uvx",
"args": [
"aihw-mcp"
]
}
}
} codex mcp add io-ausdata-aihw-mcp -- uvx aihw-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"io-ausdata-aihw-mcp": {
"type": "local",
"command": [
"uvx",
"aihw-mcp"
],
"enabled": true
}
}
} openclaw mcp add io-ausdata-aihw-mcp --command uvx --arg aihw-mcp
mcp_servers:
io-ausdata-aihw-mcp:
command: "uvx"
args: ["aihw-mcp"] {
"McpServers": {
"io-ausdata-aihw-mcp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"aihw-mcp"
]
}
}
} assistant mcp add io-ausdata-aihw-mcp -t stdio -c uvx -a aihw-mcp
{
"mcpServers": {
"io-ausdata-aihw-mcp": {
"command": "uvx",
"args": [
"aihw-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 0
- Stability: 0.97 → pass security
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 −2
- Stability: pass → 0.83 functional
- 14 Sept 26 0
- Stability: 0.97 → pass security
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 −1
- Stability: pass → 0.90 functional
- 10 Sept 26 0
- Stability: 0.97 → pass security
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/aihw-mcp@0.4.24
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 35 packages
| Packages resolved | 35 |
|---|---|
| Stale | 3 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
describe_dataset ~172
Describe a dataset's filterable dimensions, returnable measures, units, and source. Use this before calling get_data on a new dataset — it tells you the valid filter keys ('sex', 'year', 'state'), the valid filter values ('Females', 'Males', 'Persons'), the measure aliases ('deaths', 'crude_rate_per_100000'), and the canonical source URL. Returns: DatasetDetail with id, name, description, period_coverage, list of dimensions, list of measures (each with key, source_column, unit, description), and source_url + download_url.
| Name | Type | Req | Description |
|---|---|---|---|
| dataset_id | string | yes | Curated dataset ID. Use the search endpoint or search tool to discover, or the list-curated endpoint/tool to enumerate. Case-insensitive. |
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | – |
| dimensions | array | – | – |
| download_url | – | – | – |
| id | string | yes | – |
| is_curated | boolean | yes | – |
| measures | array | – | – |
| name | string | yes | – |
| period_coverage | – | – | – |
| source_url | string | yes | – |
| update_frequency | – | – | – |
No examples provided.
get_data ~428
Query a curated AIHW dataset and return observations. Examples: # Deaths from diabetes, all years and sexes resp = await get_data( "GRIM_DEATHS", filters={"cause_of_death": "Diabetes"}, measures="deaths", ) # Breast cancer incidence in females over time resp = await get_data( "CANCER_INCIDENCE_MORTALITY", filters={"cancer_type": "Breast cancer", "sex": "Female", "type": "Incidence"}, ) # Public hospitals in NSW with peer group "Principal referral" resp = await get_data( "PUBLIC_HOSPITALS", filters={"state": "NSW", "peer_group_name": "Principal referral"}, ) Returns: DataResponse with records (or csv), unit, period bounds, row_count, source URL, and CC-BY attribution.
| Name | Type | Req | Description |
|---|---|---|---|
| dataset_id | string | yes | Curated dataset ID. Use the search or list-curated endpoint/tool to discover. |
| end_period | – | – | Inclusive end period. Same format as start_period. |
| filters | – | – | Dimension filters. Keys are plain-English aliases from the dataset's describe_dataset response. Values are matched against the source data; pass a list to OR across values. Examples: {'sex': 'female'… |
| format | string | – | Response shape. 'records' (default): flat list of observations. 'series': grouped by measure. 'csv': pandas CSV string in `csv` field. |
| measures | – | – | Which measure(s) to return. Plain-English keys from describe_dataset. Omit to return all measures. |
| start_period | – | – | Inclusive start period for transposed time-series datasets. Ignored for wide single-year tables. Format: 'YYYY' or 'YYYY-MM' or AIHW FY 'YYYY-YY'. Bare int years like 2010 are coerced to '2010' autom… |
| Name | Type | Req | Description |
|---|---|---|---|
| aihw_url | string | yes | Click-through URL for this dataset's source page. aihw-mcp legacy name — prefer source_url (canonical) for new code. Both fields are populated identically. |
| attribution | string | – | – |
| csv | – | – | – |
| dataset_id | string | yes | – |
| dataset_name | string | yes | – |
| period | object | – | – |
| query | object | – | – |
| records | array | – | – |
| retrieved_at | string | yes | – |
| row_count | integer | – | – |
| server_version | string | – | – |
| source | string | – | – |
| source_url | string | yes | Canonical click-through URL. Same value as aihw_url; both populated for backward compat. |
| stale | boolean | – | – |
| stale_reason | – | – | – |
| truncated_at | – | – | – |
| unit | – | – | – |
No examples provided.
latest ~457
Return the most recent observation(s) per measure for a dataset. For transposed time-series tables this trims to the most-recent period. For wide datasets with a real period, "latest" means the most recent period(s) — keeping ALL entities/dimensions at that period, not an arbitrary N rows. For wide single-year tables with no period variation (most AIHW datasets) it returns the same shape as get_data, capped at `limit` rows so a large register (e.g. PUBLIC_HOSPITALS) doesn't blow the response budget. Truncated responses set DataResponse.truncated_at to the original row count. When the curated YAML declares a `headline_slice`, those filter values are applied automatically so the no-filter call returns ONE canonical headline row (e.g. HEALTH_EXPENDITURE → national total, all areas, all sources). User-supplied filters override the headline_slice per-key — `latest("HEALTH_EXPENDITURE", filters={"state": "NSW"})` keeps the area/source defaults and returns the NSW latest-year total. Examples: # Latest year of GRIM data for All causes combined resp = await latest("GRIM_DEATHS", filters={"cause_of_death": "All causes combined"}) # All ~700 public hospitals (default cap of 50 would otherwise apply) resp = await latest("PUBLIC_HOSPITALS", limit=1000)
| Name | Type | Req | Description |
|---|---|---|---|
| dataset_id | string | yes | Curated dataset ID. |
| filters | – | – | Same filter shape as get_data. Useful for narrowing to one entity. |
| limit | integer | – | Maximum rows to return. Register-shaped datasets (PUBLIC_HOSPITALS ~700 hospitals) and dimensional datasets (GRIM_DEATHS across causes/sex/age) would otherwise blow an agent's context window. Pass fi… |
| measures | – | – | Same as get_data. |
| Name | Type | Req | Description |
|---|---|---|---|
| aihw_url | string | yes | Click-through URL for this dataset's source page. aihw-mcp legacy name — prefer source_url (canonical) for new code. Both fields are populated identically. |
| attribution | string | – | – |
| csv | – | – | – |
| dataset_id | string | yes | – |
| dataset_name | string | yes | – |
| period | object | – | – |
| query | object | – | – |
| records | array | – | – |
| retrieved_at | string | yes | – |
| row_count | integer | – | – |
| server_version | string | – | – |
| source | string | – | – |
| source_url | string | yes | Canonical click-through URL. Same value as aihw_url; both populated for backward compat. |
| stale | boolean | – | – |
| stale_reason | – | – | – |
| truncated_at | – | – | – |
| unit | – | – | – |
No examples provided.
list_curated ~66
List every curated dataset ID in this version of aihw-mcp. These are the datasets where get_data accepts plain-English filter keys and returns aliased, well-typed measure columns. Each ID is documented via describe_dataset. Returns: Sorted list of dataset IDs.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
search_datasets ~209
Fuzzy-search the curated AIHW dataset catalog. All datasets ship hand-curated in v0.1: long-term mortality (GRIM), regional mortality (MORT), cancer incidence and mortality, health expenditure, youth justice detention, and the public hospitals register. Examples: # Find a dataset that gives deaths by cause results = await search_datasets("mortality cause of death") # → [{id: 'GRIM_DEATHS', name: 'GRIM — long-term mortality', ...}] # Discover what's available on cancer results = await search_datasets("cancer") Returns: List of DatasetSummary (id, name, description, update_frequency, is_curated), ranked by relevance.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum number of results to return, ranked by relevance. |
| query | string | yes | Free-text search query. Matches against dataset IDs, names, descriptions, and curated search keywords. Case-insensitive. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
top_n ~427
Return the N rows with the largest (or smallest) value of a measure. This is the most common agent workflow: "show me the top 10 X by Y". Without this tool, an agent would call get_data, receive the full table, and then sort/slice locally — wasting tokens and turns. top_n does the rank server-side and returns only the requested rows. Examples: # Top 10 causes of death in 2023 (Persons) top_n("GRIM_DEATHS", "deaths", n=10, filters={"sex": "Persons", "year": "2023"}) # 20 SA3 regions with the highest age-standardised mortality top_n("MORT_GEOGRAPHY", "age_standardised_rate_per_100000", filters={"category": "Statistical Area Level 3 (SA3)", "sex": "Persons", "year": "2023"}, n=20) # 5 lowest-funded health expenditure areas in NSW top_n("HEALTH_EXPENDITURE", "real_expenditure_millions", filters={"state": "NSW", "financial_year": "2022-23"}, n=5, direction="bottom") Returns: DataResponse with at most `n` records, sorted by `measure` value in the requested direction. Other fields (period, unit, attribution) match a regular get_data call.
| Name | Type | Req | Description |
|---|---|---|---|
| dataset_id | string | yes | Curated dataset ID. Use the search or list-curated endpoint/tool to discover. |
| direction | string | – | 'top' returns the N rows with the LARGEST measure values (highest deaths, biggest expenditure, etc.). 'bottom' returns the SMALLEST. |
| filters | – | – | Optional dimension filters, same shape as get_data. |
| measure | string | yes | Plain-English measure key to rank by. Use the describe endpoint or describe tool to see available measures. |
| n | integer | – | How many top (or bottom) rows to return. |
| Name | Type | Req | Description |
|---|---|---|---|
| aihw_url | string | yes | Click-through URL for this dataset's source page. aihw-mcp legacy name — prefer source_url (canonical) for new code. Both fields are populated identically. |
| attribution | string | – | – |
| csv | – | – | – |
| dataset_id | string | yes | – |
| dataset_name | string | yes | – |
| period | object | – | – |
| query | object | – | – |
| records | array | – | – |
| retrieved_at | string | yes | – |
| row_count | integer | – | – |
| server_version | string | – | – |
| source | string | – | – |
| source_url | string | yes | Canonical click-through URL. Same value as aihw_url; both populated for backward compat. |
| stale | boolean | – | – |
| stale_reason | – | – | – |
| truncated_at | – | – | – |
| unit | – | – | – |
No examples provided.
What is the io.ausdata/aihw-mcp server?
io.ausdata/aihw-mcp is listed in the public MCP registry as io.ausdata/aihw-mcp. Query the AIHW in plain English, mortality, cancer, health spend, hospital wait times. This page covers its PyPI package (aihw-mcp).
Is the io.ausdata/aihw-mcp server safe to use?
io.ausdata/aihw-mcp scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.ausdata/aihw-mcp server expose?
io.ausdata/aihw-mcp exposes 6 tools: search_datasets, describe_dataset, get_data, latest, top_n, list_curated. Their descriptions and schemas cost roughly 1,759 tokens of context every time the server is loaded.
Is the io.ausdata/aihw-mcp server still maintained?
io.ausdata/aihw-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.ausdata/aihw-mcp server under?
io.ausdata/aihw-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.