Skip to content

Releases: zebbern/webhook-mcp-server

v2.1.2 - Remove broken clone_webhook

26 Jan 16:11

Choose a tag to compare

Removed

  • Removed clone_webhook tool due to webhook.site API compatibility issues (24 → 23 tools)

Changed

  • Updated README and badges to reflect 23 tools

Full Changelog: v2.1.1...v2.1.2

v2.1.1 - Bug Fix

26 Jan 16:05

Choose a tag to compare

Fixed clone_webhook tool - was calling dict method incorrectly

v2.1.0 - Batch & Utility Tools

26 Jan 15:59

Choose a tag to compare

3 new tools for batch operations and webhook management. Now 24 tools total!

v2.0.7 - Professional README

26 Jan 15:48

Choose a tag to compare

Complete README rewrite with professional MCP-focused structure. All 21 tools documented, natural language examples, JSON response samples.

v2.0.6 - Code Quality & Cleanup

26 Jan 15:36

Choose a tag to compare

🎯 What's Changed

🧹 Major Cleanup

  • Removed ~1,075 lines of dead code, redundant files, and unused functions
  • Deleted 5 redundant test/script files
  • Removed unused classes (\WebhookInfo, \WebhookRequest)
  • Cleaned up unused imports across all modules

✨ Code Quality Improvements

  • Added DRY helper methods (_build_webhook_urls(), _validate_token_exists())
  • Replaced magic numbers with named constants
  • Added proper type hints to handler methods

📚 Documentation

  • Added LICENSE file (MIT)
  • Added CHANGELOG.md with full version history
  • Enhanced \pyproject.toml\ with proper metadata, keywords, and classifiers

🔗 Links

Full Changelog: v2.0.5...v2.0.6

v2.0.5 - Console Script Wrapper

26 Jan 14:52

Choose a tag to compare

Added synchronous entry point wrapper for console script compatibility

v2.0.4 - F-String Fix

26 Jan 14:52

Choose a tag to compare

Fixed nested f-string syntax error in bugbounty_service.py

v2.0.3 - uvx Compatibility

26 Jan 14:52

Choose a tag to compare

Added uvx entry point for easy installation

v2.0.0 - Production Release

26 Jan 01:15

Choose a tag to compare

🎉 Initial Production Release

Features

  • 16 MCP tools for webhook.site API integration
  • Production-grade error handling and validation
  • Structured logging infrastructure
  • Retry logic with exponential backoff
  • Comprehensive type hints and documentation
  • Bug bounty security testing tools
  • GitHub Actions workflow for automated publishing

Installation

\\�ash
pip install webhook-mcp-server

or

uvx webhook-mcp-server
\\

MCP Server Name

\io.github.zebbern/webhook-mcp-server\

Full documentation: https://github.com/zebbern/webhook-mcp-server