Skip to main content
Glama
Camusama

uptime-kuma-mcp-server

by Camusama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_monitorsA

Batch add multiple monitors to Uptime Kuma, returns Uptime Kuma page URL after completion

get_monitorsA

Get all monitors list, returns trimmed fields to prevent long context, returns Uptime Kuma page URL after completion

delete_monitorsA

Batch delete multiple monitors, returns Uptime Kuma page URL after completion

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: adding, deleting, or getting monitors. There is no overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (add_monitors, delete_monitors, get_monitors).

Tool Count4/5

3 tools is slightly minimal but reasonably scoped for basic monitor management.

Completeness3/5

Missing an update operation for monitors, which is a notable gap in CRUD coverage.

Maintenance

ActivityInactive
ResponsivenessNo issues