api-patterns
3CX's native PBX MCP server: the per-PBX endpoint shape (every PBX is its own FQDN and its own OAuth authorization server — there is no shared mcp.3cx.com),…
Better Stack status pages: status page configuration, resources and components, maintenance windows, and public service-status communication.
$ npx -y skills add wyre-technology/msp-claude-plugins --skill status-pages --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/status-pagesContext preview
The summary Claude sees to decide when to auto-load this skill.
Better Stack status pages: status page configuration, resources and components, maintenance windows, and public service-status communication.
name: "Better Stack Status Pages" description: > Better Stack status pages: status page configuration, resources and components, maintenance windows, and public service-status communication. when_to_use: >- When managing a Better Stack status page or publishing service status to end users. Use when: betterstack status page, status page, status page component, maintenance window, service status, status update, public status, or better stack status.
Status pages in Better Stack provide a public-facing view of your service health. They automatically reflect monitor statuses and allow manual incident and maintenance updates. MSPs use status pages to communicate service availability to clients without exposing internal monitoring details.
communication, not the source of truth for health. Use `betterstack-monitors` for the check and `betterstack-incidents` for the event.
not a page you manage; for connection failures use `betterstack-api-patterns`.
Status pages are composed of resources (components) that map to monitors:
Maintenance windows allow you to:
betterstack_list_status_pages
Parameters:
**Example response:**
{
"data": [
{
"id": "sp-123",
"type": "status_page",
"attributes": {
"company_name": "Acme Corp",
"company_url": "https://acme.com",
"subdomain": "status-acme",
"custom_domain": "status.acme.com",
"timezone": "America/New_York"
}
}
]
}betterstack_get_status_page
Parameters:
betterstack_create_status_page
Parameters:
betterstack_list_status_page_resources
Parameters:
1. Create a status page with `betterstack_create_status_page` 2. Configure the subdomain or custom domain 3. Add resources (components) linked to the client's monitors 4. Group resources by service category (Web, API, Email, etc.) 5. Share the status page URL with the client
1. Identify affected monitors and status page resources 2. Pause affected monitors to suppress false alerts 3. Update status page resources to "Maintenance" status 4. Perform maintenance work 5. Resume monitors and verify recovery 6. Update status page resources back to "Operational"
1. When an incident is triggered, verify status page reflects downtime 2. Post a status update with the current investigation status 3. Update as investigation progresses 4. Post resolution update when the issue is fixed 5. Verify status page returns to all-operational
**Cause:** Invalid status page ID **Solution:** List status pages to verify the correct ID
**Cause:** Custom domain CNAME record not pointing to Better Stack **Solution:** Configure CNAME record as documented in Better Stack settings
**Cause:** Attempting to add a monitor that's already linked to the status page **Solution:** Check existing resources before adding
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
3CX's native PBX MCP server: the per-PBX endpoint shape (every PBX is its own FQDN and its own OAuth authorization server — there is no shared mcp.3cx.com),…
3CX's live-operations surface: read-only visibility into active calls, recordings, voicemail, department and queue membership, and forwarding/presence…
3CX's read-only directory surface: resolving a caller by email or by exact extension, searching the PBX's own phonebooks, searching contacts synced from an…
3CX's system-and-configuration surface: server time, PBX event log and application log search, service status, database schema and the read-only SELECT-only…
Abnormal Security abuse mailbox cases: user-reported email submissions, case statuses and judgments, the case lifecycle, bulk and remediation actions, and…
Abnormal Security message analysis: message retrieval, email header inspection, attachments, sender reputation, delivery context, and SPF/DKIM/DMARC…