Mmcp.market

Webhook Toolkit

by THE-KIPDEV·io.github.THE-KIPDEV/webhook-toolkit·v0.1.1

Webhook URLs for AI agents: receive, wait for, replay, sign and verify webhooks (Stripe, GitHub…).

A91/100grade A
What users say
No reviews yet
Be the first
Safety scan
A91/100

full report

Adoption
Growing

0 stars

Reviews

Write one

Nobody has reviewed Webhook Toolkit yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Tools (10, 2 write)

write = sends, deletes, buys or posts
  • create_webhook_urlwrite actionFree

    Create a public HTTPS URL that captures every request sent to it (any method, any sub-path). Use it when you need an endpoint to receive a webhook from a third-party service while building or debugging an integration. Returns the URL to configure in the service and a live inspector link for the human.

  • explain_webhook_requestFree

    AI analysis of a captured request. mode=explain: who sent it, which event, key fields, how to verify the signature, pitfalls. mode=handler: complete receiving code that verifies the signature and handles this event. Included in paid plans; anonymous and free users get 3 trials.

  • get_webhook_requestFree

    Return one captured request in full (headers, raw body, detected provider/event).

  • list_webhook_requestsFree

    List the most recent requests captured by a webhook URL, newest first (summaries; use get_webhook_request for one full request).

  • list_webhook_urlsFree

    List the webhook URLs of the account behind the API key (requires an API key).

  • replay_webhook_requestwrite actionFree

    Re-send a captured request (same method, headers and raw body) to a PUBLIC URL and return the target's response. Localhost and private IPs are refused here: for localhost use the CLI (`npx webhook-toolkit replay`) or the local MCP server (`npx webhook-toolkit mcp`).

  • set_webhook_responseFree

    Choose what the webhook URL answers to callers (status code, body, content type) — e.g. return 500 to test the sender's retries, or a specific JSON/XML body the service expects.

  • sign_webhook_payloadFree

    Build a webhook body with a VALID signature header for a provider, to test a handler's signature verification without triggering a real event. Providers: stripe, github, shopify, slack, twilio, mailgun. Returns the headers, the exact body to send and a ready-to-run curl command.

  • verify_webhook_signatureFree

    Check whether a webhook signature is valid for a raw body and a secret, and diagnose why it fails (wrong secret, whitespace, re-serialized JSON body, expired timestamp, wrong URL for Twilio). Providers: stripe, github, shopify, slack, twilio.

  • wait_for_webhookFree

    Block until the next request reaches a webhook URL (or the timeout elapses), then return it in full: method, path, headers, body, detected provider and event. Use right after triggering an action that should send a webhook. Call again with `after` set to the last request's createdAt to wait for the following one.

Public scan report

scanner v0.1.3 · 2026-09-19 · same rubric, same numbers if you re-run it

no findings
  • Code scan47 source files scanned25/25
  • Live reliabilityremote reachable in 1622ms20/20
  • Tool poisoning10 tool descriptions checked15/15
  • Auth qualityAPI key sent as a header8/15
  • Maintenancelast push 1 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 91/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http webhook-toolkit https://webhook-toolkit.com/mcp
Add to Cursor

Alternatives to Webhook Toolkit

Same job from other publishers, ranked by rating then adoption.

See all →
  • apify-mcp-server
    Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡
    A
  • LemonSqueezy MCP Server
    LemonSqueezy MCP server for managing your store from AI assistants
    B
  • Store Builder
    Design, fill with real store data, render and publish Store Builder pages from an AI agent.
    B
  • openfoodfacts-mcp-server
    Barcode lookup, nutrition search, and product comparison for 3M+ crowd-sourced food products.
    A
  • A1 Yandex KIT MCP
    A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.
    B

More from THE-KIPDEV