MCP Catalogs
Home

mcp-ayd-server

by macrat·0·Score 27

MCP server for monitoring Ayd status checks via the Model Context Protocol.

monitoringdeveloper-toolsops-infra
2
Forks
0
Open issues
17 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server bridges Ayd status monitoring with AI assistants. Ayd is a status monitoring service, and this server exposes its functionality through the Model Context Protocol. The implementation in Go provides a straightforward binary that connects to an Ayd instance and allows AI systems to query status information. The server is designed to integrate seamlessly with clients like Claude Desktop.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI assistants can query Ayd status checks through natural language
you:Automated status reporting for monitored services
you:Integration of monitoring data into AI-powered workflows
you:What is Ayd?
you:What MCP tools does this server provide?

When to choose this

Choose this MCP server if you use Ayd for service monitoring and want to integrate status checks into your AI workflows.

When NOT to choose this

Don't choose this if you don't use Ayd or need more comprehensive monitoring features beyond basic status checking.

Comparable tools

status-mcphealthcheck-mcpprometheus-mcp

Installation

Installation

  1. Download the latest binary from the [release page](https://github.com/macrat/mcp-ayd-server/releases).
  1. Setup your client's configuration file.

For example, if you use Claude Desktop:

{
  "mcpServers": {
    "ayd": {
      "command": "C:\\path\\to\\mcp-ayd-server.exe",
      "args": ["http://127.0.0.1:9000"]
    }
  }
}
  1. Run the client app.
  1. Ask assistant like "What's the latest status of Ayd?"

FAQ

What is Ayd?
Ayd is a status monitoring service that keeps track of the health and availability of your services and endpoints.
What MCP tools does this server provide?
The server provides tools to query Ayd's status checks, allowing AI assistants to retrieve monitoring information through natural language.

Compare mcp-ayd-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.