← reminderit.com

INDIVIDUAL MCP TOOL

remove_recipient

Remove a care-recipient from the account.

reminderit.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.reminderit.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for remove_recipient 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 deletion term.

Parent server

reminderit.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.reminderit]
url = "https://mcp.reminderit.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "reminderit": {
      "type": "http",
      "url": "https://mcp.reminderit.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: reminderit
Remote MCP URL: https://mcp.reminderit.com/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": {
    "reminderit": {
      "url": "https://mcp.reminderit.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "reminderit": {
      "type": "http",
      "url": "https://mcp.reminderit.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "reminderit",
  "transport": "streamable-http",
  "url": "https://mcp.reminderit.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_reminders — List every reminder on the account with its schedule, state and next call time.
  • get_reminder — Get the full configuration of one reminder as JSON.
  • list_upcoming — Show the next scheduled calls across ALL reminders, in chronological order.
  • get_recent_calls — Show recent delivery history — what was actually called, sent, or missed.
  • create_reminder — Schedule a new reminder phone call.
  • update_reminder — Edit a reminder's wording or schedule.
  • set_reminder_voice — Give one reminder its own voice, overriding the account default.
  • clear_reminder_voice — Remove a reminder's custom voice so it uses the account default again.