CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
bigred97 avatar

Ausdata Mcp

bigred97/ausdata-mcp-client
authSTDIOregistry active
Summary

Unifies nine Australian government data sources (ABS, RBA, ATO, APRA, AIHW, ASIC, AEMO, BOM, WGEA) behind a single API key and 28 MCP tools. You get plain-English search across 100+ curated datasets, generic fetch by dataset ID, and convenience methods for common queries like real wages, youth unemployment, housing affordability, and live energy dispatch. Useful when you're building agents that need to answer questions about Australian economic indicators, statistical releases, or sector-specific data without managing separate credentials for each department. Free tier gives you 500 calls per month. Pairs with nine standalone source-specific MCPs if you only need one agency.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

ausdata-mcp

mcp-name: io.ausdata/ausdata-mcp

MCP server for the Australian public data API. Plug into Claude Code, Cursor, Windsurf, or any other MCP client and get one-call access to 100+ curated Australian government datasets across 9 sources.

Install

Add to your MCP client config:

{
  "mcpServers": {
    "ausdata": {
      "command": "npx",
      "args": ["-y", "ausdata-mcp"],
      "env": {
        "AUSDATA_API_KEY": "ak_xxx"
      }
    }
  }
}

Get a free API key at https://ausdata.io (500 calls/month on the free tier, no credit card).

Tools exposed

ToolWhat it does
search_datasetsPlain-English search across the catalog. "unemployment NSW" → dataset IDs to call.
list_datasetsList curated datasets for a given source (abs, rba, ato, …).
describe_datasetSchema + filter dictionary for one dataset before you get_data it.
get_dataGeneric accessor by source + dataset_id. Search first, fetch second.
releasesUpcoming + recent statistical release calendar across all sources.
real_wagesWage Price Index minus CPI, quarterly. The Greg Jericho chart in one call.
real_cash_rateRBA cash rate minus CPI — the real policy stance.
economic_dashboardCash rate, CPI, unemployment, wage growth, lending — in one response.
cost_of_livingABS Selected Living Cost Indexes by household type.
youth_unemployment15-24 unemployment rate, state-level.
trade_balanceGoods + services trade balance, monthly.
housing_affordabilityHouse prices vs household disposable income, indexed.
gender_pay_contextWGEA gender pay gap by industry / employer-size context.
energy_snapshotAEMO NEM dispatch + price snapshot, current trading interval.
healthAPI reachability check. Useful for debugging.

Example agent prompts

Once the MCP is connected, try asking your agent:

  • "What's the latest RBA cash rate and how does it compare to a year ago?"
  • "Show me the real wages trend since 2019."
  • "Search for AU housing approval data and pull the last 2 years for NSW."

Configuration

Env varPurposeDefault
AUSDATA_API_KEYBearer tokenrequired
AUSDATA_API_URLOverride the API base URLhttps://api.ausdata.io
AUSDATA_TIMEOUTPer-request timeout (ms)30000

Errors

Every tool returns MCP-formatted errors that AI agents can read and recover from:

  • Missing key → Set AUSDATA_API_KEY in your MCP config. Get a free key at https://ausdata.io
  • 401 → reauth hint
  • 403 → upgrade hint
  • 429 → retry-after seconds
  • 5xx → "try again, status page is at..."

The ausdata.io ecosystem

Part of a family of MCP servers + a hosted API for Australian public data:

  • Sister MCPs (free, MIT): abs · rba · ato · apra · aihw · asic · aemo · au-weather · wgea
  • Hosted API + cross-source endpoints: ausdata.io
  • Python SDK: pip install ausdataio · Node MCP: npx -y ausdata-mcp

License

MIT — see LICENSE.

This client is independent of the upstream data; each response carries attribution metadata for the underlying ABS / RBA / APRA / AIHW / etc. source under their respective CC-BY licenses.

Development

npm install
npm run build
npm test
npm run lint

Source lives in src/. Tool definitions are in src/tools/. The HTTP routing layer is src/client.ts — it does NOT parse responses, that's the API server's job.


Built by Harrison Vass (LinkedIn). I verify automated systems: agents draft the code, I direct, review and answer for what ships.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

AUSDATA_API_KEY*secret

ausdata.io API key (free tier at https://ausdata.io)

Categories
Data & Analytics
Registryactive
Packageausdata-mcp
TransportSTDIO
AuthRequired
UpdatedMay 20, 2026
View on GitHub

More from bigred97

  • Rba Mcp
  • Wgea Mcp
  • Abs Mcp
  • Aemo Mcp
  • Aihw Mcp
  • Apra Mcp
  • Asic Mcp
  • Ato Mcp
  • Au Weather Mcp

Related Data & Analytics MCP Servers

View all →
asthanaji05 avatar
Pokeapi Mcp Server

io.github.asthanaji05/pokeapi-mcp-server

Empower your AI with Pokédex powers! Fetch and explore Pokémon data seamlessly via PokeAPI.
1
basalt-run avatar
Basalt

io.github.basalt-run/basalt

Design tokens, components, icons, and a11y data via MCP. For Cursor, Claude, and Windsurf.
1
cartoonitunes avatar
Inlay

io.github.cartoonitunes/inlay

Make any website discoverable by AI agents via MCP, llms.txt, and structured data.
1
caseshy avatar
Aicoreutils

io.github.caseshy/aicoreutils

JSON-first Coreutils CLI for AI agents. 114 commands with sandbox, dry-run, and MCP support.
1
cesteral avatar
Campaign Manager 360 MCP Server

io.github.cesteral/cm360-mcp

Campaign Manager 360 management — CRUD, Floodlight tracking, async reporting, and targeting
1
cesteral avatar
Bid Manager MCP Server

io.github.cesteral/dbm-mcp

Bid Manager reporting and query workflows for DV360 campaign performance analysis
1