Skip to content
Back to search
100
MCP MCP 2025-06-18 streamable-http

Export Control

dev.toolstop/export-control

Does the US Commerce Country Chart require an export licence for an ECCN to a destination?

Uptime
66.7%
3 direct probes · 30d
Response
120ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

check_export_license

Given an ECCN and a destination country, report whether the Commerce Country Chart requires an export licence, and which reasons for control trigger it. Use this when someone is about to ship or trans…

lookup_eccn

Look up one ECCN on the Commerce Control List and return its title, its reasons for control, and the chart column each reason maps to. Use this to understand why an item is controlled, or to see the s…

lookup_country

Return the Commerce Country Chart row for a destination: which of the sixteen control columns are marked, with each reason expanded. Use this to see how heavily controlled a destination is, or to chec…

explain_reason_code

Expand a reason-for-control code such as NS, AT or CB into its full name. Use this when reading a Control List entry or a chart column and the two-letter code is not obvious. Returns the code and the …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "export_control": {
      "url": "https://export-control.toolstop.dev",
      "transport": "streamable-http"
    }
  }
}