MCP

Everything on this site — the customs and HS classification guides, and the HS Code Finder documentation — is machine-readable through the UZEN Labs MCP hub, a Model Context Protocol endpoint. Connect any MCP client (Claude Desktop, Cursor, or an AI agent) and it can search and read our guides directly, with source URLs included.

Endpoint: https://mcp.uzenlabs.com/ — this site is source urgenth on the hub.

Tools

Connect

Works with any MCP client that speaks Streamable HTTP:

{
  "mcpServers": {
    "uzenlabs": {
      "type": "http",
      "url": "https://mcp.uzenlabs.com/"
    }
  }
}

Or test directly — search this site's classification guides:

curl -X POST https://mcp.uzenlabs.com/ \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"search","arguments":
         {"query":"HS code classification","site":"urgenth"}}}

The hub also serves the other UZEN Labs product lines: Onchain Diary (Web3 security education), ZensInk (SEO workflow docs), LiteInk (Astro templates), Revolutio (AI disruption intelligence), and the UZEN Labs build log. One connection covers all of them.