Abn Entity Lookup

🌐Community
by cleanexpo Β· vlatest Β· Repository

This skill quickly finds business entities (ABNs) based on names or addresses, streamlining verification and due diligence processes.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add abn-entity-lookup npx -- -y @trustedskills/abn-entity-lookup
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "abn-entity-lookup": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/abn-entity-lookup"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The abn-entity-lookup skill allows AI agents to retrieve information about Australian Business Numbers (ABNs). It can find details associated with a given ABN, such as the business name and address. This is useful for verifying businesses or gathering basic company information.

When to use it

  • Business Verification: Confirming the legitimacy of a business by checking its registered ABN.
  • Due Diligence: Gathering preliminary information about a potential partner or vendor.
  • Data Enrichment: Adding missing business details (name, address) to existing records based on their ABN.
  • Customer Support: Quickly retrieving basic company information for customer inquiries.

Key capabilities

  • Retrieves business name associated with an ABN.
  • Retrieves the registered address of a business given its ABN.

Example prompts

  • "What is the business name for ABN 123456789?"
  • "Find the address associated with ABN 987654321."
  • β€œCan you tell me about the company registered under ABN 555555555?”

Tips & gotchas

The skill is specifically designed for Australian Business Numbers. Providing an invalid or non-Australian identifier will likely result in an error.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
cleanexpo
Installs
3

🌐 Community

Passed automated security scans.