INDIVIDUAL MCP TOOL
createMaintenance
Schedule a maintenance window (requires scope: write:maintenances)
LIVE ENDPOINT
https://mcp.use.observer/mcp
Connect to this endpoint to inspect the live schema for createMaintenance 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 write-action 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.observer]
url = "https://mcp.use.observer/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"observer": {
"type": "http",
"url": "https://mcp.use.observer/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: observer
Remote MCP URL: https://mcp.use.observer/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": {
"observer": {
"url": "https://mcp.use.observer/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"observer": {
"type": "http",
"url": "https://mcp.use.observer/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "observer",
"transport": "streamable-http",
"url": "https://mcp.use.observer/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
appendIncidentMessage— Append a timeline message; type=Resolved auto-resolves the parent (requires scope: write:incidents)applyConfig— Apply a config-as-code document (idempotent upsert by config_key) (requires scope: write:config)cancelMaintenance— Cancel a maintenance before completion (requires scope: write:maintenances)completeMaintenance— Manually transition an in-progress maintenance to completed (requires scope: write:maintenances)createChangeEvent— Ingest a deploy / commit / release event for status-transition correlation (requires scope: write:change_events)createIncident— Create incident (draft or published) (requires scope: write:incidents)deleteIncident— Soft-delete incident (requires scope: write:incidents)draftIncidentFromMetric— Pre-fill a draft incident from the metric's current state (idempotent within 30 minutes) (requires scope: write:incidents)