# Mezmo — MCP server on mcp.ai > Connect your Mezmo account and use 36 tools for server monitoring straight from your AI agent. Connect with your own API key. Mezmo provides a comprehensive platform for log management and telemetry data processing, enabling organizations to collect, analyze, and manage their log data efficiently. By: mcp.ai · official Page: https://mcp.ai/mezmo ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_mezmo?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/mezmo/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/mezmo/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/mezmo/skill.md Postman collection (v2.1): https://mcp.ai/mezmo/postman.json ## Tools - mezmo_create_category(name: string, category_type: string) — Tool to create a new category for views, boards, or screens in Mezmo. Use when organizing Mezmo resources into categories. - mezmo_create_ingestion_exclusion(query: string, title: string, active?: boolean, indexonly?: boolean) — Tool to create an exclusion rule for log ingestion to control costs. Use this when you need to prevent specific logs from being ingested or stored based on query patterns. Exclusion rules help reduce - mezmo_create_key(type: string) — Tool to create a new API key (ingestion or service key) in Mezmo. The API auto-generates a unique name for the key. Use when you need to provision a new key for log ingestion or API access. - mezmo_create_member(role: string, email: string, groups?: string[]) — Tool to invite a new member to the Mezmo organization with a specified role. Use this to send invitations to team members and optionally assign them to specific groups. - mezmo_create_preset_alert(name: string, channels: object[]) — Tool to create a new preset alert in Mezmo with specified name and notification channels. Use this to configure alerts that can be triggered based on log conditions. Supports email, PagerDuty, and web - mezmo_create_view(apps?: string[], name: string, tags?: string[], hosts?: string[], query?: string, levels?: string[], categories?: string[], email_channel?: object, webhook_channel?: object, pagerduty_channel?: object) — Tool to create a new Mezmo view with filtering and alert configuration. Use when you need to set up custom log views with specific filters (query, hosts, apps, levels, tags) and optional alert channel - mezmo_delete_category(category_id: string, category_type: string) — Tool to delete a category by its type and ID. Use when you need to remove a view, board, or screen category from Mezmo configuration. - mezmo_delete_ingestion_exclusion(exclusion_id: string) — Tool to remove an ingestion exclusion rule by its ID. Use when you need to delete a specific exclusion rule from Mezmo's ingestion configuration. - mezmo_delete_key(key_id: string) — Tool to delete an API key by its unique identifier. Use when you need to remove an ingestion key from Mezmo to revoke access. - mezmo_delete_member(member_id: string) — Tool to remove a member from the organization by their email address. Use when you need to revoke a user's access to the organization. - mezmo_delete_pipeline_alert(alert_id: string, pipeline_id: string, component_id: string, component_kind: string) — Tool to delete an alert for a specific component within a pipeline. Use after confirming pipeline ID, component kind, component ID, and alert ID. - mezmo_delete_preset_alert(preset_id: string) — Tool to delete a preset alert by its ID. Use after confirming the preset alert ID exists. - mezmo_delete_view(viewid: string) — Tool to delete a view by its ID. Use when you need to remove a specific view from Mezmo. - mezmo_get_alert(presetid: string) — Tool to retrieve details of a specific preset alert by its ID. Use when you need to view the configuration of an existing alert. - mezmo_get_category(category_id: string, category_type: string) — Tool to retrieve a category configuration by its type and ID. Use when you need to fetch details about a specific Mezmo category (view, board, or screen). - mezmo_get_index_rate_alert() — Tool to retrieve current index rate alert settings for the Mezmo account. Use this to check if index rate alerting is enabled and view configured thresholds and notification channels. - mezmo_get_ingestion_exclusion(exclusionId: string) — Tool to retrieve an ingestion exclusion rule by its ID. Use when you need to fetch details of a specific exclusion rule. - mezmo_get_ingestion_status() — Tool to get the current ingestion status for the Mezmo account. Use when you need to check whether log ingestion is currently active or paused. - mezmo_get_key(key_id: string) — Tool to retrieve an API key configuration by its ID. Use when you need to fetch details about a specific Mezmo API key. - mezmo_get_member(member_id: string) — Tool to retrieve member information by their ID. Use when you need to fetch details about a specific member in your Mezmo account. - mezmo_get_stream_config() — Tool to retrieve the current event streaming configuration for the Mezmo account. Use when you need to check if streaming is enabled and get streaming settings. Returns error details if streaming is u - mezmo_get_view(view_id: string) — Tool to retrieve details of a specific view by its ID. Use when you need to fetch view configuration including name, query, filters, and other attributes. - mezmo_ingest_logs(ip?: string, mac?: string, logs: object[], tags?: string, hostname: string) — Ingest log lines into Mezmo Log Analysis. Use this tool to send structured log data from hosts, applications, or services to Mezmo for centralized logging, analysis, and alerting. Logs are sent to the - mezmo_list_alerts() — Tool to list all preset alerts configured for the Mezmo account. Use when you need to retrieve notification rules that trigger based on log patterns. Returns preset alert configurations including thei - mezmo_list_keys() — Tool to list all API keys and ingestion keys configured for the account. Use when you need to retrieve all keys for viewing or management purposes. - mezmo_list_members() — Tool to list all team members in the Mezmo account configuration. Use when you need to retrieve information about all members in the organization. - mezmo_list_pipelines() — Tool to list all telemetry pipelines configured for the account. Use when you need to view or retrieve information about existing pipelines that manage the flow and transformation of telemetry data. - mezmo_list_views() — Tool to list all views configured for the account. Views are saved search queries and filters for quick access to specific log data. - mezmo_resume_ingestion() — Tool to resume log ingestion for the account after it has been stopped. Use when you need to re-enable log collection after a pause. - mezmo_update_category(name: string, category_id: string, category_type: string) — Tool to update a category name by its type and ID. Use when you need to rename an existing category in Mezmo. - mezmo_update_index_rate_alert(enabled: boolean, channels: object, frequency: string, max_lines?: integer, max_z_score?: number, threshold_alert: string) — Tool to configure index rate alerting settings including thresholds and notification channels. Use this when you need to set up or modify alerts for unusual log ingestion rates based on absolute line - mezmo_update_ingestion_exclusion(id: string, query?: string, title?: string, active?: boolean, indexonly?: boolean) — Tool to update an existing exclusion rule by its ID. Use when you need to modify the query, active status, indexonly behavior, or title of an existing exclusion rule. At least one field (query, active - mezmo_update_key(name: string, key_id: string) — Tool to update an API key name by its ID. Use when you need to rename an existing Mezmo API key. - mezmo_update_member(role: string, groups?: string[], member_id: string) — Tool to update a member's role and group assignments by their email address. Use when you need to change a member's permissions or group memberships. - mezmo_update_preset_alert(name: string, channels: object[], presetid: string) — Tool to update an existing preset alert by ID. Allows modifying the alert's name and notification channels. Use when you need to change alert configuration after creation. Requires full resource repre - mezmo_update_view(name: string, query?: string, viewid: string) — Tool to update an existing Mezmo view by its ID. Use when you need to modify a view's name or search query. ## Example prompts - "What can I do in Mezmo?" - "Show me a summary of my Mezmo account" ## Links Docs: https://mcp.ai/docs/mcps/mezmo Website: https://mcp.ai/mcps/mezmo