Productivity
easymeetingtime.com
Provides meeting scheduling and group management capabilities, allowing users to create, update, and retrieve meeting times.
ENDPOINT 1
https://easymeetingtime.com/api/mcp
MCP server metadata
- Name
- Easy Meeting Time
- Version
- 1.0.0
Easy Meeting Time turns one meeting time into a link that shows every timezone. Use create_meeting to mint a shareable link; keep the returned editToken if the user may want to edit later.
Known tools 9
update_groupChange an existing group — its name, description, program, whether others may add meetings, or the meetings it lists.
Inferred read-onlyget_meeting_timesLook up an existing meeting by id and get its schedule in every listed timezone.
Inferred read-onlycreate_meetings_bulkCreate many meetings at once from CSV text — handy when someone has a whole group's schedule to add.
Potential side effectssend_claim_linkEmail a claim link for a meeting or group you just created, so the person it belongs to can put it in their account and edit it from any device.
Potential side effectsget_group_scheduleLook up a group and get what's next plus the full upcoming schedule, in the host timezones.
Inferred read-onlyCONNECT 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.easy-meeting-time]
url = "https://easymeetingtime.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"easy-meeting-time": {
"type": "http",
"url": "https://easymeetingtime.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: easy-meeting-time
Remote MCP URL: https://easymeetingtime.com/api/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": {
"easy-meeting-time": {
"url": "https://easymeetingtime.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"easy-meeting-time": {
"type": "http",
"url": "https://easymeetingtime.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "easy-meeting-time",
"transport": "streamable-http",
"url": "https://easymeetingtime.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.