MCP Server for Squadcast
@DEEJ4Y
About MCP Server for Squadcast
MCP server for personal use of Squadcast
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments