Turn a YouTube channel into a webhook: a signed HTTP POST seconds after every new video.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for Feedhook β turn a YouTube channel into a webhook: your endpoint gets a signed HTTP POST ~8 seconds after a new video is published. No polling, no YouTube API quota. Feedhook does YouTube's WebSub plumbing (hub subscription, verification handshake, ~5-day lease renewals, retries with backoff) and resells it as a clean API; this package is the agent front door.
Or in any MCP client config:
No key yet? Add the server without the env var and ask your agent to call
create_account (free plan: 1 feed) β the key is returned once; save it as
FEEDHOOK_API_KEY.
| Tool | Does |
|---|---|
create_account | Free signup β API key (returned once) |
get_account | Plan, feed limit, feeds in use |
create_subscription | channel id + callback URL β webhook on every new video |
list_subscriptions | All subscriptions with state + delivery counts |
get_subscription | One subscription incl. recent delivery log (per-attempt HTTP results) |
test_subscription | Send a signed test.ping through the real pipeline to verify your receiver |
upgrade_plan | Free β Pro ($9/mo, 10 feeds): returns a Stripe Checkout URL to open in a browser |
delete_subscription | Unsubscribe + stop deliveries |
Non-2xx responses are retried 5 times with backoff. Respond within 15 seconds.
FEEDHOOK_API_KEY β your account key (most tools need it)FEEDHOOK_API_URL β override the API base (default https://feedhook.walls.sh)MIT Β· a walls.sh product
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/feedhook-mcp)<a href="https://allmcps.com/mcp/feedhook-mcp"><img src="https://allmcps.com/api/badge/feedhook-mcp?style=directory" alt="Feedhook MCP on AllMCPs" /></a>