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
Описание
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
- 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 install
- Configure Environment Variables:
Create a
.envfile in the root directory and add your ABR GUID:
ABR_GUID=your_guid_here
- Build the project:
npm run build
- 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-mcpFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Australian Business Verification with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
