Productivity
maeil.cc
Manage calendar events by sending invites via phone number and tracking acceptance status.
ENDPOINT 1
https://mcp.maeil.cc/mcp
MCP server metadata
- Name
- maeil
- Version
- 1.0.0
maeil lets you invite someone to a calendar event using only their phone number, and returns their real email address once they accept. Use `send_calendar_invite` to send. You MUST pass `consent_attestation` describing why you are allowed to contact this person about this event (e.g. "client booked a call and gave their number") — sends without it are rejected. After sending, call `get_invite_status` periodically to see whether they accepted and to read back their email. Do not re-send the same invite to retry; check status first.
Known tools 2
send_calendar_inviteInvite a person to a calendar event using only their phone number.
Inferred read-onlyget_invite_statusCheck whether a sent invite has been accepted or declined, and retrieve the recipient's revealed email once they have accepted.
Potential side effectsCONNECT 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.maeil]
url = "https://mcp.maeil.cc/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"maeil": {
"type": "http",
"url": "https://mcp.maeil.cc/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: maeil
Remote MCP URL: https://mcp.maeil.cc/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": {
"maeil": {
"url": "https://mcp.maeil.cc/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"maeil": {
"type": "http",
"url": "https://mcp.maeil.cc/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "maeil",
"transport": "streamable-http",
"url": "https://mcp.maeil.cc/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for maeil.cc was fetched 2026-08-03T22:11:37.985Z and is being refreshed.
maeil.cc is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.