Ics Evenement
Turns one JSON payload into a complete RFC 5545 .ics file — recurrence (RRULE), real IANA time zo...
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"ics-evenement": {
"url": "https://ics-evenement.david-cyr.workers.dev/mcp"
}
}
}Remote endpoints
https://ics-evenement.david-cyr.workers.dev/mcpstreamable-httpTool inventory
Tools (1)
🟡run(input)
Turns one JSON payload into a complete RFC 5545 .ics file — recurrence (RRULE), real IANA time zones with generated VTIMEZONE blocks, reminders (VALARM), organizer and multiple attendees — and returns the matching Google, Outlook, Office 365 and Yahoo add-to-calendar links in the same response, where file-only generators leave those links to build by hand.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
},
"required": [
"input"
],
"$schema": "http://json-schema.org/draft-07/schema#"
}