Skip to content

Bleemeo MCP Server

Free
Starter
Professional

The Bleemeo MCP Server is a tool designed to enhance your infrastructure monitoring capabilities. With its AI-driven features, you can easily access and analyze your system metrics, alerts, and data through a conversational interface.

NameDescription
List of accountsRetrieves the list of all available Bleemeo accounts
Get an accountGets the details of a specific account by its identifier
List of agent factsLists the facts collected by monitoring agents, containing metadata about monitored systems
Get an agent factRetrieves a specific agent fact by its identifier
List of agent typesLists the different types of available agents (Aws, Kubernetes, SNMP, etc.)
Get an agent typeGets detailed information about a specific agent type
List of agentsRetrieves the list of all Glouton agents deployed and connected to the platform
Get an agentGets complete details of a specific agent (status, configuration, metrics)
List of applicationsLists all applications monitored by Bleemeo
Get an applicationRetrieves the details of a specific application
List of audit logsLists the history of actions performed on the platform (audit logs)
Get an audit logGets a specific audit log by its identifier
List of customersLists all customers in the Bleemeo system
Get a customerRetrieves detailed information about a specific customer
List of containersLists all monitored Docker/Kubernetes containers
Get a containerGets details of a specific container (status, metrics, configuration)
Initialize ContextInitializes the MCP session context with authentication and configuration information
List of eventsLists all monitoring events (alerts, incidents, state changes)
Get an eventRetrieves the details of a specific event
Make a global searchPerforms a global search across all Bleemeo resources (agents, services, containers, etc.)
List of Glouton config itemsLists Glouton agent configuration items
Get a Glouton config itemGets a specific Glouton configuration item
List of healthchecksLists all healthchecks configured for services
Get a healthcheckRetrieves the details of a specific healthcheck
List of invoicesLists all invoices associated with accounts
Get an invoiceGets the details of a specific invoice
List of logsRetrieves logs from the monitored infrastructure
List of servicesLists all detected and monitored services (web servers, databases, etc.)
Get a serviceGets details of a specific service (metrics, status, configuration)
Get a userRetrieves information about a specific platform user
NameParametersDescription
Initialize Context- Name
- Language
Initializes the MCP session context with user information. The user has two options: either talk directly to the MCP (the context will be initialized automatically), or use this prompt to manually initialize the context with their name and preferred language for personalized interactions.

The Bleemeo MCP Server supports both HTTP and Remote MCP transports and can be used with a wide range of AI clients:

Chat interfaces: AnythingLLM, ChatGPT, Claude Desktop, HuggingChat, Le Chat (Mistral)

Code editors: Cursor, Kiro, OpenCode, Visual Studio Code, Windsurf, Zed

CLI tools: Claude Code, Gemini CLI

The MCP base URL is: https://mcp.bleemeo.com/mcp

OAuth support - Authenticate using your existing Bleemeo account to easily access your various organizations.

  1. When launching the MCP, an external page will open in a web browser.
  2. Enter your Bleemeo credentials.
  3. You will be redirected to an authorization page displaying the permissions requested and asking which account you want to use the MCP on.
  4. After authorizing, you can close the page and return to the AI.