ato-mcp
This MCP server provides plain-English access to Australian Taxation Office (ATO) and Australian Charities and Not-for-profits Commission (ACNC) statistics and registers via 7 tools and 14 curated datasets.
Tools:
search_datasets— fuzzy-search the catalog by keyword (e.g. "postcode tax", "charity register").list_curated— enumerate all curated dataset IDs.describe_dataset— inspect filterable dimensions, valid filter values, measures, units, and source URLs before querying.get_data— query datasets with filters, measure selection, period ranges, and output format (records, series, CSV).latest— retrieve the most recent observations per measure.top_n— return the top or bottom N rows by a measure (e.g. top corporate taxpayers).stats— compute aggregate statistics (count, sum, mean, median, min, max, stddev), optionally grouped by a dimension.
Curated datasets include: personal tax by postcode, median income by postcode over time, company tax by industry, corporate tax transparency, superannuation contributions by age, ACNC charity register, monthly GST collections, occupation income, SMSF funds, small business benchmarks, HELP debt, tax gaps, R&D tax incentive, and ACNC financials.
Example use cases: look up median taxable income by postcode; find tax paid by a named corporation; rank industries by income; filter charities by state or size; analyze super contributions by age and income; retrieve monthly GST collections; compare salary by occupation and sex; investigate R&D tax incentive claims.
Key features: auto-updating data with a 7-day cache TTL and force refresh; cross-source location filters accept state codes, full names, ISO codes, and postcodes; hosted access at ausdata.io is available for cross-source queries, webhooks, and a REST API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ato-mcpWhat's the median taxable income in postcode 2000?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ato-mcp
mcp-name: io.ausdata/ato-mcp
MCP server for Australian Taxation Office statistics. Plain-English access to personal tax by postcode, company tax by industry, corporate tax transparency for every $100M+ entity, super contributions by age, salary by occupation, monthly GST collections, and the live ACNC charity register — all from a single uvx command.
Hosted access? For cross-source queries, webhooks, an always-on REST API, and a uniform response envelope across all 9 sources, see ausdata.io — free tier available (500 calls/mo, no card).
"What's the median taxable income in postcode 2000?"
"How much tax did BHP pay last year?"
"Which industries have the highest gross income?"
"How many Large charities are there in NSW?"
"What's the average super contribution for under-30s in the top tax bracket?"Sister to abs-mcp (Australian Bureau of Statistics), rba-mcp (Reserve Bank of Australia), and au-weather-mcp (Australian weather via Open-Meteo + BOM). The four together cover the macro / regulator / tax / climate layer of Australian official data.
Install
# Run on demand via uvx (recommended)
uvx --upgrade ato-mcp
# Or install permanently
pip install ato-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"ato": { "command": "uvx", "args": ["--upgrade", "ato-mcp"] }
}
}Why
--upgrade?uvx ato-mcp(without the flag) uses whatever wheel is cached and never adopts new PyPI releases on its own.--upgrademakes uvx check PyPI on each launch and pull a newer release if one exists. To verify which version is currently serving you, look at theserver_versionfield on anyDataResponse.
Claude Code / Cursor
claude mcp add ato --command uvx --args -- --upgrade ato-mcpRelated MCP server: Australian Prudential Regulation Authority
Auto-updating data
Beyond the wheel-level --upgrade, the server has a second auto-update path inside the data layer: when ATO publishes Taxation Statistics 2023-24 next year, ato-mcp resolves the new resource URL via data.gov.au's CKAN API at fetch time and uses the freshest match. Hard-coded YAML URLs are the safe fallback if discovery fails. You do not need to wait for a new wheel release to get new yearly data — just delete ~/.ato-mcp/cache.db to force a refresh, or wait for the 7-day TTL to expire.
What it exposes
Seven tools, all plain-English in, structured out:
Tool | Purpose |
| Fuzzy-search the curated catalog by keyword |
| List a dataset's filterable dimensions and returnable measures |
| Query with |
| Last observation per measure (shortcut) |
| Rank rows by a measure, return top (or bottom) N |
| Aggregate stats (count, sum, mean, median, min, max, stddev) over a measure — optional |
| Enumerate the curated dataset IDs |
Every response is the same shape — dataset_id, dataset_name, query, period, unit, row_count, records, ato_url, attribution, server_version — across every curated dataset.
Curated datasets (14)
ID | What it is | Period | Coverage |
| Personal tax stats by taxable status × state × SA4 × postcode (~5,200 postcodes) | 2022-23 | 80+ measures |
| Median & average taxable income by postcode, every year | 2003-04 → 2022-23 | 21 yearly measures |
| Company tax by ANZSIC broad + fine industry | 2022-23 | 216 industry cells |
| Entity-level tax disclosure for $100M+ corporations (name, ABN, income, tax) | 2023-24 | ~4,200 entities |
| Super contributions by age × sex × taxable income bracket | 2022-23 | Employer/personal/other |
| Live register of every Australian charity (ABN, size, jurisdiction, beneficiaries) | Current (weekly) | ~60,000 entities |
| Monthly GST / WET / LCT collections (gross GST, input tax credits, net GST, etc.) | 2020-07 → 2024-06 | 10 metrics × 48 months |
| Median/average income (taxable, salary/wage, total) by ANZSCO occupation × sex | 2022-23 | ~1,200 jobs × 7 measures |
| SMSF sector size — total funds, total members, total gross assets (trillion-$ sector) | 2019-20 → 2024-25 | 3 metrics × 6 years |
| Industry total-expense + COGS ratio bands by turnover bracket (~100 industries) | 2023-24 | 12 measures × 100 industries |
| HECS/HELP outstanding debt, indexation, compulsory + voluntary repayments annual | 2005-06 → 2024-25 | 8 measures × 20 years |
| ATO's tax gap estimates — how much tax is being missed each year by tax type | 2016-17 onward | 5 measures × 4 tax types × ~7 years |
| R&D Tax Incentive transparency — every entity's R&D claim (name, ABN, $) | 2022-23 | ~13,000 entities |
| Per-charity financials from the ACNC Annual Information Statement (revenue, expenses, staff) | 2023 | ~60,000 charities × 23 measures |
Adding a new dataset is a single YAML drop into src/ato_mcp/data/curated/ — see CONTRIBUTING.md.
Example queries (paste into Claude)
Cross-source compatibility. All location filters accept canonical state codes (
"NSW"), full names ("New South Wales"), case-insensitive variants ("nsw"), ISO 3166-2 ("AU-NSW"), and 4-digit postcodes ("2000"→ NSW) on thestatefilter. Powered byaus-identity— the same input shape works across abs-mcp, ato-mcp, apra-mcp, aihw-mcp, and asic-mcp.
Property-tech: "For postcodes 2000, 2008, 2026, and 2031 in NSW, give me the median taxable income across every available year so I can compare trajectories."
Corporate tax: "Get the total income, taxable income, and tax payable for BHP IRON ORE (JIMBLEBAR) PTY LTD."
Industry analysis: "Which fine industry codes under 'C. Manufacturing' have the highest total income, and how many companies are in each?"
Charity/non-profit tech: "Find every charity in NSW with size 'Large' that operates_in_VIC = Y."
Retirement planning: "What's the average personal super contribution for males aged 30-39 in the $120,001–$180,000 bracket?"
Each prompt resolves to one get_data call. The response includes the source URL so the agent can cite it back.
Architecture
Same shape as the sister packages — client → cache → parsing → shaping → server:
client.pywrapshttpxwith a SQLite-backed disk cache (per-resource TTL).parsing.pyreads XLSX (viaopenpyxl/pandas) and CSV (viapandas). Header rows + sheet names live in the curated YAML so future format quirks are a YAML edit, not a code change.curated.pyloads dataset specs fromdata/curated/*.yaml— each one declares its dimensions, measures, dimension value enums, source/download URLs, format, and parse layout.shaping.pytransforms the parsed DataFrame intoDataResponse(records / series / csv).server.pyis the FastMCP entrypoint — seven tools, full input validation with helpful "Try X" hints on error.
Cache lives under ~/.ato-mcp/cache.db. Data on data.gov.au refreshes once a year (ATO) or weekly (ACNC), and the TTLs are tuned for that.
Attribution
Data sourced from the Australian Taxation Office and the Australian Charities and Not-for-profits Commission, both via data.gov.au. Licensed under Creative Commons Attribution 3.0 Australia (CC BY 3.0 AU). The MCP server is MIT-licensed; the data carries the upstream CC-BY 3.0 AU licence, which is echoed in every response's attribution field.
Sister MCPs (Australian Public Data portfolio)
Want all 9 sources behind one REST API? The hosted gateway at ausdata.io adds cross-source joins, full history, webhooks, and HMAC-signed responses on top of these MCPs — free tier (500 calls/mo, no card).
abs-mcp — Australian Bureau of Statistics (CPI, unemployment, ERP, building approvals)
rba-mcp — Reserve Bank of Australia (cash rate, lending stats, exchange rates)
ato-mcp — this one. Tax, super, and charity registers.
apra-mcp — Australian Prudential Regulation Authority (banking, insurance, super)
aihw-mcp — Australian Institute of Health and Welfare
asic-mcp — Australian Securities and Investments Commission (company registers)
aemo-mcp — Australian Energy Market Operator (NEM dispatch, spot prices, generation)
au-weather-mcp — Open-Meteo (Bureau of Meteorology aggregator)
wgea-mcp — Workplace Gender Equality Agency
aus-identity — Postcode / state / ABN normalisation helper used by all sisters
The portfolio is designed to compose: an agent can ask for "unemployment + cash rate + median income + climate" in postcode 2000 and one shot fans out across multiple MCPs.
Roadmap (next iterations)
v0.2:
GST_MONTHLYtransposed time series; multi-yearCORP_TRANSPARENCY;ATO_OCCUPATION(salary by occupation code)v0.3: hosted version with x402 per-call paywall; programmatic SEO pages
v0.4: listing on MCPay + Apify; paid tier for high-volume agent users
CHANGELOG tracks every release.
Development
git clone https://github.com/Bigred97/ato-mcp.git
cd ato-mcp
uv venv
uv pip install -e ".[dev]"
pytest # 53 unit tests, ~7s
pytest -m live # 3 integration tests against data.gov.au, ~3sIssues, ideas, and contributions welcome: github.com/Bigred97/ato-mcp/issues.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceAsk Claude "What's the unemployment rate in NSW?" and get a real answer. Wraps the Australian Bureau of Statistics API with plain-English tools and curated mappings for 10 economic indicators (unemployment, inflation, wages, GDP, housing, population).7MIT
- AlicenseAqualityBmaintenancePlain-English access to APRA banking, superannuation, and insurance statistics — every prudentially-regulated entity in Australia.6MIT
- AlicenseAqualityBmaintenanceMCP server providing one-call access to 100+ curated Australian government datasets across 9 sources, including ABS, RBA, ATO, and more.281431MIT
- AlicenseAqualityBmaintenanceProvides real tax calculations for US, Canada, Australia, and UK income, property, and dividend taxes using up-to-date local data with no API keys required.745MIT
Related MCP Connectors
Australian tax knowledge base for agents: 34,500+ ATO documents, cited answers to any tax question.
Australian economic data from the ABS, RBA, and APRA: CPI, GDP, cash rate, labour, and more.
Free public tax MCP: GST/VAT, income, company & capital-gains tax for 50+ countries, source-cited.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Bigred97/ato-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server