Catalog
io.github.patwalls/feedhook-mcp
Officialby patwalls · JavaScript
Turn a YouTube channel into a webhook: a signed HTTP POST seconds after every new video.
Convert YouTube channels into webhooks that trigger on new video uploads.
Topics
ai-agentsmcpmodel-context-protocolnotificationspubsubhubbubwebhookwebsubyoutube
README not available yet.
Install
Configuration
Environment variables
FEEDHOOK_API_KEYsecretFeedhook account API key (create one free via the create_account tool or POST https://feedhook.walls.sh/accounts)
claude_desktop_config.json
{
"mcpServers": {
"feedhook-mcp": {
"command": "npx",
"args": [
"-y",
"feedhook-mcp@0.4.0"
],
"env": {
"FEEDHOOK_API_KEY": "<YOUR_FEEDHOOK_API_KEY>"
}
}
}
}