Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/lukegskw/caldav-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/plugins/lukegskw/caldav-mcp/gemini-extension)<a href="https://agentmods.dev/plugins/lukegskw/caldav-mcp/gemini-extension"><img src="https://agentmods.dev/badge/plugins/lukegskw/caldav-mcp/gemini-extension.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
caldav-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"name": "caldav-mcp",
"version": "0.1.7",
"description": "Manage iCloud and CalDAV calendars with native multi-VALARM support from Gemini CLI.",
"mcpServers": {
"icloud-calendar": {
"command": "npx",
"args": ["--yes", "@lukegskw/caldav-mcp@latest"],
"env": {
"CALDAV_USERNAME": "${CALDAV_USERNAME}",
"CALDAV_PASSWORD": "${CALDAV_PASSWORD}"
}
}
},
"settings": [
{
"name": "iCloud username",
"description": "The Apple Account email address used for CalDAV.",
"envVar": "CALDAV_USERNAME"
},
{
"name": "App-specific password",
"description": "An Apple app-specific password, not the Apple Account password.",
"envVar": "CALDAV_PASSWORD",
"sensitive": true
}
]
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 29 lines scan A bd7c0f064020
caldav-mcp is a plugin published in the GitHub repository lukegskw/caldav-mcp (3 stars, last pushed yesterday), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.
Other plugins, from other repositories
pear
Official Pear integration for Claude Code. Connect iCloud Calendar, Reminders, Contacts, and Mail with 34 MCP tools via CalDAV/CardDAV/IMAP/SMTP.
hal-skills
Opinionated agentic skills that do the boring parts for you.
apple-pim
Native macOS integration for Calendar, Reminders, Contacts, and Mail using EventKit, Contacts, and JXA frameworks.
che-ical-mcp
A macOS server that lets a coding agent work with Apple Calendar and Reminders through EventKit, Apple's calendar and reminder framework.
your-mail
Read-only access to your IMAP mail through the your-mail-mcp server, with an email skill that knows the query syntax and the rules for untrusted mail.
outlook
Use Microsoft Outlook (classic desktop) end-to-end from your agent (Claude Code, Cowork, Copilot, Cursor, and other plugin-compatible agents) — read, search, triage, and send mail; manage calendar events and meeting invites; work with contacts, tasks, color categories, and mail rules; check Out-of-Office. Bundles the…