Heronsignal

Created By
HeronSignal2 days ago
Give your coding agent live production context from HeronSignal: read frontend errors, logs (with structured attributes), sessions, funnels, performance, and health — plus list and resolve error issues, over MCP.
Overview

HeronSignal MCP Server

HeronSignal is website-experience monitoring for people who ship with AI. This hosted (streamable-HTTP) MCP server gives coding agents like Cursor, Claude, and Codex live production context — so your agent can see what's breaking for real users and fix it inside your workflow.

What your agent can do

Read (needs read:logs):

  • get_frontend_logs / get_frontend_errors — sanitized logs & errors, with structured custom attributes (@userId, @orderId, …)
  • list_log_issues — deduplicated error groups with their open/resolved/ignored status
  • get_log_issue — one issue's stack, affected sessions, and browser/country breakdown
  • get_session_journey, get_page_performance, get_network_failures, get_slowest_visitor_contexts
  • get_health_status, get_recent_alarm_events, get_workspace_analysis_summary, get_latest_ai_analysis
  • list_custom_metrics, get_custom_metric_series, list_metric_boards

Write (opt-in scopes):

  • set_log_issue_status — resolve / ignore / reopen one or many issues (logs:write)
  • create_funnel (funnels:write), create_custom_metric / create_metric_board (metrics:write)

Read-only by default; write scopes are granted per-token. It changes HeronSignal data only — never your code.

Setup

  1. In HeronSignal, open Developer → MCP and create a token (pick the scopes you want).
  2. Add the config below to your MCP client, replacing YOUR_WORKSPACE_ID and YOUR_MCP_TOKEN.
{
  "mcpServers": {
    "heronsignal": {
      "url": "https://api.heronsignal.com/mcp?workspaceId=YOUR_WORKSPACE_ID",
      "headers": { "Authorization": "Bearer YOUR_MCP_TOKEN" }
    }
  }
}

Server Config

{
  "mcpServers": {
    "heronsignal": {
      "url": "https://api.heronsignal.com/mcp?workspaceId=YOUR_WORKSPACE_ID",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_TOKEN"
      }
    }
  }
}
Project Info
Created At
2 days ago
Updated At
2 days ago
Author Name
HeronSignal
Star
-
Language
-
License
-
Category

Recommend Servers

View All