General Tools
tizonaintelligence.com
Provides Australian business identifier validation, GST calculations, invoice totaling, and entity name matching to assist with administrative and financial tasks.
ENDPOINT 1
https://tizonaintelligence.com/mcp
MCP server metadata
- Name
- tizona
- Version
- 1.0.0
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_identifierCheck an Australian ABN, ACN, ARBN, TFN, Medicare card number or BSB against its official checksum.
Inferred read-onlycalculate_gstAdd GST to a GST-exclusive amount, or extract the GST contained in a GST-inclusive amount.
Inferred read-onlytotal_invoiceTotal a multi-line invoice, handling GST-free items and both permitted rounding methods.
Potential side effectscompare_entity_namesScore whether two names refer to the same entity, from 0 to 1, with the reasoning broken out.
Inferred read-onlymatch_entity_nameScore 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-onlydeduplicate_entity_namesGroup 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-onlyscreen_against_sanctionsCheck whether a person or company name appears on the OFAC Specially Designated Nationals list.
Inferred read-onlysanctions_dataset_versionReport the source, publication date, hash, size and age of the sanctions list currently in use.
Inferred read-onlynormalise_entity_nameReduce a name to its comparable core with the legal form separated out — useful as a stable grouping key.
Inferred read-onlyCONNECT 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.
tizonaintelligence.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.