Skip to main content
Glama
HookbaseApp

Hookbase MCP Server

by HookbaseApp

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.

Instructions

Create a new webhook destination. Destinations are endpoints where webhooks are forwarded after processing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDisplay name for the destination
urlYesThe URL to forward webhooks to
methodNoHTTP method (default: POST)
headersNoCustom headers to include in requests
auth_typeNoAuthentication type (default: none)
auth_configNoAuth configuration (username/password for basic, token for bearer, etc.)
timeout_msNoRequest timeout in milliseconds (default: 30000)
rate_limit_per_minuteNoMaximum requests per minute

Latest Blog Posts

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/HookbaseApp/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server