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: AU-BizIntel MCP Server
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.Maintenance
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
- Alicense-qualityDmaintenanceVerify 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 updatedMIT
- Alicense-qualityDmaintenanceGives 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 updated44MIT
- Flicense-qualityBmaintenanceA Python MCP server providing AI agents with tools for local knowledge base search, business context retrieval, and text summarization prompt generation.Last updated
- FlicenseAqualityDmaintenanceAn 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 updated61
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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