{ "name": "feedhook-mcp", "version": "0.4.0", "mcpName": "io.github.patwalls/feedhook-mcp", "description": "MCP server for Feedhook — turn a YouTube channel into a webhook: an HTTP callback the moment a new video is published. Agents can create accounts, subscribe channels, and check delivery logs.", "type": "module", "bin": { "feedhook-mcp": "server.js" }, "files": [ "server.js", "README.md", "LICENSE" ], "engines": { "node": ">=20" }, "keywords": [ "mcp", "modelcontextprotocol", "youtube", "webhook", "websub", "pubsubhubbub", "notifications", "agent" ], "author": "Pat Walls (https://walls.sh)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/patwalls/feedhook-mcp.git" }, "homepage": "https://feedhook.walls.sh", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0" } }