← All WebMCP sites

sentry.io

Infrastructure & DevOpshttps://sentry.io/
Application performance monitoring for developers & software teams to see errors clearer, solve issues faster & continue learning continuously. Get started at sentry.io.
See Ora's audit
We loaded this site in a real browser and scored its tools. Audit score: 65/100 (C).See the full Ora score

Tools

start_signupchangeimperative
Open Sentry's free sign-up flow in a new tab so a user can create an account.
Input schema
{
  "type": "object",
  "properties": {
    "source": {
      "type": "string",
      "description": "Optional UTM source/campaign label for attribution."
    }
  },
  "additionalProperties": false
}
request_demochangeimperative
Open Sentry's sales demo request form in a new tab.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
open_pricingreadimperative
Navigate to Sentry's pricing page.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
search_docsreadimperative
Search the Sentry documentation for a given query. Opens a Google site:docs.sentry.io search in a new tab, since docs.sentry.io uses a client-side Algolia modal that cannot be triggered via URL.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query, e.g. 'react source maps'.",
      "minLength": 1
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false
}
open_product_pagechangeimperative
Open one of Sentry's product overview pages (error-monitoring, tracing, logs, session-replay, seer, profiling, uptime-monitoring, cron-monitoring).
Input schema
{
  "type": "object",
  "properties": {
    "product": {
      "type": "string",
      "enum": [
        "error-monitoring",
        "tracing",
        "logs",
        "session-replay",
        "seer",
        "profiling",
        "uptime-monitoring",
        "cron-monitoring"
      ]
    }
  },
  "required": [
    "product"
  ],
  "additionalProperties": false
}
discover_mcp_serverchangeimperative
Return the URL and discovery metadata for Sentry's hosted MCP server so the agent can connect.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
Listings are sourced from public community registries and shown as reported.