LIVE ENDPOINT
https://zerm.dev/mcp
Connect to this endpoint to inspect the live schema for inbox_delete 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
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.zerm]
url = "https://zerm.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zerm": {
"type": "http",
"url": "https://zerm.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zerm
Remote MCP URL: https://zerm.dev/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": {
"zerm": {
"url": "https://zerm.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zerm": {
"type": "http",
"url": "https://zerm.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zerm",
"transport": "streamable-http",
"url": "https://zerm.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
kv_set— Store a value durably under (namespace, key) with a TTL.kv_get— Retrieve a value previously stored with kv_set.kv_delete— Permanently remove one key from your namespace, freeing a slot against the 1000-key limit.kv_list— List the keys held in your namespace, optionally narrowed to those starting with a prefix.timer_verify_origin— One-time consent handshake before timers can deliver to an origin.timer_schedule— Schedule a durable callback: at fire time this service POSTs your JSON payload to your URL.timer_cancel— Cancel a pending timer using the id returned by timer_schedule.timer_status— Check a timer by the id returned by timer_schedule: status (pending|delivering|delivered|failed|cancelled), attempts, last error.