A native Model Context Protocol (MCP) server that supercharges your AI Assistants (Claude Desktop, Cursor, etc.) with deterministic international trade compliance guardrails.
By installing this MCP server, your local LLM inherits the ability to instantly check real-time global customs laws, HS Codes, and shipping restrictions directly from the GlobalCheck.ai Knowledge Graph.
You can install this directly into Claude Desktop by updating your claude_desktop_config.json file.
Add the following Node configuration:
{
"mcpServers": {
"globalcheck-compliance": {
"command": "python",
"args": [
"path/to/globalcheck-mcp-server/mcp_server.py"
],
"env": {
"GLOBALCHECK_API_KEY": "YOUR_GLOBALCHECK_API_KEY"
}
}
}
}- Open Cursor Settings -> Features -> MCP
- Click + Add new MCP Server
- Select type command and input:
python path/to/globalcheck-mcp-server/mcp_server.py - Make sure your local terminal has exported
GLOBALCHECK_API_KEY=YOUR_KEY.
This server binds exactly one high-value Agentic tool to your environment:
check_compliance(product_description, origin_country, destination_country): Returns a definitive boolean verdict wrapped in legal reasoning with strict HS-Code assignment before you allow the agent to finalize international e-commerce or logistical flows.
You can generate your API Key directly at www.globalcheck.ai.