Skip to main content
Glama
void-pulse

Webhook Capture MCP

by void-pulse

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WEBHOOK_CAPTURE_HOSTNoBind address. Default: 127.0.0.1.127.0.0.1
WEBHOOK_CAPTURE_PORTNoPort the capture listener binds to. Default: 4444.4444

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
capture_statusA

Show the local webhook capture URL, how many requests have been captured, and how to expose it to the internet.

list_requestsA

List captured requests (newest first). Optional filters by method, path substring, and count.

get_requestA

Get the full detail (method, path, query, headers, body) of one captured request by id.

wait_for_requestA

Block until the NEXT webhook arrives (or timeout). Use this to say 'I'll wait, trigger your webhook now' and then inspect what comes in.

replay_requestA

Re-send a previously captured request (same method, headers, and body) to a target URL, and return the response.

clear_requestsA

Delete all captured requests from the store.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/void-pulse/webhook-capture-mcp'

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