← brandet.shop
INDIVIDUAL MCP TOOL
get_order_status
Look up an order by the guest_order_token returned from complete_checkout.
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 endpoint
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.brandet-shop]
url = "https://brandet.shop/api/ucp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"brandet-shop": {
"type": "http",
"url": "https://brandet.shop/api/ucp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: brandet-shop
Remote MCP URL: https://brandet.shop/api/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": {
"brandet-shop": {
"url": "https://brandet.shop/api/ucp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"brandet-shop": {
"type": "http",
"url": "https://brandet.shop/api/ucp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "brandet-shop",
"transport": "streamable-http",
"url": "https://brandet.shop/api/ucp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_catalog— Search Brandet's product catalogue.get_product— Get a single product by id, with variants and inventory.list_categories— List the main categories and their subcategories.create_cart— Create a new anonymous cart.get_cart— Read the contents of a cart by its token.add_to_cart— Add a product variant (by variant_id = "size-color") to a cart.update_cart_item— Change the quantity of a line item in a cart.remove_cart_item— Remove a line item from a cart.