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: AU-BizIntel MCP Server

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.
Install Server
F
license - not found
A
quality
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.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Verify Australian and New Zealand businesses against government registers via any MCP-compatible AI agent. Returns registration status, directors, licences, trading names, and a three-tier risk assessment (CLEAR / ADVISORY / FLAGS_FOUND) that surfaces regulatory findings across jurisdictions — including bans, disqualifications, and insolvencies that may not appear in any single register.
    Last updated
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Gives any MCP-compatible AI agent instant access to the Australian Business Register (ABR) — plus AI-powered business intelligence. Search 8M+ registered Australian entities by name or ABN, get full profiles, check GST status, and get an AI-generated opportunity assessment for any business.
    Last updated
    44
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    An MCP server that gives AI agents access to US business entity data, enabling searches across 9 state registries, SEC EDGAR filings, federal contracts, and lobbying disclosures.
    Last updated
    6
    1

View all related MCP servers

Related MCP Connectors

  • Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.

  • Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

View all MCP Connectors

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