abr-mcp

mickey-mikey/abr-mcp

3.1

If you are the rightful owner of abr-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The ABR MCP Server is designed for performing Australian Business Register lookups using Cloudflare Workers.

Tools
4
Resources
0
Prompts
0

ABR MCP Server

MCP server for Australian Business Register lookups on Cloudflare Workers.

Deploy to Cloudflare Workers

Setup

npm install
wrangler secret put ABR_GUID
wrangler secret put SHARED_SECRET
npm run deploy

Get ABR GUID from abr.business.gov.au

Tools

  • lookupABN(abn)
  • lookupACN(acn)
  • searchByName(name, maxResults)
  • validateABN(abn)

Claude Desktop Config

{
  "mcpServers": {
    "abr": {
      "command": "npx",
      "args": ["workers-mcp", "proxy", "https://your-worker.workers.dev"]
    }
  }
}