← vlijstje.nl

INDIVIDUAL MCP TOOL

get-list

Haal het verlanglijstje en de huidige items op.

vlijstje.nlnone authenticationAvailability not checked

LIVE ENDPOINT

https://vlijstje.nl/mcp/wishlist

No auth detected

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

vlijstje.nl

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.nl/mcp/wishlist"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: vlijstje
Remote MCP URL: https://vlijstje.nl/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.nl/mcp/wishlist"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • add-items — Voeg één of meer cadeaus toe aan het lijstje (max 50 per aanroep).
  • update-item — Werk een eerder via AI toegevoegd item bij (alleen items met "editable_by_ai": true).
  • 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).