Webhook-tester MCP Server
Servidor MCP del probador de webhooks
Un servidor FastMCP potente y modular para interactuar con webhook-test.com, diseñado para automatizar y administrar tokens de Webhook (URL), inspeccionar solicitudes entrantes y realizar análisis, todo sin escribir integraciones de API personalizadas.
Desarrollado con el marco FastMCP para exponer herramientas y recursos modulares, este proyecto permite la observación y gestión de webhooks.
Webhooks 101
Los webhooks permiten que tu app envíe y reciba actualizaciones en tiempo real entre servicios. Al enviar, tu app puede publicar datos en una URL cuando ocurre algo importante, como el registro de un nuevo usuario o un cambio de estado. Al recibir, tu app escucha las solicitudes POST entrantes de otros servicios y reacciona a los eventos que envían. Esta configuración es mucho más eficiente que el sondeo constante y es perfecta para activar acciones, sincronizar datos o mantener los sistemas sincronizados.
Related MCP server: GitHub MCP Server
📦 Características y casos de uso
✅ Crear nuevos webhooks
✅ Listar todos los webhooks disponibles
✅ Obtener detalles del webhook
✅ Obtener cargas útiles de webhook
✅ Eliminar webhooks
⚙️ Configuración
Clonar el repositorio
Instalar dependencias
pip install -r requirements.txtConfigurar
.env
🔍 Pruebas con Claude
Configure Claude Desktop para usar el servidor local editando su archivo claude_desktop_config.json:
{
"mcpServers": {
"webhook-tester-mcp": {
"command": "fastmcp",
"args": ["run", "{{fullPath}}\\Webhook-test_mcp\\server.py"]
}
}
} 🧪 Demo probando el Servidor

📄 Licencia
Este proyecto está licenciado bajo la licencia MIT .
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA FastMCP server that wraps a REST API as MCP tools, enabling AI agents to interact with the upstream API.
- AlicenseBqualityBmaintenanceSimple MCP server for GitHub operations, currently supports creating repositories.5118MIT
- AlicenseAqualityDmaintenanceMinimal MCP server for sending messages to Poke via the inbound webhook.18MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for sending notifications to ntfy.sh or self-hosted ntfy instances.19MIT
Related MCP Connectors
MCP server for URL shortening and management
A basic MCP server to operate on the Postman API.
MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alimo7amed93/webhook-tester-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server