← Registry

Developer Tools

closient.com

Provides GTIN validation, resolution, product lookup, and QR code generation for GS1 Digital Link.

1 endpoint21 known toolsFirst detected August 1, 2026Last detected August 1, 2026

ENDPOINT 1

https://closient.com/mcp/http

No auth detected

MCP server metadata

Name
FastMCP
Version
0.1.0
Capabilities
experimentalpromptsresourcestools
Server instructions

Provides MCP tools

Known tools 21

ping

Verify the Closient MCP transport is reachable.

Inferred read-only
validate_gtin

Check 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-only
resolve_gtin

Resolve 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-only
lookup_product

Fetch a compact product record from the Closient catalog by GTIN: identity fields (name, brand, description), data source, and developer-attached metadata.

Inferred read-only
generate_qr_url

Build 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-only
search_products

Search Closient's product catalog by free-text query and return a ranked list of compact product summaries.

Inferred read-only
get_product_detail

Fetch the comprehensive product record for a single GTIN — identity plus images, ingredients, nutrition facts, and the canonical hosted-page URL.

Inferred read-only
compare_products

Build 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-only
check_availability

Find 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-only
create_product

Create a new product and claim it for the caller's organization.

Potential side effects
update_product

Update basic info, dimensions/weight, or GPC classification on a claimed product.

Potential side effects
upload_product_image

Upload an image and attach it to a claimed product.

Potential side effects
delete_product_image

Delete an image from a claimed product.

Potential side effects
upload_product_document

Upload a PDF document (spec sheet, safety data sheet, certificate) and attach it to a claimed product.

Potential side effects
update_product_document

Update a document's title/description, and optionally replace its file, on a claimed product.

Potential side effects
delete_product_document

Delete a document from a claimed product.

Potential side effects
add_product_video

Attach a YouTube video link to a claimed product.

Inferred read-only
update_product_video

Partially update a video attached to a claimed product.

Potential side effects
delete_product_video

Delete a video from a claimed product.

Potential side effects
set_product_nutrition

Create or wholesale-replace a product's entire nutrition-facts panel in one call — the header plus every nutrient row.

Potential side effects
set_product_ingredients

Set a product's ingredient statement from raw label text — Closient parses it into structured substance mentions automatically.

Inferred read-only

CONNECT 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.

Trust status Trusted

closient.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.