xferops-sentry

Query Sentry issues, events, and projects via MCP for XferOps incident investigation and triage. Requires @sentry/mcp-server and a Sentry API token.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "xferops-sentry" with this command: npx skills add parker-xferops/xferops-sentry

Sentry MCP

Error tracking and triage via MCP (Model Context Protocol).

Setup

Install the MCP server:

npx -y @sentry/mcp-server --skills=inspect,triage

Configure in your MCP client (e.g., ~/.mcporter/mcporter.json):

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": ["-y", "@sentry/mcp-server", "--skills=inspect,triage"],
      "env": {
        "SENTRY_ACCESS_TOKEN": "your-token-here"
      }
    }
  }
}

Set SENTRY_ACCESS_TOKEN to a Sentry User Auth Token with API access.

Tools (8 total)

Organizations & Projects

  • list_organizations — List organizations available to the token
  • list_projects — List projects in an organization

Issues

  • list_issues — List issues in an organization (requires organizationSlug)
  • get_issue — Get details for a specific issue (requires organizationSlug, issueId)

Events

  • list_events — List events for an issue (requires organizationSlug, issueId)
  • get_event — Get details for an event (requires organizationSlug, eventId)

AI Workflows

  • inspect — AI-powered issue inspection
  • triage — AI-powered triage assistance

Common Patterns

List organizations

mcporter call sentry.list_organizations

List projects

mcporter call sentry.list_projects organizationSlug=xferops

List issues

mcporter call sentry.list_issues organizationSlug=xferops

Get issue details

mcporter call sentry.get_issue organizationSlug=xferops issueId=XFEROPS-AUTH-1

List events for an issue

mcporter call sentry.list_events organizationSlug=xferops issueId=XFEROPS-AUTH-1

XferOps Notes

  • Default organization: xferops
  • Token may be stored in Secrets Manager as xferops/sentry/api-token
  • This setup is already configured on Adam's machine

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Remote Skill Test

Use when the user wants to test an agent skill on a remote jump host after updating it locally. Triggers on "test skill remotely", "remote test", "远程测试 skill...

Registry SourceRecently Updated
Automation

Ocean Chat

OceanBus-powered P2P messaging, shared address book, 1v1 meetup negotiation, and conversation threading for AI agents. Use when users want to manage contacts...

Registry SourceRecently Updated
Automation

Link Midjourney Instagram

Runs the linkmidjourneyinstagram automation — generate four Midjourney images in Chromium via Playwright, then post each PNG as its own Instagram web post wi...

Registry SourceRecently Updated
Automation

NEXO Brain

Cognitive memory system for AI agents — Atkinson-Shiffrin memory model, semantic RAG, trust scoring, and metacognitive error prevention. Gives your agent per...

Registry SourceRecently Updated