← Registry

General Tools

tizonaintelligence.com

Provides Australian business identifier validation, GST calculations, invoice totaling, and entity name matching to assist with administrative and financial tasks.

1 endpoint9 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://tizonaintelligence.com/mcp

No auth detected

MCP server metadata

Name
tizona
Version
1.0.0
Capabilities
tools
Server instructions

Australian business identity tooling. Every answer is computed from the input alone — there are no registry lookups here, so a valid checksum is not evidence that an identifier exists. Say so when reporting results.

Known tools 9

validate_australian_identifier

Check an Australian ABN, ACN, ARBN, TFN, Medicare card number or BSB against its official checksum.

Inferred read-only
calculate_gst

Add GST to a GST-exclusive amount, or extract the GST contained in a GST-inclusive amount.

Inferred read-only
total_invoice

Total a multi-line invoice, handling GST-free items and both permitted rounding methods.

Potential side effects
compare_entity_names

Score whether two names refer to the same entity, from 0 to 1, with the reasoning broken out.

Inferred read-only
match_entity_name

Score one name against up to 750 candidates and return those above a threshold, ranked, each with its position in the input array so results can be correlated back.

Inferred read-only
deduplicate_entity_names

Group up to 250 names into clusters that appear to be the same entity — the job behind a CRM merge or a supplier list cleanup.

Inferred read-only
screen_against_sanctions

Check whether a person or company name appears on the OFAC Specially Designated Nationals list.

Inferred read-only
sanctions_dataset_version

Report the source, publication date, hash, size and age of the sanctions list currently in use.

Inferred read-only
normalise_entity_name

Reduce a name to its comparable core with the legal form separated out — useful as a stable grouping key.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tizona]
url = "https://tizonaintelligence.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tizona": {
      "type": "http",
      "url": "https://tizonaintelligence.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tizona
Remote MCP URL: https://tizonaintelligence.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tizona": {
      "url": "https://tizonaintelligence.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tizona": {
      "type": "http",
      "url": "https://tizonaintelligence.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tizona",
  "transport": "streamable-http",
  "url": "https://tizonaintelligence.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for tizonaintelligence.com was fetched 2026-08-25T15:57:10.812Z.

Trust status Neutral

tizonaintelligence.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.