← dibind.com

INDIVIDUAL MCP TOOL

get_measure_detail

Full detail for one trade measure: every date (registration, Gazette publication, in-force, last-amended, repeal), its amendment history, and its best-effort HS-code coverage.

dibind.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://daitk-tic.dibind.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_measure_detail 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

dibind.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.daitk-total-import-cost]
url = "https://daitk-tic.dibind.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "daitk-total-import-cost": {
      "type": "http",
      "url": "https://daitk-tic.dibind.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: daitk-total-import-cost
Remote MCP URL: https://daitk-tic.dibind.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": {
    "daitk-total-import-cost": {
      "url": "https://daitk-tic.dibind.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "daitk-total-import-cost": {
      "type": "http",
      "url": "https://daitk-tic.dibind.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "daitk-total-import-cost",
  "transport": "streamable-http",
  "url": "https://daitk-tic.dibind.com/mcp"
}
MCP Inspector

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

Related tools

  • lookup_tariff — Look up base Canadian duty rates for an HS/tariff number (e.
  • resolve_duty — Estimate the total Canadian import duty for an HS code and country of origin, for costing.
  • list_trade_measures — List tracked surtax / remission / SIMA orders.
  • recent_changes — What changed since a given date (YYYY-MM-DD, default today): newly-touched trade measures and newly-detected amendments.
  • service_status — What this service reads and how current it is.