mcp-ayd-server
by macrat·★ 0·Score 27
MCP server for monitoring Ayd status checks via the Model Context Protocol.
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:
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
Installation
Installation
- Download the latest binary from the [release page](https://github.com/macrat/mcp-ayd-server/releases).
- 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"]
}
}
}- Run the client app.
- 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
Last updated · Auto-generated from public README + GitHub signals.