Australian Business Verification MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Australian Business Verification MCPSearch for business named 'Acme Consulting'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Node.js (v18+)
An official ABR GUID (API Key). You can apply for one via the Australian Business Register website.
Setup & Installation
Install dependencies:
npm installConfigure Environment Variables: Create a
.envfile in the root directory and add your ABR GUID:
ABR_GUID=your_guid_hereBuild the project:
npm run buildUsing with Claude Desktop: Add the server to your Claude Desktop configuration file.
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonMac:
~/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.This server cannot be installed
Maintenance
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