mcp-centreon

mcp-centreon

MCP server for Centreon IT monitoring that enables querying host/service status, managing acknowledgements and downtimes, and retrieving performance metrics via natural language.

Category
Visit Server

README

mcp-centreon

MCP server for Centreon IT monitoring — hosts, services, alerts, acknowledgements, and downtimes.

Integrates Claude (or any MCP-compatible AI) with Centreon to query monitoring status, manage acknowledgements and downtimes, and retrieve performance metrics.

Features

  • Hosts — list, search, and inspect monitored hosts; acknowledge problems; schedule downtimes
  • Services — list and filter services by state or host; acknowledge and schedule downtimes
  • Alerts — browse recent events, active acknowledgements, and scheduled/active downtimes
  • Performance — list available metrics per service and fetch time-series data
  • Platform status — cluster-level host/service state counts; poller topology

API version support

Targets Centreon REST API v2 (/centreon/api/latest/), supported in Centreon 21.04 and later (including 21.10, 22.x, 23.x, 24.x).

The authentication endpoint used is:

POST https://{host}/centreon/api/latest/authentication/providers/configurations/local

If you use an older Centreon installation that only exposes the legacy v1 API, the monitoring endpoints will not be available. Upgrade to Centreon 21.04+ to use this server.

Required Centreon user permissions

A read-only user is sufficient for all monitoring and read operations:

Permission Reason
View all objects (or access to relevant host groups) Needed for listing hosts and services
Reach API configuration Required for host/service groups endpoints
Reach API realtime Required for monitoring, events, metrics endpoints

To use acknowledgement and downtime tools the user also needs:

Permission Reason
Acknowledge resources acknowledge_host, acknowledge_service
Schedule downtimes add_downtime_host, add_downtime_service

Create the API user in Administration > ACL > ACL Access Groups and assign the relevant ACL menus and actions.

Setup

1. Install

npm install -g mcp-centreon

Or run directly without installing:

npx mcp-centreon

Or clone and build:

git clone https://github.com/fredriksknese/mcp-centreon
cd mcp-centreon
npm install
npm run build

2. Environment variables

Variable Required Default Description
CENTREON_HOST Yes Centreon server hostname or IP (without https://)
CENTREON_USERNAME No admin Centreon login username
CENTREON_PASSWORD Yes Centreon login password
CENTREON_ALLOW_SELF_SIGNED No true Accept self-signed TLS certificates (true/false)

3. Claude Desktop configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "centreon": {
      "command": "npx",
      "args": ["mcp-centreon"],
      "env": {
        "CENTREON_HOST": "centreon.example.com",
        "CENTREON_USERNAME": "admin",
        "CENTREON_PASSWORD": "your-password-here",
        "CENTREON_ALLOW_SELF_SIGNED": "true"
      }
    }
  }
}

If you installed globally via npm install -g:

{
  "mcpServers": {
    "centreon": {
      "command": "mcp-centreon",
      "env": {
        "CENTREON_HOST": "centreon.example.com",
        "CENTREON_USERNAME": "admin",
        "CENTREON_PASSWORD": "your-password-here"
      }
    }
  }
}

Available tools

Hosts

Tool Description
list_hosts List monitored hosts; filter by name or state (up/down/unreachable/pending)
get_host Get full details for a host by ID
list_host_groups List host groups with member counts
acknowledge_host Acknowledge a host problem
add_downtime_host Schedule a maintenance downtime for a host

Services

Tool Description
list_services List services; filter by host name, service name, or state
get_service Get full details for a service by host ID and service ID
list_service_groups List service groups
acknowledge_service Acknowledge a service problem
add_downtime_service Schedule a maintenance downtime for a service

Alerts

Tool Description
list_events List recent monitoring events; filter by host, state, or check type (soft/hard)
list_acknowledgements List active acknowledgements — who acknowledged what and when
list_downtimes List active and scheduled downtimes

Performance

Tool Description
get_service_metrics List available performance metrics for a service
get_metrics_data Get time-series data for a specific metric

Platform status

Tool Description
get_platform_status Platform-level host/service counts broken down by state
get_poller_list List pollers and remote servers with connectivity status

State mappings

Code Host state Service state
0 Up Ok
1 Down Warning
2 Unreachable Critical
3 Unknown
4 Pending Pending

License

SEE LICENSE IN LICENSE

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured