|
1 | 1 | { |
2 | 2 | "$schema": "https://raw.githubusercontent.com/stacklok/toolhive/main/pkg/registry/data/toolhive-legacy-registry.schema.json", |
3 | 3 | "version": "1.0.0", |
4 | | - "last_updated": "2025-12-05T00:18:44Z", |
| 4 | + "last_updated": "2025-12-07T00:20:54Z", |
5 | 5 | "servers": { |
6 | 6 | "adb-mysql-mcp-server": { |
7 | 7 | "description": "Official MCP server for AnalyticDB for MySQL of Alibaba Cloud", |
|
4476 | 4476 | "cert_issuer": "https://token.actions.githubusercontent.com" |
4477 | 4477 | } |
4478 | 4478 | }, |
| 4479 | + "pagerduty": { |
| 4480 | + "description": "Interact with PagerDuty for managing incidents, services, schedules, and event orchestrations", |
| 4481 | + "tier": "Official", |
| 4482 | + "status": "Active", |
| 4483 | + "transport": "stdio", |
| 4484 | + "tools": [ |
| 4485 | + "add_note_to_incident", |
| 4486 | + "add_responders", |
| 4487 | + "add_team_member", |
| 4488 | + "append_event_orchestration_router_rule", |
| 4489 | + "create_alert_grouping_setting", |
| 4490 | + "create_incident", |
| 4491 | + "create_schedule", |
| 4492 | + "create_schedule_override", |
| 4493 | + "create_service", |
| 4494 | + "create_status_page_post", |
| 4495 | + "create_status_page_post_update", |
| 4496 | + "create_team", |
| 4497 | + "delete_alert_grouping_setting", |
| 4498 | + "delete_team", |
| 4499 | + "get_alert_grouping_setting", |
| 4500 | + "get_escalation_policy", |
| 4501 | + "get_event_orchestration", |
| 4502 | + "get_event_orchestration_global", |
| 4503 | + "get_event_orchestration_router", |
| 4504 | + "get_event_orchestration_service", |
| 4505 | + "get_incident", |
| 4506 | + "get_incident_workflow", |
| 4507 | + "get_outlier_incident", |
| 4508 | + "get_past_incidents", |
| 4509 | + "get_related_incidents", |
| 4510 | + "get_schedule", |
| 4511 | + "get_service", |
| 4512 | + "get_status_page_post", |
| 4513 | + "get_team", |
| 4514 | + "get_user_data", |
| 4515 | + "list_alert_grouping_settings", |
| 4516 | + "list_escalation_policies", |
| 4517 | + "list_event_orchestrations", |
| 4518 | + "list_incident_workflows", |
| 4519 | + "list_incidents", |
| 4520 | + "list_oncalls", |
| 4521 | + "list_schedule_users", |
| 4522 | + "list_schedules", |
| 4523 | + "list_services", |
| 4524 | + "list_status_page_impacts", |
| 4525 | + "list_status_page_post_updates", |
| 4526 | + "list_status_page_severities", |
| 4527 | + "list_status_page_statuses", |
| 4528 | + "list_status_pages", |
| 4529 | + "list_team_members", |
| 4530 | + "list_teams", |
| 4531 | + "list_users", |
| 4532 | + "manage_incidents", |
| 4533 | + "remove_team_member", |
| 4534 | + "start_incident_workflow", |
| 4535 | + "update_alert_grouping_setting", |
| 4536 | + "update_event_orchestration_router", |
| 4537 | + "update_schedule", |
| 4538 | + "update_service", |
| 4539 | + "update_team" |
| 4540 | + ], |
| 4541 | + "repository_url": "https://github.com/PagerDuty/pagerduty-mcp-server", |
| 4542 | + "tags": [ |
| 4543 | + "integration", |
| 4544 | + "api", |
| 4545 | + "incident-management", |
| 4546 | + "on-call", |
| 4547 | + "monitoring", |
| 4548 | + "alerting" |
| 4549 | + ], |
| 4550 | + "image": "ghcr.io/stacklok/dockyard/uvx/pagerduty-mcp:0.9.2", |
| 4551 | + "permissions": { |
| 4552 | + "network": { |
| 4553 | + "outbound": { |
| 4554 | + "allow_host": [ |
| 4555 | + "api.pagerduty.com", |
| 4556 | + "api.eu.pagerduty.com" |
| 4557 | + ], |
| 4558 | + "allow_port": [ |
| 4559 | + 443 |
| 4560 | + ] |
| 4561 | + } |
| 4562 | + } |
| 4563 | + }, |
| 4564 | + "env_vars": [ |
| 4565 | + { |
| 4566 | + "name": "PAGERDUTY_USER_API_KEY", |
| 4567 | + "description": "User API token for PagerDuty authentication", |
| 4568 | + "required": true, |
| 4569 | + "secret": true |
| 4570 | + }, |
| 4571 | + { |
| 4572 | + "name": "PAGERDUTY_API_HOST", |
| 4573 | + "description": "PagerDuty API endpoint URL", |
| 4574 | + "required": false, |
| 4575 | + "default": "https://api.pagerduty.com" |
| 4576 | + } |
| 4577 | + ], |
| 4578 | + "args": [ |
| 4579 | + "--enable-write-tools" |
| 4580 | + ] |
| 4581 | + }, |
4479 | 4582 | "perplexity-ask": { |
4480 | 4583 | "description": "Integrates Perplexity AI's Sonar API for live web searches, in-depth research, and reasoning tasks.", |
4481 | 4584 | "tier": "Official", |
|
0 commit comments