Abn Entity Lookup
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.
Run in terminal (recommended)
claude mcp add abn-entity-lookup npx -- -y @trustedskills/abn-entity-lookup
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.