Hopgraph Mcp

Created By
j-sulliman3 months ago
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, and insolvencies 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.
Overview

HopGraph MCP Server

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, and insolvencies 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.

Quick Start

1. Get a free API key

Sign up at hopgraph.com/signup. No credit card required.

2. Add to Claude Desktop

Open your Claude Desktop config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add 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"
      }
    }
  }
}

3. Restart Claude Desktop

After saving the config, restart the app. You'll see the HopGraph tools available in your conversation.

4. Test it

Ask your AI assistant:

Verify business ABN 35002976294

You should see a full verification with company status, licence details, and a risk assessment.

Tools

verify_business

Verify 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) that surfaces regulatory findings across jurisdictions — including bans, disqualifications, and insolvencies that may not appear in any single register.

Each verification produces an immutable compliance record with a unique audit UID.

ParameterRequiredDescription
identifierYesABN, ACN, NZBN, or company name to verify
countryNoAU or NZ. Auto-detected from identifier format if omitted

search_business

Search 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.

ParameterRequiredDescription
queryYesBusiness name or partial name to search for
limitNoMaximum results to return (default 20, max 50)

get_verification

Retrieve a previously generated compliance verification record by its unique audit UID. Returns the immutable entity snapshot captured at verification time, data sources consulted with freshness timestamps, and the risk assessment result.

ParameterRequiredDescription
verification_uidYesThe verification UID (UUID) returned by a previous verify_business call

get_verification_history Professional+

Retrieve the verification history for a specific entity, showing all past compliance checks you have run against it. Returns verification dates, risk assessment results, and audit UIDs. Useful for tracking how an entity's compliance status has changed over time.

Requires a Professional or Business tier API key — upgrade at hopgraph.com/billing.

ParameterRequiredDescription
identifierYesABN, ACN, NZBN, or company name used in previous verify_business calls
limitNoMaximum history records to return (default 20, max 100)

Coverage

SourceRecordsCountry
ASIC Companies2.3M+Australia
ASIC Business Names3.2M+Australia
ASIC Financial Advisers87K+Australia
ASIC AFS Licences6.5K+Australia
ASIC Credit Licences4.5K+Australia
ASIC Credit Representatives50K+Australia
ASIC Banned & Disqualified Persons7K+Australia
ASIC Banned Organisations15+Australia
NZBN RegisterLive APINew Zealand

Pricing

TierVerificationsRate LimitPrice
Free50/month10 req/minFree

REST API

HopGraph also provides a REST API. See hopgraph.com/docs for full documentation.

Findings are factual observations from public government registers, not identity assertions. Professional judgment should be applied to all results. See Terms of Service and Privacy Policy.

Australian data sourced from ASIC under Creative Commons Attribution 3.0 Australia. New Zealand data sourced from the NZBN Register maintained by MBIE.

Server Config

{
  "mcpServers": {
    "hopgraph": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://hopgraph.com/mcp/",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
j-sulliman
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

17 hours ago
Voyei

7 hours ago