Skip to main content
Glama
arbazex

Australian Business Verification MCP

by arbazex

Australian Business Verification MCP Server

A Model Context Protocol (MCP) server that provides AI agents (like Claude) with tools to look up and verify Australian businesses using the official Australian Business Register (ABR) JSON API.

Features

This server exposes three core tools to the LLM:

  • lookup_abn: Retrieve business details (entity name, GST status, entity type) using an 11-digit Australian Business Number (ABN).

  • lookup_acn: Retrieve company details using a 9-digit Australian Company Number (ACN).

  • search_by_name: Search the register for active or historical entities by their business or legal name.

Related MCP server: HopGraph MCP

Prerequisites

Setup & Installation

  1. Install dependencies:

npm install
  1. Configure Environment Variables: Create a .env file in the root directory and add your ABR GUID:

ABR_GUID=your_guid_here
  1. Build the project:

npm run build
  1. Using with Claude Desktop: Add the server to your Claude Desktop configuration file.

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

  • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "australian-business-verification-mcp": {
      "command": "node",
      "args": [
        "YOUR_ABSOLUTE_PATH_TO/australian-business-verification-mcp/build/index.js"
      ],
      "env": {
        "ABR_GUID": "your_guid_here"
      }
    }
  }
}
d```
> Note: Make sure to replace `YOUR_ABSOLUTE_PATH_TO` with your actual path, and provide your real ABR_GUID.
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arbazex/australian-business-verification-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server