Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Airbrake MCP Server

NPM · AIRBRAKE-MCP-SERVER · SCANNED AUG 3

Query Airbrake errors, notices, deploys, and project stats from MCP clients

Available components

+24 this week 64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 792 tokens (~49/item across 16 items; 16 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · airbrake-mcp-server

# add to Claude Code
claude mcp add dach3r-airbrake-mcp-server -- npx -y airbrake-mcp-server
# add to Codex CLI
codex mcp add dach3r-airbrake-mcp-server -- npx -y airbrake-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dach3r-airbrake-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "airbrake-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dach3r-airbrake-mcp-server --command npx --arg -y --arg airbrake-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  dach3r-airbrake-mcp-server:
    command: "npx"
    args: ["-y", "airbrake-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "dach3r-airbrake-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "airbrake-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +47
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Security disclosure: unverified → fail functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Licence: MIT functional
  • 1 Aug 26 +16
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −40
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 40

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 16 exposed · ~792 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_error_comment ~40

Add a comment to an error group

NameTypeReqDescription
bodystringyesComment text
error_idstringyesThe ID of the error group

No output schema declared.

No examples provided.

create_deploy ~76

Create a deployment notification in Airbrake

NameTypeReqDescription
environmentstringyesEnvironment name (e.g., production, staging)
repositorystringRepository URL
revisionstringGit revision/commit hash
usernamestringUsername of person deploying
versionstringVersion being deployed

No output schema declared.

No examples provided.

filter_errors_by_status ~58

Filter errors by their status (open, resolved, ignored)

NameTypeReqDescription
environmentstringFilter by environment
limitnumberNumber of results (default: 20)
statusstringyesFilter by error status

No output schema declared.

No examples provided.

get_error_comments ~32

Get all comments for a specific error group

NameTypeReqDescription
error_idstringyesThe ID of the error group

No output schema declared.

No examples provided.

get_error_details ~62

Get comprehensive information about a specific error group including all occurrences, stack traces, and metadata

NameTypeReqDescription
error_idstringyesThe ID of the error group to retrieve
include_noticesbooleanInclude individual error occurrences/notices (default: true)

No output schema declared.

No examples provided.

get_error_notices ~66

Get all individual occurrences (notices) of a specific error group with full stack traces and context

NameTypeReqDescription
error_idstringyesThe ID of the error group
limitnumberNumber of notices to return (default: 10, max: 100)

No output schema declared.

No examples provided.

get_error_trend ~65

Get occurrence trend data for a specific error over time

NameTypeReqDescription
end_datestringEnd date in ISO format (optional)
error_idstringyesThe ID of the error group
start_datestringStart date in ISO format (optional)

No output schema declared.

No examples provided.

get_notice_details ~47

Get complete details of a specific error occurrence including full stack trace, parameters, session, and environment data

NameTypeReqDescription
notice_idstringyesThe ID of the specific error occurrence/notice

No output schema declared.

No examples provided.

get_project_stats ~16

Get project statistics and health metrics

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ignore_error ~29

Mark an error as ignored

NameTypeReqDescription
error_idstringyesThe ID of the error to ignore

No output schema declared.

No examples provided.

link_error_to_issue ~56

Link an error group to an external issue tracker (GitHub, Jira, etc.)

NameTypeReqDescription
error_idstringyesThe ID of the error group
issue_urlstringyesURL of the issue in external tracker

No output schema declared.

No examples provided.

list_deploys ~35

List recent deployments for the project

NameTypeReqDescription
limitnumberNumber of deploys to return (default: 10)

No output schema declared.

No examples provided.

list_errors ~78

List errors from Airbrake project. Returns recent errors with their details.

NameTypeReqDescription
environmentstringFilter by environment (e.g., production, staging)
limitnumberNumber of errors to return (default: 20, max: 100)
pagenumberPage number for pagination (default: 1)

No output schema declared.

No examples provided.

reopen_error ~31

Reopen a resolved or ignored error

NameTypeReqDescription
error_idstringyesThe ID of the error to reopen

No output schema declared.

No examples provided.

resolve_error ~29

Mark an error as resolved

NameTypeReqDescription
error_idstringyesThe ID of the error to resolve

No output schema declared.

No examples provided.

search_errors ~72

Search errors by text query, filtering by message, class, file, or any text content

NameTypeReqDescription
environmentstringFilter by environment
limitnumberNumber of results (default: 20)
querystringyesSearch query to match against error messages, classes, files, etc.

No output schema declared.

No examples provided.