Australian ABN and ACN validation tools for AI agents and applications via MCP.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/creatorhub121/au-business-identity && cp au-business-identity/*.md ~/.claude/agents/Subagents overview
# AU Business Identity
Deterministic Australian business identifier validation for AI agents and applications.
Part of **AU Agent Utilities**.
## What it does
AU Business Identity currently validates Australian:
- ABNs — Australian Business Numbers
- ACNs — Australian Company Numbers
Validation is performed locally using the official checksum rules.
It does **not yet confirm whether an ABN or ACN is registered, active or associated with a particular entity**.
Registry verification and Australian business lookup tools are planned next.
## MCP tools
### `validate_abn`
Validates the format and checksum of an Australian Business Number.
Example:
```text
51 824 753 556
```
Returns structured information including:
- Normalised ABN
- Formatted ABN
- Format validity
- Checksum validity
- Overall validation result
### `validate_acn`
Validates the format and checksum of an Australian Company Number
Example:
```text
004 085 616
```
Returns structured information including:
- Normalised ACN
- Formatted ACN
- Format validity
- Checksum validity
- Overall validation result
## Example agent requests
```text
Is 51 824 753 556 a valid ABN?
```
```text
Validate ACN 004 085 616
```
```text
Check whether this Australian business identifier passes its checksum
```
## HTTP endpoints
ABN:
```text
/validate-abn?abn=51824753556
```
ACN:
```text
/validate-acn?acn=004085616
```
## MCP Endpoint
Public remote MCP endpoint:
```text
https://au-business-identity.auagentutilities.workers.dev/mcp
```
No API key is required for the current validation tools.
## Quick MCP examples
Validate an ABN:
```json
{
"name": "validate_abn",
"arguments": {
"abn": "51 824 753 556"
}
}
```
Validate an ACN:
```json
{
"name": "validate_acn",
"arguments": {
"acn": "004 085 616"
}
}
```
## Planned tools
Future versions are intended to add:
- Australian business lookup
- ABN registry status
- GST registration status
- business-name search
- ABN / business-name matching
- Australian entity verification
## Privacy
Anonymous MCP usage logging records protocol events and tool names only.
Tool arguments such as ABNs or ACNs are not intentionally logged by the application.
## Development
Install dependencies:
```text
</> Bash
npm install
```
Run tests:
```text
</> Bash
npm vitest run
```
Run locally:
```text
</> Bash
npm run dev
```
## Licence
MIT
What people ask about au-business-identity
What is creatorhub121/au-business-identity?
+
creatorhub121/au-business-identity is subagents for the Claude AI ecosystem. Australian ABN and ACN validation tools for AI agents and applications via MCP. It has 0 GitHub stars and its last recorded update is dated 2026-09-19.
How do I install au-business-identity?
+
You can install au-business-identity by cloning the repository (https://github.com/creatorhub121/au-business-identity) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is creatorhub121/au-business-identity safe to use?
+
Our security agent has analyzed creatorhub121/au-business-identity and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains creatorhub121/au-business-identity?
+
creatorhub121/au-business-identity is maintained by creatorhub121. The last recorded GitHub activity is dated 2026-09-19, with 0 open issues.
Are there alternatives to au-business-identity?
+
Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.
Deploy au-business-identity to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/creatorhub121-au-business-identity)<a href="https://claudewave.com/repo/creatorhub121-au-business-identity"><img src="https://claudewave.com/api/badge/creatorhub121-au-business-identity" alt="Featured on ClaudeWave: creatorhub121/au-business-identity" width="320" height="64" /></a>More Subagents
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
The agent that grows with you
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
The agent engineering platform.
Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.