Back to integrations

SigNoz integration for background agents

Enable hosted MCP access for observability tools and search.

Integration details

Connection

  • Hosted MCP via SigNoz OAuth

Agent actions

SigNoz MCP

  • signoz_list_metrics

    Search and list available SigNoz metrics.

  • signoz_query_metrics

    Query SigNoz metrics with aggregation defaults.

  • signoz_get_field_keys

    Get available field keys for metrics, traces, or logs.

  • signoz_get_field_values

    Get possible values for a field key.

  • signoz_list_alerts

    List firing, silenced, or inhibited Alertmanager alert instances.

  • signoz_list_alert_rules

    List configured alert rules.

  • signoz_get_alert

    Get an alert rule definition by ID.

  • signoz_get_alert_history

    Get alert state history for a rule.

  • signoz_create_alert

    Create a SigNoz alert rule.

  • signoz_update_alert

    Update a SigNoz alert rule.

  • signoz_delete_alert

    Delete a SigNoz alert rule.

  • signoz_list_dashboards

    List dashboards with summaries.

  • signoz_get_dashboard

    Get full dashboard configuration.

  • signoz_create_dashboard

    Create a monitoring dashboard.

  • signoz_update_dashboard

    Update a dashboard.

  • signoz_delete_dashboard

    Delete a dashboard.

  • signoz_import_dashboard

    Create a dashboard from a curated template.

  • signoz_list_dashboard_templates

    List curated SigNoz dashboard templates.

  • signoz_list_services

    List services within a time range.

  • signoz_get_service_top_operations

    Get top operations for a service.

  • signoz_list_views

    List saved Explorer views.

  • signoz_get_view

    Get a saved Explorer view.

  • signoz_create_view

    Create a saved Explorer view.

  • signoz_update_view

    Replace a saved Explorer view.

  • signoz_delete_view

    Delete a saved Explorer view.

  • signoz_aggregate_logs

    Aggregate logs to compute statistics.

  • signoz_search_logs

    Search logs by service, severity, and body text.

  • signoz_aggregate_traces

    Aggregate traces to compute span statistics.

  • signoz_search_traces

    Search traces by service, operation, error, and duration.

  • signoz_get_trace_details

    Get trace details including spans and hierarchy.

  • signoz_execute_builder_query

    Execute a SigNoz Query Builder v5 query.

  • signoz_search_docs

    Search official SigNoz documentation.

  • signoz_fetch_doc

    Fetch a SigNoz documentation page or heading.

  • signoz_list_notification_channels

    List notification channels.

  • signoz_create_notification_channel

    Create a notification channel and send a test notification.

  • signoz_update_notification_channel

    Update a notification channel and send a test notification.

  • signoz_get_notification_channel

    Get a notification channel.

  • signoz_delete_notification_channel

    Delete a notification channel.

Credential safety

Credential-less sandboxes

Mistle lets agents access connected services without placing provider credentials inside the sandbox. Approved outbound requests are routed through Mistle's credential proxy, where authentication happens outside the agent runtime.

Credentials stay encrypted in Mistle's control plane and are applied only when a request is authorized for the calling sandbox and organization.

Read the credential-less sandboxes article
Diagram showing sandbox traffic routed through an egress proxy before credential injection.