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 | 59 findings | Scanned 5/5/2026 | tooltrust-scanner/v0.3.9
Risk Summary
Needs ApprovalDep Visibility plus Excessive Permissions raises enough risk that this tool should not be auto-trusted.
Potential impact: This finding indicates the tool should be reviewed before it is trusted.
Recommended action: Keep this tool behind manual approval and avoid unattended runs until the risky capabilities are narrowed or removed.
Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.
Security Findings (59)
tool declares exec permission
gcal_create_eventgcal_update_eventgcal_patch_eventgcal_import_eventgcal_create_calendargcal_update_calendartool declares network permission
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 declares db permission
gcal_list_eventstool declares fs permission
gcal_create_eventgcal_update_eventgcal_delete_eventgcal_import_eventgcal_update_calendar_entrygcal_remove_calendargcal_create_calendargcal_update_calendargcal_delete_calendargcal_create_aclgcal_update_aclgcal_delete_aclFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
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.
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)