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/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.
[](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
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.