Verify ANZ businesses against government registers. Surfaces cross-jurisdictional findings.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"hopgraph": {
"env": {
"AUTH_HEADER": "Bearer YOUR_API_KEY"
},
"args": [
"mcp-remote",
"https://hopgraph.com/mcp/",
"--header",
"Authorization:${AUTH_HEADER}"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Verify Australian and New Zealand businesses against government registers via any MCP-compatible AI agent.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in legal / data
Query and manage PostgreSQL databases directly from AI assistants
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Manage Supabase projects — databases, auth, storage, and edge functions
MCP Security Weekly
Get CVE alerts and security updates for io.github.j-sulliman/hopgraph and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Verify Australian and New Zealand businesses against government registers via any MCP-compatible AI agent.
Returns registration status, directors, licences, trading names, and a three-tier risk assessment (CLEAR / ADVISORY / FLAGS_FOUND) that surfaces regulatory findings across jurisdictions — including bans, disqualifications, insolvencies, and disqualified directors that may not appear in any single register.
Each verification produces an immutable compliance record with a unique audit UID.
Compatible with Claude, ChatGPT, Cursor, and any MCP-compatible AI client.
Sign up at hopgraph.com/signup. No credit card required.
Open your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd the following configuration (replace YOUR_API_KEY with your actual key):
{
"mcpServers": {
"hopgraph": {
"command": "npx",
"args": [
"mcp-remote",
"https://hopgraph.com/mcp/",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer YOUR_API_KEY"
}
}
}
}
After saving the config, restart the app. You'll see the HopGraph tools available in your conversation.
Ask your AI assistant:
Verify business ABN 35002976294
You should see a full verification with company status, licence details, and a risk assessment.
verify_businessVerify any Australian or New Zealand business against government registers. Accepts ABN (11 digits), ACN (9 digits), NZBN (13 digits), or company name.
Returns registration status, directors, licences, trading names, and a three-tier risk assessment (CLEAR / ADVISORY / FLAGS_FOUND). For Australian entities, cross-references adviser registrations against banned persons registers across entity licence chains. For New Zealand entities, checks every director against the NZ Companies Office Disqualified Directors and Insolvency registers in real time, and screens them against Australian regulatory registers.
Each verification produces an immutable compliance record with a unique audit UID. Findings are labelled as "Exact name match" or "Partial name match" so you can apply the appropriate level of scrutiny.
| Parameter | Required | Description |
|---|---|---|
identifier | Yes | ABN, ACN, NZBN, or company name to verify |
country | No | AU or NZ. Auto-detected from identifier format if omitted |
search_businessSearch Australian and New Zealand business entities by name. Covers 2.3 million+ Australian companies, 3.2 million business names, and New Zealand NZBN-registered entities.
Use this to find the correct identifier before calling verify_business.
| Parameter | Required | Description |
|---|---|---|
query | Yes | Business name or partial name to search for |
limit | No | Maximum results to return (default 20, max 50) |
expand_person_networkDiscover all NZ company directorships and shareholdings held by a named person via the NZ Companies Office register. Returns every company where the person holds a role — company name, NZBN, status, role type, and appointment date — plus flags for companies already in the HopGraph database.
Use this to map a person's corporate network beyond what a single entity lookup reveals.
| Parameter | Required | Description |
|---|---|---|
person_name | Yes | Full name of the person to search for (e.g. "Stephen Mikkelsen") |
role_type | No | Filter by role type: DIR (directors), SHR (shareholders), or ALL (default) |
get_verificationRetrieve a previously generated compliance verification record by its unique audit UID. Returns the im