The Verge News MCP Server

name: verge-news-mcp description: MCP server for The Verge news RSS feed version: 1.0.0 build: type: docker dockerfile: Dockerfile startCommand: type: stdio configSchema: {} commandFunction: | (config) => { return { command: "node", args: ["build/index.js"], env: {} }; } capabilities: tools: - name: get-daily-news description: Get the latest news from The Verge for today - name: get-weekly-news description: Get the latest news from The Verge for the past week - name: search-news description: Search for news articles from The Verge by keyword parameters: keyword: string days: number?