← hpcontrol.be

INDIVIDUAL MCP TOOL

create_cart

Create an HPControl cart.

hpcontrol.benone authenticationAvailability not checked

LIVE ENDPOINT

https://hpcontrol.be/agent/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_cart and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

hpcontrol.be

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.hpcontrol-agentic-commerce]
url = "https://hpcontrol.be/agent/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hpcontrol-agentic-commerce": {
      "type": "http",
      "url": "https://hpcontrol.be/agent/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hpcontrol-agentic-commerce
Remote MCP URL: https://hpcontrol.be/agent/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": {
    "hpcontrol-agentic-commerce": {
      "url": "https://hpcontrol.be/agent/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hpcontrol-agentic-commerce": {
      "type": "http",
      "url": "https://hpcontrol.be/agent/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hpcontrol-agentic-commerce",
  "transport": "streamable-http",
  "url": "https://hpcontrol.be/agent/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_catalog — Search the catalog for the selected storefront by name, SKU, EAN, model code or technical requirement.
  • lookup_catalog — Look up up to 20 products by SKU using live Magento availability, visibility, prices and tier prices.
  • get_product — Get live product description, media, categories and bundle options, together with current price and availability.
  • configure_product — Validate public bundle selections and create a temporary configuration handle.
  • update_cart — Replace the complete item set of an existing cart.
  • get_cart — Read the current items, totals and status of a cart.
  • cancel_cart — Cancel an active cart when the customer no longer wants it.