diff --git a/partners/servers/dynatrace-remote-mcp-server.json b/partners/servers/dynatrace-remote-mcp-server.json new file mode 100644 index 0000000..0ab91d4 --- /dev/null +++ b/partners/servers/dynatrace-remote-mcp-server.json @@ -0,0 +1,79 @@ +{ + "name": "dynatrace-remote-mcp", + "title": "Dynatrace", + "summary": "Dynatrace MCP server allows AI Assistants to interact with the Dynatrace observability platform, bringing real-time observability data directly into your development workflow.", + "description": "Dynatrace MCP server allows AI Assistants to interact with the Dynatrace observability platform, bringing real-time observability data directly into your development workflow.", + "kind": "mcp", + "license": { + "name": "User License Terms", + "url": "https://www.dynatrace.com/company/trust-center/terms-of-use/" + }, + "externalDocumentation": { + "title": "Dynatrace MCP Documentation", + "url": "https://docs.dynatrace.com/docs/discover-dynatrace/platform/davis-ai/dynatrace-mcp" + }, + "repository": { + "url": "https://github.com/dynatrace-oss/dynatrace-mcp", + "source": "github" + }, + "remote": "https://{tenant-name}.apps.dynatrace.com/platform-reserved/mcp-gateway/v0.1/servers/dynatrace-mcp/mcp", + "versionName": "original", + "packages": [], + "icon": "https://firebasestorage.googleapis.com/v0/b/standards-site-beta.appspot.com/o/documents%2F9c7b73179fb%2Fa846fa97830%2FDynatrace_mark_color.svg?alt=media&token=b9a0fa18-ca46-435d-8ad5-55bd02a3da18", + "useCases": [ + { + "name": "Real-time observability", + "description": "Fetch production-level data for early detection and proactive monitoring." + }, + { + "name": "Contextual debugging", + "description": "Fix issues with full context from monitored exceptions, logs, and anomalies." + }, + { + "name": "Security insights", + "description": "Get detailed vulnerability analysis and security problem tracking." + }, + { + "name": "Natural language queries", + "description": "Use AI-powered DQL generation and explanation." + }, + { + "name": "Multi-phase incident investigation", + "description": "Systematic 4-phase approach with automated impact assessment." + }, + { + "name": "Advanced transaction analysis", + "description": "Precise root cause identification with file/line-level accuracy." + }, + { + "name": "Cross-data source correlation", + "description": "Connect problems → spans → logs with trace ID correlation." + }, + { + "name": "DevOps automation", + "description": "Deployment health gates with automated promotion/rollback logic." + }, + { + "name": "Security compliance monitoring", + "description": "Multi-cloud compliance assessment with evidence-based investigation." + } + ], + "tags": ["Monitoring & Diagnostics", "IT & Management Tools"], + "categories": "Monitoring & Diagnostics", + "vendor": "Partner", + "visibility": "true", + "securitySchemes": { + "dynatraceoauth2": { + "type": "oauth2", + "description": "Authenticate with Dynatrace using OAuth2 client credentials flow.", + "flows": ["clientCredentials"], + "tokenUrl": "https://sso.dynatrace.com/sso/oauth2/token", + "scopes": ["mcp-gateway:servers:invoke", "mcp-gateway:servers:read"] + } + }, + "authSchemas": ["OAuth2"], + "supportContactInfo": { + "name": "Dynatrace Support", + "url": "https://support.dynatrace.com/" + } +}