We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zebbern/webhook-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•306 B
"""
Webhook.site MCP Server - Helper Scripts
Utility scripts for working with webhook.site:
- check_webhook.py: Check webhook for incoming requests and extract magic links
- get_temp_email.py: Quickly create a new temporary email address
"""
from pathlib import Path
SCRIPTS_DIR = Path(__file__).parent