← vlijstje.be
INDIVIDUAL MCP TOOL
search-products
Zoek echte producten in Nederlandse webshops (met prijs, foto en winkellink).
LIVE ENDPOINT
https://vlijstje.be/mcp/wishlist
Connect to this endpoint to inspect the live schema for search-products 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
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).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).