← easymeetingtime.com

INDIVIDUAL MCP TOOL

create_group

Create a meeting group: one link for a whole schedule.

easymeetingtime.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://easymeetingtime.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_group and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

easymeetingtime.com

CONNECT 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.

Related tools

  • create_meeting — Create a shareable meeting-time link.
  • update_meeting — Change an existing meeting.
  • update_group — Change an existing group — its name, description, program, whether others may add meetings, or the meetings it lists.
  • get_meeting_times — Look up an existing meeting by id and get its schedule in every listed timezone.
  • create_meetings_bulk — Create many meetings at once from CSV text — handy when someone has a whole group's schedule to add.
  • add_meeting_to_group — Add an existing meeting to an existing group.
  • send_claim_link — Email 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.
  • get_group_schedule — Look up a group and get what's next plus the full upcoming schedule, in the host timezones.