← moltlinestudio.com
INDIVIDUAL MCP TOOL
recurrence_expand
Expand a recurrence rule into a concrete list of ISO dates.
LIVE ENDPOINT
https://mcp.moltlinestudio.com/timeops
Connect to this endpoint to inspect the live schema for recurrence_expand 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.moltline-timeops]
url = "https://mcp.moltlinestudio.com/timeops"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moltline-timeops": {
"type": "http",
"url": "https://mcp.moltlinestudio.com/timeops"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moltline-timeops
Remote MCP URL: https://mcp.moltlinestudio.com/timeops
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": {
"moltline-timeops": {
"url": "https://mcp.moltlinestudio.com/timeops"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moltline-timeops": {
"type": "http",
"url": "https://mcp.moltlinestudio.com/timeops"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moltline-timeops",
"transport": "streamable-http",
"url": "https://mcp.moltlinestudio.com/timeops"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
business_days— Do business-day math that skips weekends and your holiday list.meeting_overlap— Find the shared meeting window across time zones inside working hours.deadline_planner— Plan a task schedule backward from a hard deadline in business days.sla_due— Compute when a ticket's SLA falls due, wall-clock or business-hours.