← plantorama.dk

INDIVIDUAL MCP TOOL

create_basket

Create a new, empty, anonymous basket.

plantorama.dknone authenticationAvailability not checked

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 endpoint

plantorama.dk

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.plantorama-dk]
url = "https://mcp.plantorama.dk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "plantorama-dk": {
      "type": "http",
      "url": "https://mcp.plantorama.dk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: plantorama-dk
Remote MCP URL: https://mcp.plantorama.dk/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": {
    "plantorama-dk": {
      "url": "https://mcp.plantorama.dk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "plantorama-dk": {
      "type": "http",
      "url": "https://mcp.plantorama.dk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "plantorama-dk",
  "transport": "streamable-http",
  "url": "https://mcp.plantorama.dk/mcp"
}
MCP Inspector

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

Related tools

  • shopping_docs_list — List bundled Plantorama shopping documentation pages (catalog conventions, fulfillment rules, Danish terms, checkout handoff) with titles and one-line summaries.
  • shopping_docs_read — Fetch the full markdown of a single shopping documentation page by name (see shopping_docs_list).
  • shopping_docs_search — Keyword search across the bundled shopping documentation.
  • search_products — Keyword-search the live Plantorama catalog.
  • get_product — Full details for one product by SKU (the `sku` from search_products): price (DKK), brand, URL, image, and full fulfillment info including per-store click-and-collect stock (`fulfillment.collectStores`).
  • popular_search_terms — Currently trending search terms on plantorama.dk — useful for inspiration or to suggest what shoppers are looking for.
  • add_to_basket — Add a product to a basket by SKU.
  • remove_from_basket — Remove a line from a basket by its `lineId` (from view_basket / add_to_basket — NOT the SKU).