LIVE ENDPOINT
https://api.facet.llc/ucp/mcp
Connect to this endpoint to inspect the live schema for list_orders and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_catalog— Search the merchant catalog for products matching a free-text query.lookup_catalog— Look up one or more products or variants by identifier (batch).get_product— Get full product detail by product or variant identifier.discover_businesses— Find businesses in the Facet Universal Business Index that an agent can transact with.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.get_payment_capabilities— Which settlement rails this merchant actually accepts (e.get_payment_requirements— Turn a `quote_token` from get_quote into a seller-signed payment offer to authorize.get_order— Read back one of YOUR orders on this merchant: status, amount, settlement state.