VOOZH about

URL: https://apify.com/pocesar/run-webhook-digest/api/mcp

โ‡ฑ Power Webhook Integration MCP server ยท Apify


Pricing

$5.00/month + usage

Go to Apify Store

Power Webhook Integration

Allows you to provide multiple HTTP endpoints, that receive a more complete JSON from the run, and allow you to hit those endpoints using a proxy, and enable you to do conditional webhook calls with some lines of Javascript code and you can link/chain one actor to another

Pricing

$5.00/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Paulo Cesar

Paulo Cesar

Maintained by Community

Actor stats

6

Bookmarked

26

Total users

2

Monthly active users

4 years ago

Last modified

Share

You might also like

Facebook Post Scraper | Webhook Support

devninja/facebook-post-scraper-webhook-support

This actor helps you collect Facebook posts quickly. You can set it to run automatically (every hour, day, or month) through Apify Schedule, and it will send the collected data straight to your server using a webhookโ€”no need to check manually.

HTTP API & Webhook Gateway

amernas/http-api-webhook-gateway

A versatile actor that functions as both a powerful HTTP client and a secure webhook receiver. If your application can trigger an Apify actor but can't make direct HTTP calls, use this tool to interact with any external API. It also provides a stable endpoint to receive incoming webhooks.

๐Ÿ‘ User avatar

Traffic Architect

35

Pinterest Scraper

danielmilevski9/pinterest-crawler

Our free Pinterest Scraper allows you to get "pins" along with a user's profile. This unofficial Pinterest API is designed to give you more details than you can see in the web interface. It also enables you to extract public data from Pinterest without limits.

๐Ÿ‘ User avatar

Daniel Milevski

3.3K

3.2

Youtube Video Actor

pintostudio/youtube-video-actor

This Apify Actor allows you to extract detailed information from YouTube videos. You can fetch video details, comments, transcripts, and recommendations with just a video URL.

19

Send Email

apify/send-mail

Send a custom email to one or more recipients. This Actor is useful for notifications and reporting. It can be invoked directly from code or via webhook integration after another Actor finishes.

Simple ChatGPT Actor

dtrungtin/simple-chatgpt-actor

The actor will start the webhook so you can ask your question to ChapGPT without providing the api key and receive the corresponding response.

Related articles

5 powerful scrapers to add to your SEO tool kit
Read more
How to scrape Yelp without getting blocked (2025 guide)
Read more
How to collect data from a website: a comprehensive guide
Read more

You can access the Power Webhook Integration programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

{
"mcpServers":{
"apify":{
"command":"npx",
"args":[
"mcp-remote",
"https://mcp.apify.com/?tools=pocesar/run-webhook-digest",
"--header",
"Authorization: Bearer <YOUR_API_TOKEN>"
]
}
}
}

Configure MCP server with Power Webhook Integration

Get a ready-to-use configuration for your MCP client with the Power Webhook Integration Actor preconfigured at mcp.apify.com?tools=pocesar/run-webhook-digest .

You can connect to the Apify MCP Server using clients like Tester MCP Client, or any other MCP client of your choice.

If you want to learn more about our Apify MCP implementation, check out our MCP documentation. To learn more about the Model Context Protocol in general, refer to the official MCP documentation or read our blog post.