Skip to main content
ClaudeWave
creatorhub121 avatar
creatorhub121

au-business-identity

View on GitHub

Australian ABN and ACN validation tools for AI agents and applications via MCP.

SubagentsOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/19/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/creatorhub121/au-business-identity && cp au-business-identity/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Use cases

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.

Featured on ClaudeWave: creatorhub121/au-business-identity
[![Featured on ClaudeWave](https://claudewave.com/api/badge/creatorhub121-au-business-identity)](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>