Raygun MCP Server

Official

get_application_by_api_key

Retrieve application details using an API key for Raygun's Crash Reporting and Real User Monitoring via the MCP Server. Input the API key to access specific application data.

Instructions

Get application by API key

Input Schema

NameRequiredDescriptionDefault
apiKeyYesApplication api key

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiKey": { "description": "Application api key", "type": "string" } }, "required": [ "apiKey" ], "type": "object" }
ID: c2w95p6hjh