Add DAITK to Claude

One URL, no install, no signup, no API key. Any client that speaks Model Context Protocol over Streamable HTTP can use it — not just Claude.

MCP endpoint

Model Context Protocol

Paste this into your MCP client and ask about Canadian import duty in plain language.

Claude apps (web, desktop, mobile)

Settings → Connectors → Add custom connector, paste the URL, save.

Claude Code

One command:

claude mcp add --transport http daitk https://daitk-tic.dibind.com/mcp

Once connected, the tools exposed are resolve_duty, lookup_tariff, list_trade_measures, get_measure_detail, recent_changes and service_status. The server speaks both the older handshake-based MCP dialect and the newer stateless 2026-07-28 revision on the same endpoint — see how it's built for why that matters. Common questions about using it are on the FAQ.