Collect - Alerting

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://api.my.nethesis.it/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "my.nethesis.it MCP server": {
    "url": "https://api.my.nethesis.it/mcp"
  }
}

Close

Collect service alerting proxy to Mimir Alertmanager.

Multi-tenant Alertmanager API

This proxy forwards requests to the Grafana Mimir Alertmanager with automatic multi-tenant isolation. Each system's organization is automatically resolved and injected as the X-Scope-OrgID header, ensuring complete isolation of alerts and silences between organizations.

Accessible endpoints:

  • POST /api/services/mimir/alertmanager/api/v2/alerts - Push alerts
  • GET /api/services/mimir/alertmanager/api/v2/alerts - List alerts
  • POST /api/services/mimir/alertmanager/api/v2/silences - Create silence
  • GET /api/services/mimir/alertmanager/api/v2/silences - List silences
  • GET /api/services/mimir/alertmanager/api/v2/silences/{id} - Get silence
  • DELETE /api/services/mimir/alertmanager/api/v2/silences/{id} - Delete silence
  • POST /api/alert_history - Alertmanager webhook for alert history persistence