← unremind.me
INDIVIDUAL MCP TOOL
submit_unreminder
Sends a reminder to someone who has a public UnRemind.
LIVE ENDPOINT
https://unremind.me/mcp/submit?src=mcp-registry-submit
Connect to this endpoint to inspect the live schema for submit_unreminder and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.unremind-me-submit]
url = "https://unremind.me/mcp/submit?src=mcp-registry-submit"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"unremind-me-submit": {
"type": "http",
"url": "https://unremind.me/mcp/submit?src=mcp-registry-submit"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: unremind-me-submit
Remote MCP URL: https://unremind.me/mcp/submit?src=mcp-registry-submit
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": {
"unremind-me-submit": {
"url": "https://unremind.me/mcp/submit?src=mcp-registry-submit"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"unremind-me-submit": {
"type": "http",
"url": "https://unremind.me/mcp/submit?src=mcp-registry-submit"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "unremind-me-submit",
"transport": "streamable-http",
"url": "https://unremind.me/mcp/submit?src=mcp-registry-submit"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_submission_guidance— Explains what happens to a submitted Unreminder, what makes one likely to be accepted, sending limits, and what else UnRemind.