io.ausdata/ato-mcp
PYPI · ATO-MCP · SCANNED SEP 20
Query the ATO in plain English — tax by postcode, corporate tax, GST, super, charities.
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 Usability63
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2191 tokens (~313/item across 7 items; 7 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 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 7 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/ato-mcp server?
io.ausdata/ato-mcp runs locally as a PyPI package, launched with uvx ato-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 · ato-mcp
claude mcp add io-ausdata-ato-mcp -- uvx ato-mcp
{
"mcpServers": {
"io-ausdata-ato-mcp": {
"command": "uvx",
"args": [
"ato-mcp"
]
}
}
} {
"servers": {
"io-ausdata-ato-mcp": {
"command": "uvx",
"args": [
"ato-mcp"
]
}
}
} codex mcp add io-ausdata-ato-mcp -- uvx ato-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"io-ausdata-ato-mcp": {
"type": "local",
"command": [
"uvx",
"ato-mcp"
],
"enabled": true
}
}
} openclaw mcp add io-ausdata-ato-mcp --command uvx --arg ato-mcp
mcp_servers:
io-ausdata-ato-mcp:
command: "uvx"
args: ["ato-mcp"] {
"McpServers": {
"io-ausdata-ato-mcp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"ato-mcp"
]
}
}
} assistant mcp add io-ausdata-ato-mcp -t stdio -c uvx -a ato-mcp
{
"mcpServers": {
"io-ausdata-ato-mcp": {
"command": "uvx",
"args": [
"ato-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 +1
- Stability: 0.97 → pass security
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 −3
- Stability: pass → 0.83 functional
- 14 Sept 26 +1
- Stability: 0.97 → pass security
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 −2
- Stability: pass → 0.90 functional
- 10 Sept 26 +1
- 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/ato-mcp@0.8.31
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 ~156
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 ('state', 'postcode', 'industry'), the valid filter values ('nsw', 'vic'), the measure aliases ('median_taxable_income'), 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 search_datasets() to discover or list_curated() 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 ~631
Query a curated ATO/ACNC dataset and return observations. Examples: # Median taxable income in postcode 2000 (Sydney CBD), 2022-23 resp = await get_data( "IND_POSTCODE_MEDIAN", filters={"state": "nsw", "postcode": "2000"}, measures="median_taxable_income_2022_23", ) # All registered charities in NSW with size = "large" resp = await get_data( "ACNC_REGISTER", filters={"state": "NSW", "charity_size": "Large"}, measures=["total_gross_income", "total_employees"], ) # 500 ACNC charity financial records (huge dataset — cap to fit context) resp = await get_data( "ACNC_AIS_FINANCIALS", filters={"state": "NSW"}, limit=500, ) # 2023-24 corporate tax payable for entities with total income > $1B resp = await get_data("CORP_TRANSPARENCY", filters={"income_year": "2023-24"}) Returns: DataResponse with records (or csv), unit, period bounds, row_count, source URL, and CC-BY attribution. `truncated_at` is set when the underlying slice was larger than `limit`.
| Name | Type | Req | Description |
|---|---|---|---|
| dataset_id | string | yes | Curated dataset ID. Use search_datasets() / list_curated(). |
| 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: {'state': 'nsw'}… |
| format | string | – | Response shape. 'records' (default): flat list of observations. 'series': grouped by measure. 'csv': pandas CSV string in `csv` field. |
| limit | – | – | Optional cap on number of records returned. Useful for register-shaped datasets where a slice can still be very large (ACNC_AIS_FINANCIALS = ~50k charities × 16 measures = 800k+ records; ACNC_REGISTE… |
| 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 (GST_MONTHLY etc). Ignored for wide single-year tables. Format: 'YYYY' or 'YYYY-MM' or ATO FY 'YYYY-YY'. Bare int years like 2020 are coerce… |
| Name | Type | Req | Description |
|---|---|---|---|
| ato_url | string | yes | Click-through URL for this dataset's source page. ato-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 ato_url; both populated for backward compat. |
| stale | boolean | – | – |
| stale_reason | – | – | – |
| truncated_at | – | – | – |
| unit | – | – | – |
No examples provided.
latest ~302
Return the most recent observation(s) per measure for a dataset. For transposed time-series tables (GST_MONTHLY etc.) this trims to the most-recent period. For wide register-shaped tables (ACNC_REGISTER, IND_POSTCODE etc.) it returns the same shape as get_data, capped at `limit` rows. Truncated responses set DataResponse.truncated_at. Examples: # Latest monthly net GST nationally resp = await latest("GST_MONTHLY", measures="net_gst") # 50 charities (default cap) — narrow with filters to get specific ones resp = await latest("ACNC_REGISTER", filters={"state": "nsw", "charity_size": "Large"})
| 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 (ACNC_REGISTER ~65k charities, ACNC_AIS_FINANCIALS ~50k) would otherwise blow an agent's context window. Pass filters to narrow to one entity, or rais… |
| measures | – | – | Same as get_data. |
| Name | Type | Req | Description |
|---|---|---|---|
| ato_url | string | yes | Click-through URL for this dataset's source page. ato-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 ato_url; both populated for backward compat. |
| stale | boolean | – | – |
| stale_reason | – | – | – |
| truncated_at | – | – | – |
| unit | – | – | – |
No examples provided.
list_curated ~64
List every curated dataset ID in this version of ato-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 ~206
Fuzzy-search the curated ATO/ACNC dataset catalog. All datasets ship hand-curated in v0.1: personal tax by postcode, company tax by industry, corporate tax transparency, GST collections, super contributions by age, the ACNC charity register, and more. Examples: # Find the dataset that gives tax stats by postcode results = await search_datasets("postcode tax") # → [{id: 'IND_POSTCODE', name: 'Individuals by Postcode', ...}] # Discover what's available on charities results = await search_datasets("charity") 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.
stats ~449
Aggregate statistics (count, sum, mean, median, min, max, stddev) for one measure across all rows matching filters. Optionally grouped. Without `group_by`: returns one stats payload over all matching rows. With `group_by`: returns per-group stats — much more powerful for "distribution X by Y" queries that would otherwise require N filtered calls. Examples: # Single aggregate over NSW postcodes stats("IND_POSTCODE_MEDIAN", "median_taxable_income_2022_23", filters={"state": "nsw"}) # → {statistics: {count: 587, mean: 55017, median: 53484, ...}} # Stats grouped by state — one call instead of 8 stats("IND_POSTCODE_MEDIAN", "median_taxable_income_2022_23", group_by="state") # → {by: "state", groups: [ # {key: "ACT", statistics: {...}}, # {key: "NSW", statistics: {...}}, # ... # ]} # Tax payable per income year across the corporate sector stats("CORP_TRANSPARENCY", "tax_payable", group_by="income_year") Returns: Without group_by: dict with `statistics` field. With group_by: dict with `by` and `groups` fields; each group carries `key`, `statistics`, plus the same envelope metadata (dataset_id, unit, attribution, etc.).
| Name | Type | Req | Description |
|---|---|---|---|
| dataset_id | string | yes | Curated dataset ID. Use search_datasets() / list_curated(). |
| filters | – | – | Optional dimension filters — same shape as get_data. |
| group_by | – | – | Optional dimension key to partition rows by. When set, returns per-group statistics instead of a single aggregate. Caps at 200 groups to keep responses bounded — exceeding the cap returns the first 2… |
| measure | string | yes | The measure key to aggregate over. Use describe_dataset() to see available measures. |
Structured output declared, but exposes no named fields.
No examples provided.
top_n ~383
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 corporate taxpayers in 2023-24 top_n("CORP_TRANSPARENCY", "tax_payable", n=10) # 20 NSW postcodes with the highest median income (2022-23) top_n("IND_POSTCODE_MEDIAN", "median_taxable_income_2022_23", filters={"state": "nsw"}, n=20) # 5 lowest-income postcodes in QLD top_n("IND_POSTCODE_MEDIAN", "median_taxable_income_2022_23", filters={"state": "qld"}, 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 search_datasets() / list_curated(). |
| direction | string | – | 'top' returns the N rows with the LARGEST measure values (highest tax payable, biggest population, 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 describe_dataset() to see available measures. |
| n | integer | – | How many top (or bottom) rows to return. |
| Name | Type | Req | Description |
|---|---|---|---|
| ato_url | string | yes | Click-through URL for this dataset's source page. ato-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 ato_url; both populated for backward compat. |
| stale | boolean | – | – |
| stale_reason | – | – | – |
| truncated_at | – | – | – |
| unit | – | – | – |
No examples provided.
What is the io.ausdata/ato-mcp server?
io.ausdata/ato-mcp is listed in the public MCP registry as io.ausdata/ato-mcp. Query the ATO in plain English, tax by postcode, corporate tax, GST, super, charities. This page covers its PyPI package (ato-mcp).
Is the io.ausdata/ato-mcp server safe to use?
io.ausdata/ato-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/ato-mcp server expose?
io.ausdata/ato-mcp exposes 7 tools: search_datasets, describe_dataset, get_data, latest, top_n, and 2 more. Their descriptions and schemas cost roughly 2,191 tokens of context every time the server is loaded.
Is the io.ausdata/ato-mcp server still maintained?
io.ausdata/ato-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/ato-mcp server under?
io.ausdata/ato-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.