Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Australian Business Verification

БесплатноНе проверен

An MCP server that provides tools to look up and verify Australian businesses using the Australian Business Register API, enabling AI agents to retrieve busines

GitHubEmbed

Описание

An MCP server that provides tools to look up and verify Australian businesses using the Australian Business Register API, enabling AI agents to retrieve business details via ABN, ACN, or name search.

README

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.

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.

from github.com/arbazex/australian-business-verification-mcp

Установка Australian Business Verification

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/arbazex/australian-business-verification-mcp

FAQ

Australian Business Verification MCP бесплатный?

Да, Australian Business Verification MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Australian Business Verification?

Нет, Australian Business Verification работает без API-ключей и переменных окружения.

Australian Business Verification — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Australian Business Verification в Claude Desktop, Claude Code или Cursor?

Открой Australian Business Verification на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Australian Business Verification with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai