ABN Lookup MCP β BYOK wrapper around the Australian Business Register's
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
BYOK. Australian Business Register lookup: resolve an ABN or ACN to the registered legal entity name, entity type, ABN status, GST registration, address state/postcode, and business names, or search the register by entity/business name.
Part of Pipeworx β an MCP gateway connecting AI agents to 1504+ live data sources.
abn_lookup(abn, _apiKey) β ABN -> legal name, entity type, status, GST, address, business names.abn_search(name, state?, maxResults?, _apiKey) β entity/business name -> ranked ABN matches.acn_lookup(acn, _apiKey) β ACN (company number) -> the same detail as abn_lookup.BYO only. There is no platform key. Every call requires the caller's own ABR
web-services GUID via _apiKey. Register free at
https://abr.business.gov.au/Tools/WebServices β ABR requires accepting its Web
Services Agreement (terms + a personal-info-sharing acknowledgement) under a
registered identity before it emails a GUID; that's a human consent step, so
Pipeworx does not hold or front one.
Without _apiKey, every tool refuses with "requires an API key" and points to
the registration URL above.
https://abr.business.gov.au/json/AbnDetails.aspx β ABN or ACN detail.https://abr.business.gov.au/json/AcnDetails.aspx β ACN detail.https://abr.business.gov.au/json/MatchingNames.aspx β name search.<callback>({...}),
where <callback> follows whatever callback= query param is sent
(defaults to callback if omitted β verified live). This pack strips the
wrapper generically by function name, not by hardcoding callback.Message string (e.g. "The GUID entered is not recognised as a Registered Party"), not an HTTP error. ABR uses the same shape for a
genuine not-found result, so an empty core field alongside a Message
cannot be told apart from a rejected key by the response alone β this pack
says so explicitly in the error rather than guessing.Abn, AbnStatus, EntityName,
BusinessName[], etc.) come from ABR's published JSON sample URLs; the
populated (successful-lookup) shape is unverified end-to-end because no
fleet GUID exists (BYOK, ruled 2026-09-03). The raw ABR payload is always
returned as raw so a caller with a real key is never blocked by a stale
field name here.state on abn_search is a client-side filter over ABR's returned
matches (by each match's State field), not a documented ABR query
parameter β ABR's public JSON sample docs don't show a state filter param
for MatchingNames.aspx.Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
tools/list at https://gateway.pipeworx.io/abn-lookup/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools β ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover β via
ask_pipeworx, which routes across the whole catalog β without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
Both URLs reach the same gateway and the same 1504+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Instead of calling tools directly, you can ask questions in plain English β this works on the pack endpoint above as well as on the full gateway:
The gateway picks the right tool and fills the arguments automatically.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/abn-lookup)<a href="https://allmcps.com/mcp/abn-lookup"><img src="https://allmcps.com/api/badge/abn-lookup?style=directory" alt="Abn Lookup on AllMCPs" /></a>