← tizonaintelligence.com

INDIVIDUAL MCP TOOL

total_invoice

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

tizonaintelligence.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://tizonaintelligence.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for total_invoice and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

tizonaintelligence.com

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.

Related tools

  • validate_australian_identifier — Check an Australian ABN, ACN, ARBN, TFN, Medicare card number or BSB against its official checksum.
  • calculate_gst — Add GST to a GST-exclusive amount, or extract the GST contained in a GST-inclusive amount.
  • compare_entity_names — Score whether two names refer to the same entity, from 0 to 1, with the reasoning broken out.
  • 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.
  • 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.
  • screen_against_sanctions — Check whether a person or company name appears on the OFAC Specially Designated Nationals list.
  • sanctions_dataset_version — Report the source, publication date, hash, size and age of the sanctions list currently in use.
  • normalise_entity_name — Reduce a name to its comparable core with the legal form separated out — useful as a stable grouping key.