Skip to main content
Glama
js-cohn

Webhook.site MCP Server

by js-cohn

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WEBHOOK_SITE_API_KEYNoYour Webhook.site API key (required for premium accounts, custom actions, and private tokens).
WEBHOOK_SITE_TOKEN_IDNoA default Webhook.site token UUID to fall back to when not explicitly provided to tools.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_tokenB

Create a new Webhook.site token (URL / email address container).

get_tokenA

Get details and configuration of a Webhook.site token.

update_tokenC

Update settings of a Webhook.site token.

delete_tokenB

Delete a Webhook.site token/URL completely.

list_requestsB

List captured requests, emails, and DNSHooks sent to a token.

get_latest_requestA

Get the latest raw request body sent to a Webhook.site token.

delete_requestsB

Delete all or filtered requests from a Webhook.site token.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct resource and action: token lifecycle (get/create/update/delete) versus request inspection (list/latest/delete). There is no meaningful overlap between any pair of tools; get_latest_request is a specific convenience distinct from listing all requests.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: get_token, create_token, update_token, delete_token, list_requests, get_latest_request, delete_requests. This makes the toolset predictable and easy to navigate.

Tool Count5/5

The server has exactly 7 tools, which is well-scoped for a webhook testing and inspection service. Each tool covers an essential operation without redundancy or feature bloat.

Completeness4/5

The token CRUD lifecycle is fully covered, and request operations include listing, fetching the latest, and deleting. The only minor gap is the lack of a direct endpoint to fetch a specific request by ID, but list_requests likely provides enough detail for most workflows.

Maintenance

ActivityMaintained
ResponsivenessNo issues