Skip to main content
ClaudeWave
creatorhub121 avatar
creatorhub121

au-business-identity

Ver en GitHub

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

SubagentsRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 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.
Casos de uso

Resumen de Subagents

# 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

Lo que la gente pregunta sobre au-business-identity

¿Qué es creatorhub121/au-business-identity?

+

creatorhub121/au-business-identity es subagents para el ecosistema de Claude AI. Australian ABN and ACN validation tools for AI agents and applications via MCP. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-19.

¿Cómo se instala au-business-identity?

+

Puedes instalar au-business-identity clonando el repositorio (https://github.com/creatorhub121/au-business-identity) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar creatorhub121/au-business-identity?

+

Nuestro agente de seguridad ha analizado creatorhub121/au-business-identity y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene creatorhub121/au-business-identity?

+

creatorhub121/au-business-identity es mantenido por creatorhub121. La última actividad registrada en GitHub es del 2026-09-19, con 0 issues abiertos.

¿Hay alternativas a au-business-identity?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega au-business-identity en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más Subagents

Alternativas a au-business-identity