mcp-deadmansnitch
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEADMANSNITCH_API_KEY | Yes | Dead Man's Snitch API key, obtained from https://deadmanssnitch.com/account/integrations |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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