5 tools from the Github Webhook MCP Server, categorised by risk level.
View the Github Webhook policy →get_event Get the full payload for a single webhook event by ID. get_pending_status Get a lightweight snapshot of pending GitHub webhook events. Use this for periodic polling before requesting details. get_webhook_events Get pending (unprocessed) GitHub webhook events with full payloads. Prefer get_pending_status or list_pending_events for polling. list_pending_events List lightweight summaries for pending GitHub webhook events. Returns metadata only, without full payloads. The Github Webhook MCP server exposes 5 tools across 2 categories: Read, Write.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Github Webhook server.
Github Webhook tools are categorised as Read (4), Write (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept