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•279 B
"""Service modules for webhook business logic."""
from services.webhook_service import WebhookService
from services.request_service import RequestService
from services.bugbounty_service import BugBountyService
__all__ = ["WebhookService", "RequestService", "BugBountyService"]