Developer Tools
closient.com
Provides GTIN validation, resolution, product lookup, and QR code generation for GS1 Digital Link.
ENDPOINT 1
https://closient.com/mcp/http
MCP server metadata
- Name
- FastMCP
- Version
- 0.1.0
Provides MCP tools
Known tools 21
validate_gtinCheck whether a candidate string is a syntactically valid GS1 GTIN (correct length and mod-10 check digit) and, if so, return its canonical GTIN-14 form.
Inferred read-onlyresolve_gtinResolve a GTIN through the Closient GS1 Digital Link resolver and return where a scan of that GTIN would land — the destination URL plus which rule in the PRODUCT → BRAND → ORGANIZATION → GLOBAL hierarchy matched.
Inferred read-onlylookup_productFetch a compact product record from the Closient catalog by GTIN: identity fields (name, brand, description), data source, and developer-attached metadata.
Inferred read-onlygenerate_qr_urlBuild the canonical GS1 Digital Link URL string for a GTIN (optionally with batch/lot AI 10 and serial AI 21) — the exact payload to encode into a 2D barcode (QR or DataMatrix) so a scan routes through Closient's resolver.
Inferred read-onlysearch_productsSearch Closient's product catalog by free-text query and return a ranked list of compact product summaries.
Inferred read-onlyget_product_detailFetch the comprehensive product record for a single GTIN — identity plus images, ingredients, nutrition facts, and the canonical hosted-page URL.
Inferred read-onlycompare_productsBuild a side-by-side comparison of 2-5 products by GTIN and return both per-column summaries and an aligned attributes table (brand, category, net_content, country_of_origin, price_min, price_max).
Inferred read-onlycheck_availabilityFind physical stores within ``radius_km`` of a (lat, lng) point that have an active in-store offer for a specific GTIN, ordered by ascending distance.
Inferred read-onlycreate_productCreate a new product and claim it for the caller's organization.
Potential side effectsupdate_productUpdate basic info, dimensions/weight, or GPC classification on a claimed product.
Potential side effectsupload_product_documentUpload a PDF document (spec sheet, safety data sheet, certificate) and attach it to a claimed product.
Potential side effectsupdate_product_documentUpdate a document's title/description, and optionally replace its file, on a claimed product.
Potential side effectsset_product_nutritionCreate or wholesale-replace a product's entire nutrition-facts panel in one call — the header plus every nutrient row.
Potential side effectsset_product_ingredientsSet a product's ingredient statement from raw label text — Closient parses it into structured substance mentions automatically.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fastmcp]
url = "https://closient.com/mcp/http"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fastmcp": {
"type": "http",
"url": "https://closient.com/mcp/http"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fastmcp
Remote MCP URL: https://closient.com/mcp/http
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fastmcp": {
"url": "https://closient.com/mcp/http"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fastmcp": {
"type": "http",
"url": "https://closient.com/mcp/http"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fastmcp",
"transport": "streamable-http",
"url": "https://closient.com/mcp/http"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for closient.com was fetched 2026-08-08T10:19:28.958Z and is being refreshed.
closient.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.