Register MCP Server
register_serverRegister an MCP server with configurable transport, alerts, and check interval to monitor its health and uptime.
Instructions
Register an MCP server to monitor. Supports http, sse, and stdio transports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique name for this MCP server | |
| type | Yes | Transport type: http (Streamable HTTP), sse (legacy SSE), stdio | |
| url | No | URL for http/sse servers (e.g. https://mcp-ssh-tool.onrender.com/mcp) | |
| command | No | Command for stdio servers (e.g. npx mcp-debug-recorder) | |
| args | No | Args for stdio command | |
| tags | No | Tags for grouping | |
| alert_on_down | No | Alert when server goes down | |
| check_interval_minutes | No |