Skip to main content
Glama
jamesbrink

mcp-deadmansnitch

by jamesbrink

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEADMANSNITCH_API_KEYYesDead Man's Snitch API key, obtained from https://deadmanssnitch.com/account/integrations

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{
  "tasks": {
    "list": {},
    "cancel": {},
    "requests": {
      "tools": {
        "call": {}
      },
      "prompts": {
        "get": {}
      },
      "resources": {
        "read": {}
      }
    }
  }
}

Tools

Functions exposed to the LLM to take actions

NameDescription
snitchA

Manage Dead Man's Snitch monitors.

Actions: list - List snitches. Optional: tags (filter) get - Get snitch. Required: token create - Create snitch. Required: name, interval update - Update snitch. Required: token + at least one field delete - Delete snitch. Required: token pause - Pause monitoring. Required: token. Optional: until unpause - Resume monitoring. Required: token check_in - Send check-in. Required: token. Optional: message add_tags - Add tags. Required: token, tags remove_tag - Remove tag. Required: token, tag

Optional params for create/update: notes, tags, alert_type, alert_email

Valid intervals: 15_minute, hourly, daily, weekly, monthly Valid alert_types: basic, smart

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamesbrink/mcp-deadmansnitch'

If you have feedback or need assistance with the MCP directory API, please join our Discord server