← vlijstje.be

INDIVIDUAL MCP TOOL

update-item

Werk een eerder via AI toegevoegd item bij (alleen items met "editable_by_ai": true).

vlijstje.benone authenticationAvailability not checked

LIVE ENDPOINT

https://vlijstje.be/mcp/wishlist

No auth detected

Connect to this endpoint to inspect the live schema for update-item 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

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

.mcp.json

{
  "mcpServers": {
    "vlijstje": {
      "type": "http",
      "url": "https://vlijstje.be/mcp/wishlist"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vlijstje
Remote MCP URL: https://vlijstje.be/mcp/wishlist

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": {
    "vlijstje": {
      "url": "https://vlijstje.be/mcp/wishlist"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vlijstje": {
      "type": "http",
      "url": "https://vlijstje.be/mcp/wishlist"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vlijstje",
  "transport": "streamable-http",
  "url": "https://vlijstje.be/mcp/wishlist"
}
MCP Inspector

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

Related tools

  • get-list — Haal het verlanglijstje en de huidige items op.
  • add-items — Voeg één of meer cadeaus toe aan het lijstje (max 50 per aanroep).
  • remove-item — Verwijder een eerder via AI toegevoegd item van het lijstje (alleen items met "editable_by_ai": true).
  • search-products — Zoek echte producten in Nederlandse webshops (met prijs, foto en winkellink).