MCP.so
Sign In
Servers

MCP Server for Squadcast

@DEEJ4Y

MCP server for personal use of Squadcast

Overview

What is MCP Server for Squadcast?

MCP Server for Squadcast is a basic Model Context Protocol server that provides tools to interact with Squadcast, an incident management platform. It is intended for personal use only.

How to use MCP Server for Squadcast?

Clone the repository, install dependencies with npm install, rebuild TypeScript with npm rebuild typescript, then run the dev server with npm run dev. Configure your OAuth refresh token in config.json. Connect your MCP client (e.g., Claude Desktop) to the built dist/index.js file.

Key features of MCP Server for Squadcast

  • Authenticate with OAuth using a refresh token
  • List and select teams
  • Check who is on call
  • Get, acknowledge, and resolve incidents
  • Update status pages
  • Create schedules

Use cases of MCP Server for Squadcast

  • Check who is currently on call for a selected team
  • Retrieve and acknowledge triggered incidents
  • Resolve incidents and update status pages
  • Create and manage schedules
  • Automate incident response via a personal AI assistant

FAQ from MCP Server for Squadcast

What is the intended use of this server?

The server is intended for personal use only.

How do I authenticate?

Authentication uses OAuth. You must configure your refresh token in the config.json file.

What runtime is required?

Node.js version 20.19.0 is required for local development.

How do I connect this server to Claude Desktop?

Build the server (files in dist/) and point Claude Desktop to the dist/index.js file, following the MCP quickstart guide for testing with Claude.

Are there any configuration tips for the AI assistant?

Yes—the README suggests instructing the assistant to authenticate first, select a team by default, search incidents within one‑day periods, and greet the user with triggered or acknowledged incidents.

More from Other