← dagenaftellen.nl
INDIVIDUAL MCP TOOL
delete_my_countdown
Verwijder een persoonlijk aftelmoment permanent.
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 endpoint
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.dagenaftellen-nl]
url = "https://dagenaftellen.nl/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dagenaftellen-nl": {
"type": "http",
"url": "https://dagenaftellen.nl/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dagenaftellen-nl
Remote MCP URL: https://dagenaftellen.nl/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": {
"dagenaftellen-nl": {
"url": "https://dagenaftellen.nl/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dagenaftellen-nl": {
"type": "http",
"url": "https://dagenaftellen.nl/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dagenaftellen-nl",
"transport": "streamable-http",
"url": "https://dagenaftellen.nl/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_dutch_holidays— Nederlandse feestdagen voor een specifiek jaar.get_school_holidays— Schoolvakanties per schooljaar en optioneel per regio.get_days_until— Bereken hoeveel dagen het nog duurt tot een feestdag, vakantie of evenement.get_upcoming_events— Aankomende feestdagen, schoolvakanties en evenementen in Nederland.search_events— Zoek naar feestdagen, schoolvakanties of evenementen op naam of slug.list_categories— Beschikbare categorieën voor persoonlijke aftelmomenten.list_my_countdowns— Lijst van de persoonlijke aftelmomenten van de ingelogde gebruiker.get_my_countdown— Eén persoonlijke aftelmoment ophalen op basis van id, slug of short_code.