Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💬 Communication
  3. Webhook.co
Webhook.co logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 2:02:04 AM

Webhook.co

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
webhooksdeveloper-toolsmcpevent-delivery

Receives, verifies, stores, replays, and delivers webhooks through a remote MCP endpoint.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
We couldn’t automatically confirm this listing starts correctly

We ran the install command below but it didn't respond within our test window — this can mean a slow first-time install rather than a real problem.

npx -y @webhook-co/cli

No response to initialize.

This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 7d ago.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "webhook-co": {
      "command": "npx",
      "args": [
        "-y",
        "@webhook-co/cli"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💬 More in Communication

Overview

The webhook.co MCP server lets agents work with captured webhooks through a remote HTTP endpoint at mcp.webhook.co. Agents can register triggers and use triggers.wait to retrieve new events from an endpoint, with verified payloads included inline up to 64 KiB. Events remain available while an agent is offline and are delivered in capture order with at-least-once semantics. Reach for it when an agent needs to react to external webhook events without building its own durable polling and replay layer.

Use cases

•Capture provider webhooks for agent workflows
•Poll durable event triggers from an agent
•Resume event processing after agent downtime
•Inspect verified webhook payloads within an MCP workflow

Key features

•Remote HTTP MCP endpoint
•OAuth authorization
•Durable endpoint triggers
•At-least-once event delivery
•Capture-order processing per endpoint
•Inline verified payloads up to 64 KiB

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Webhook.co.

Extracted Tool Capabilities
Remote HTTP MCP endpoint
OAuth authorization
Durable endpoint triggers
At-least-once event delivery
Capture-order processing per endpoint
Inline verified payloads up to 64 KiB

How Webhook.co works

What the webhook.co MCP server does

The webhook.co MCP server exposes webhook.co’s event-capture system to agents over remote HTTP. webhook.co provides permanent signed ingest URLs that receive requests from external services, store each request durably, inspect headers and bodies, and evaluate signatures. Captured events can then be consumed by an agent through MCP.

The MCP surface is intended for inbound event handling. An agent can register a trigger against an endpoint and call triggers.wait to drain events after its last cursor. Each returned event includes the verified payload inline when it is within the 64 KiB limit. Events are held durably while the agent is offline, so short polling does not require the agent to remain connected continuously.

Capture order is preserved per endpoint, and delivery to the agent is at least once. Agents should therefore keep track of cursors and design handlers to tolerate repeated events.

How it works

External providers send requests to a webhook.co ingest URL. The platform records the request before signature verification or deduplication, allowing failed signatures, unknown providers, and downstream failures to remain inspectable. Signature handling supports a registry covering 144 providers, including services such as Stripe, GitHub, Shopify, Slack, Twilio, and others.

The agent connects to mcp.webhook.co using the remote MCP surface, which is OAuth-authorized. It creates or uses an endpoint trigger, then polls with triggers.wait. This is agent-driven polling rather than a server push: MCP does not provide a native inbound trigger mechanism, so the agent asks for new events when it is ready.

The event stream can include verified payloads, and the durable cursor lets the agent continue from its previous position. webhook.co’s other surfaces include a CLI, REST API, and dashboard, but the MCP interface is focused on agent access to inbound events.

Setup and configuration

Use the hosted MCP endpoint at https://mcp.webhook.co and authenticate through OAuth. The provided material does not specify a local MCP package, a local server command, environment variables, or client-specific configuration examples.

Before an agent can consume events, an endpoint must exist and receive webhooks. Endpoints can be created through the CLI or other webhook.co surfaces. The resulting permanent signed ingest URL can be supplied to services such as Stripe, GitHub, or Shopify. The agent then works with the endpoint’s trigger and cursor rather than directly receiving network callbacks.

Localhost replay is available through the wbhk CLI, but it is intentionally not exposed through MCP. Registering replay destinations and subscriptions is also kept outside the MCP surface.

Tools and capabilities

The documented MCP primitive is:

  • triggers.wait — waits for and drains new events for a registered endpoint trigger, continuing from the agent’s last cursor.

The webhook.co MCP server supports durable waiting while an agent is offline, capture-order processing per endpoint, at-least-once delivery, and inline verified payloads up to 64 KiB. Signature results distinguish verified, authenticated, failed, and unattempted events at the webhook.co platform level.

MCP does not provide the CLI’s localhost replay operation or the egress-configuring operations for registering destinations and subscriptions. Those restrictions are described as precautions against confused-deputy behavior and SSRF.

Limitations and notes

The MCP endpoint is remote and OAuth-authorized; the excerpt does not document a local deployment path. triggers.wait uses polling initiated by the agent, not push delivery into the agent. At-least-once semantics mean consumers may see duplicates. Payloads are included inline only up to 64 KiB, and the supplied material does not describe behavior for larger payloads.

The webhook.co MCP server is not the interface to every webhook.co feature. Localhost replay remains CLI-only, while replay destinations and subscriptions are configured through other surfaces. No specific compatibility claims are provided for Claude Desktop, Cursor, Windsurf, or Cline.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Communication View all alternatives
  • Hooksense MCP logoHooksense MCP

    Webhook & callback layer for AI agents: create a callback URL, then waitforcallback to block until the webhook lands — signature-verified and decrypted — instead of polling. Verify HMAC, list/replay callbacks. npx -y @hooksense/mcp

    💬 Communication1 views
    Compare vs Hooksense MCP →
  • Qmailing MCP Server logoQmailing MCP Server

    AI agents read & send email, manage mailboxes, custom domains and webhooks via the QMailing API (npm stdio + hosted OAuth connector).

    💬 Communication3 views
    Compare vs Qmailing MCP Server →
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    💬 Communication8 views
    Compare vs Line Bot MCP Server →
  • Slack MCP Server logoSlack MCP Server

    The most powerful MCP server for Slack Workspaces.

    💬 Communication1 views
    Compare vs Slack MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

Last commit
8d ago
Most recent push to the default branch.
Install check
Inconclusive
Didn't respond in our test window — often a slow first install.
Directory activity
15 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Webhook.co

Use the hosted remote MCP endpoint at https://mcp.webhook.co; the provided material does not specify a local installation command.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWebhook.co AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/webhook-co?style=directory)](https://allmcps.com/mcp/webhook-co)
HTML Embed
<a href="https://allmcps.com/mcp/webhook-co"><img src="https://allmcps.com/api/badge/webhook-co?style=directory" alt="Webhook.co on AllMCPs" /></a>

Technical Specs & Signals

Category💬Communication
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
AuthOAuth
LicenseApache-2.0
Last updatedSep 16, 2026
96/96 checks healthy over the last 3d
Views15
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit8d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 16, 2026
43Quality signal: Fair · 43/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 2d ago via OSV.dev · @webhook-co/cli (npm)

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💬 Communication →Best MCP servers for Slack & Communication →Alternatives to Webhook.co →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients