Back to Browse

Au Business Identity MCP Server

Developer ToolsLow Risk9.5MCP RegistryRemote
Free

Server data from the Official MCP Registry

Validate Australian ABNs and ACNs by format and checksum over a public remote MCP endpoint.

About

Validate Australian ABNs and ACNs by format and checksum over a public remote MCP endpoint.

Remote endpoints: streamable-http: https://au-business-identity.auagentutilities.workers.dev/mcp

Security Report

9.5
Low Risk9.5Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 known CVE in dependencies Imported from the Official MCP Registry.

2 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-creatorhub121-au-business-identity": {
      "url": "https://au-business-identity.auagentutilities.workers.dev/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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:

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:

004 085 616

Returns structured information including:

  • Normalised ACN
  • Formatted ACN
  • Format validity
  • Checksum validity
  • Overall validation result

Example agent requests

Is 51 824 753 556 a valid ABN?
Validate ACN 004 085 616
Check whether this Australian business identifier passes its checksum

HTTP endpoints

ABN:

/validate-abn?abn=51824753556

ACN:

/validate-acn?acn=004085616

MCP Endpoint

Public remote MCP endpoint:

https://au-business-identity.auagentutilities.workers.dev/mcp

No API key is required for the current validation tools.

Quick MCP examples

Validate an ABN:

{
  "name": "validate_abn",
  "arguments": {
    "abn": "51 824 753 556"
  }
}

Validate an ACN:

{
  "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:

</> Bash 
npm install

Run tests:

</> Bash 
npm vitest run

Run locally:

</> Bash
npm run dev

Licence

MIT

Reviews

No reviews yet

Be the first to review this server!