Skip to content

sh8kme/globalcheck-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GlobalCheck | MCP Server 🌍

smithery badge

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.

πŸš€ Installation

Using Claude Desktop

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"
      }
    }
  }
}

Using Cursor IDE

  1. Open Cursor Settings -> Features -> MCP
  2. Click + Add new MCP Server
  3. Select type command and input: python path/to/globalcheck-mcp-server/mcp_server.py
  4. Make sure your local terminal has exported GLOBALCHECK_API_KEY=YOUR_KEY.

πŸ›  Features Exposed

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.

πŸ”‘ Getting an API Key

You can generate your API Key directly at www.globalcheck.ai.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages