← Registry

Productivity

easymeetingtime.com

Provides meeting scheduling and group management capabilities, allowing users to create, update, and retrieve meeting times.

1 endpoint9 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://easymeetingtime.com/api/mcp

No auth detected

MCP server metadata

Name
Easy Meeting Time
Version
1.0.0
Capabilities
tools
Server instructions

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

create_meeting

Create a shareable meeting-time link.

Potential side effects
update_meeting

Change an existing meeting.

Inferred read-only
update_group

Change an existing group — its name, description, program, whether others may add meetings, or the meetings it lists.

Inferred read-only
get_meeting_times

Look up an existing meeting by id and get its schedule in every listed timezone.

Inferred read-only
create_meetings_bulk

Create many meetings at once from CSV text — handy when someone has a whole group's schedule to add.

Potential side effects
create_group

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

Potential side effects
add_meeting_to_group

Add an existing meeting to an existing group.

Inferred read-only
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.

Potential side effects
get_group_schedule

Look up a group and get what's next plus the full upcoming schedule, in the host timezones.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.