MCP server exposing 3 tools for abn-lookup.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/abn-lookup/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
abn_lookup — BYOK. Look up an Australian Business Number (ABN): returns legal entity name, entity type, ABN status (active/cancelled) with effective date, GST registration, address state/postcode, and registered business names. Requires your own ABR web-services GUID via _apiKey (register free at https://abr.business.gov.au/Tools/WebServices). Example: abn_lookup({ abn: "37067751151", _apiKey: "your-guid" })abn_search — BYOK. Search the Australian Business Register by entity or business name and return ranked ABN matches. Requires your own ABR web-services GUID via _apiKey (register free at https://abr.business.gov.au/Tools/WebServices). Example: abn_search({ name: "Frame Promotional Products", _apiKey: "your-guid" })acn_lookup — BYOK. Look up an Australian Company Number (ACN): returns the same detail as abn_lookup (legal entity name, entity type, ABN status, GST registration, address, business names) for the company's associated ABN. Requires your own ABR web-services GUID via _apiKey (register free at https://abr.business.gov.au/Tools/WebServices). Example: acn_lookup({ acn: "004085616", _apiKey: "your-guid" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/abn-lookup/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io