← Registry

eCommerce

facet.llc

Enables product catalog search, business discovery, and landed cost quoting for e-commerce transactions.

x402 supported1 endpoint9 known toolsFirst detected July 25, 2026Last detected July 29, 2026

ENDPOINT 1

https://api.facet.llc/ucp/mcp

No auth detected

MCP server metadata

Name
facet-ucp-shopping
Version
2026-06-22
Capabilities
tools

Known tools 9

search_catalog

Search the merchant catalog for products matching a free-text query.

Inferred read-only
lookup_catalog

Look up one or more products or variants by identifier (batch).

Inferred read-only
get_product

Get full product detail by product or variant identifier.

Inferred read-only
discover_businesses

Find businesses in the Facet Universal Business Index that an agent can transact with.

Inferred read-only
get_quote

Get 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 effects
get_payment_capabilities

Which settlement rails this merchant actually accepts (e.

Inferred read-only
get_payment_requirements

Turn a `quote_token` from get_quote into a seller-signed payment offer to authorize.

Potential side effects
get_order

Read back one of YOUR orders on this merchant: status, amount, settlement state.

Inferred read-only
list_orders

List YOUR order history on this merchant, newest first.

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

Trust status Trusted

facet.llc is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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