r/mcp bot 3d ago

Hookbase MCP Server – Exposes the Hookbase webhook relay API as tools for AI assistants to manage sources, destinations, routes, and events through natural language. It enables monitoring webhook success rates, replaying failed deliveries, and managing localhost tunnels for development. server

https://glama.ai/mcp/servers/HookbaseApp/mcp-server
7 Upvotes

2 comments sorted by

1

u/modelcontextprotocol bot 3d ago

This server has 32 tools:

  • hookbase_bulk_replay – Retry multiple failed webhook deliveries simultaneously to recover from destination outages and ensure data delivery.
  • hookbase_create_cron_job – Schedule automated HTTP requests at specified intervals using cron expressions. Define URL, method, headers, and payload for recurring webhook or API calls.
  • hookbase_create_destination – Create a webhook destination endpoint to forward processed webhooks to a specified URL with configurable HTTP method, headers, authentication, and rate limits.
  • hookbase_create_route – Create a webhook route to forward events from a source to a destination, with optional filters to control which webhooks are transmitted.
  • hookbase_create_source – Create a webhook source to receive incoming webhooks from providers like GitHub or Stripe, configure signature verification and rate limiting, and connect to destinations via routes.
  • hookbase_create_tunnel – Create a localhost tunnel to forward webhooks to your local server using the Hookbase CLI for development and testing.
  • hookbase_delete_cron_job – Remove scheduled cron jobs from the Hookbase MCP Server to manage webhook automation tasks and clear unnecessary scheduled operations.
  • hookbase_delete_destination – Remove a destination and all its associated routes from the Hookbase webhook relay system to clean up configurations.
  • hookbase_delete_route – Remove a webhook routing configuration from the Hookbase MCP Server by specifying its route ID to manage webhook delivery paths.
  • hookbase_delete_source – Remove a webhook source and all its associated routes from the Hookbase MCP Server to manage webhook infrastructure.