node2flow-google-calendar
mcpsmitheryMCP server for Google Calendar : create events, manage calendars, check availability, and share calendars through 28 tools via the Model Context Protocol. ## Features - Create, update, and delete calendar events (timed and all-day) - Quick add events from natural language - Manage recurring events with RRULE support - Share calendars with ACL (access control) management - Check availability with free/busy queries - Manage multiple calendars and subscriptions - Full OAuth 2.0 authentication with refresh tokens ## 28 Tools **Events (10)**: List, get, create, update (PUT), patch (PATCH), delete, quick add, move, list instances, import **CalendarList (5)**: List subscribed calendars, get entry, add (subscribe), update display settings, remove (unsubscribe) **Calendars (5)**: Get metadata, create, update, delete, clear all events **ACL (5)**: List rules, get rule, create (share), update permission, delete (revoke) **Utility (3)**: Query free/busy, get color palette, list settings ## Configuration - `GOOGLE_CLIENT_ID` : OAuth 2.0 Client ID from Google Cloud Console - `GOOGLE_CLIENT_SECRET` : OAuth 2.0 Client Secret - `GOOGLE_REFRESH_TOKEN` : Refresh token with Calendar scope
By Smithery | 54 findings | Scanned 7/4/2026 | tooltrust-scanner/v0.3.19
Risk Summary
Safe With Normal ControlsDep Visibility is the main signal, but overall risk remains within an acceptable range.
Potential impact: This finding indicates the tool should be reviewed before it is trusted.
Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.
Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.
Security Findings (54)
input schema exposes 16 properties (threshold: 10)
gcal_create_eventgcal_patch_eventinput schema exposes 17 properties (threshold: 10)
gcal_update_eventinput schema exposes 11 properties (threshold: 10)
gcal_import_eventFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
gcal_create_eventgcal_update_eventgcal_patch_eventgcal_import_eventgcal_create_calendargcal_update_calendargcal_query_freebusyFix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.
declared capabilities: database access
gcal_list_eventsdeclared capabilities: code/command execution, filesystem access
gcal_create_eventgcal_update_eventgcal_import_eventgcal_create_calendargcal_update_calendardeclared capabilities: code/command execution
gcal_patch_eventdeclared capabilities: filesystem access
gcal_delete_eventgcal_update_calendar_entrygcal_remove_calendargcal_delete_calendargcal_create_aclgcal_update_aclgcal_delete_acldeclared capabilities: network access
gcal_query_freebusyFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.
gcal_list_eventsgcal_get_eventgcal_create_eventgcal_update_eventgcal_patch_eventgcal_delete_eventgcal_quick_addgcal_move_eventgcal_list_instancesgcal_import_eventgcal_list_calendarsgcal_get_calendar_entrygcal_add_calendargcal_update_calendar_entrygcal_remove_calendargcal_get_calendargcal_create_calendargcal_update_calendargcal_delete_calendargcal_clear_calendargcal_list_aclgcal_get_aclgcal_create_aclgcal_update_aclgcal_delete_aclgcal_query_freebusygcal_get_colorsgcal_list_settingsFix: Review and remediate the identified issue.
Scan this tool yourself
Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.
Install once, then scan any MCP server:
$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash$ tooltrust-scanner scan --server "npx -y node2flow-google-calendar"Adjust the package name if your npm registry name differs from the tool ID. View source
Add badge to your README
Copy this Markdown to show your ToolTrust grade on GitHub.
[](https://github.com/AgentSafe-AI/tooltrust-directory)