
Abs Mcp
io.ausdata/abs-mcp is a MCP server that lets agents query Australian Bureau of Statistics indicators like CPI, labour force, and GDP in plain English.
About
io.ausdata/abs-mcp is a stdio Model Context Protocol server that wraps Australian Bureau of Statistics data so Claude Code, Cursor, and similar agents can answer quantitative questions in plain English. Developers targeting Australia—proptech using building approvals, HR tools referencing labour force, inflation-linked pricing models using CPI, or migration-informed audience estimates—can pull authoritative stats without manually browsing abs.gov.au tables. The published manifest lists version 0.13.3 on PyPI as abs-mcp and points to ausdata.io and the Bigred97/abs-mcp repository. Complexity is beginner-friendly for MCP setup once Python is available, though interpreting statistical releases still benefits from basic literacy. It is a regional data connector, not a global macro API. Pair it with your own charts or validation steps before hard-coding business assumptions into production models.
- Plain-English queries against Australian Bureau of Statistics datasets
- Coverage themes include CPI, labour force, building approvals, migration, GDP
- PyPI package abs-mcp with stdio MCP transport (v0.13.3)
- Maintained under the ausdata.io ecosystem with GitHub source
- Suited to agent-driven briefs for AU market and policy research
Abs Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add abs-mcp -- uvx abs-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | abs-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
What it does
Ask agents for Australian Bureau of Statistics data—CPI, labour force, GDP—in plain English while scoping AU-facing products.
Who is it for?
Best when you're shipping AU-local SaaS, content, or policy-adjacent tools and want agent-friendly ABS access without a custom ETL.
Skip if: Products that need real-time global markets, non-Australian official statistics, or guaranteed SLA production analytics pipelines.
What you get
Agents call abs-mcp over stdio and return ABS-grounded answers you can cite in memos, pitch decks, and scope documents.
- Agent-retrieved ABS statistics for CPI, labour, migration, GDP, and related series
- Plain-English answers suitable for ideation docs and validation notes
- Repeatable MCP workflow linked to ausdata.io ABS tooling
By the numbers
- Package version 0.13.3 on PyPI identifier abs-mcp
- Documented indicators include CPI, labour force, building approvals, migration, GDP
- Repository: github.com/Bigred97/abs-mcp
Recommended MCP Servers
How it compares
Regional ABS statistics MCP, not a universal data warehouse or spreadsheet plugin skill.
FAQ
Who is io.ausdata/abs-mcp for?
It is for developers and founders building for Australia who want coding agents to fetch ABS metrics through MCP instead of manual portal searches.
When should I use io.ausdata/abs-mcp?
Use it during idea and scope research when you need CPI, employment, migration, building approvals, or GDP context for an Australian market.
How do I add io.ausdata/abs-mcp to my agent?
Install the PyPI abs-mcp package (stdio), register it in your MCP client configuration, and invoke tools with plain-English questions about ABS data.