eCommerce
facet.llc
Enables product catalog search, business discovery, and landed cost quoting for e-commerce transactions.
ENDPOINT 1
https://api.facet.llc/ucp/mcp
MCP server metadata
- Name
- facet-ucp-shopping
- Version
- 2026-06-22
Known tools 9
search_catalogSearch the merchant catalog for products matching a free-text query.
Inferred read-onlydiscover_businessesFind businesses in the Facet Universal Business Index that an agent can transact with.
Inferred read-onlyget_quoteGet the real landed cost of a product from this merchant: goods + shipping + tax for a specific destination, plus a signed `quote_token` the payment path binds to.
Potential side effectsget_payment_requirementsTurn a `quote_token` from get_quote into a seller-signed payment offer to authorize.
Potential side effectsget_orderRead back one of YOUR orders on this merchant: status, amount, settlement state.
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.facet-ucp-shopping]
url = "https://api.facet.llc/ucp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"facet-ucp-shopping": {
"type": "http",
"url": "https://api.facet.llc/ucp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: facet-ucp-shopping
Remote MCP URL: https://api.facet.llc/ucp/mcp
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": {
"facet-ucp-shopping": {
"url": "https://api.facet.llc/ucp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"facet-ucp-shopping": {
"type": "http",
"url": "https://api.facet.llc/ucp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "facet-ucp-shopping",
"transport": "streamable-http",
"url": "https://api.facet.llc/ucp/mcp"
}
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 facet.llc was fetched 2026-07-27T17:22:38.026Z.
facet.llc is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.