Skip to main content
Glama

Server Details

Debug webhooks from your AI agent: inspect and replay captured webhooks on localhost.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
pipehero/pipehero-mcp
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clear, distinct purpose: retrieving captured requests, listing them, listing tunnels, replaying a captured request, and sending test webhooks. No two tools overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (e.g., get_request, list_tunnels, replay_request). The naming is predictable and uniform.

Tool Count5/5

With 5 tools, the server is well-scoped for a webhook tunneling debugger. Each tool serves a core function without unnecessary bloat or missing essentials.

Completeness4/5

The set covers the primary workflow: inspect, list, replay, and test webhooks. A minor gap is the absence of a delete request tool, but the core functionality is solid.

Available Tools

5 tools
get_request
Read-only
Inspect

Get the full request and response (headers + body) of one captured webhook by id.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
subdomainYes
list_requests
Read-only
Inspect

List recent webhooks/requests captured for a tunnel. Returns id, method, path, status and bodies.

ParametersJSON Schema
NameRequiredDescriptionDefault
subdomainYes
list_tunnels
Read-only
Inspect

List the user's Pipehero tunnels and whether each is currently online.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

replay_request
Destructive
Inspect

Replay a captured webhook to the user's localhost (the tunnel CLI must be running).

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
subdomainYes
send_test_webhook
Destructive
Inspect

Send a generated test webhook to the user's localhost (the tunnel CLI must be running). Provide a provider (stripe, github, shopify, clerk, slack, resend, paddle, polar, lemonsqueezy) and optional event for a realistic sample payload, or pass a custom JSON body. Pro plan required.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoCustom JSON body (overrides the template)
eventNo
providerYes
subdomainYes

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.