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.
- Transport: Streamable HTTP (JSON-RPC 2.0)
- Read-only, no authentication
- Covers all Urgenth guides plus a tool entry for the HS Code Finder
- Content snapshots rebuild automatically whenever this site deploys
Tools
list_sites()— every connected product source with live item countssearch(query, site?, lang?)— cross-site keyword search; usesite="urgenth"to limit to this siteread(site, id)— full text of one guide as markdown, with its source URL
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.