Skip to main content
Glama

The Verge News MCP Server

by manimohans
package.json777 B
{ "name": "verge-news-mcp", "version": "1.0.0", "description": "MCP server for The Verge news RSS feed", "main": "build/index.js", "module": "./src/index.ts", "type": "module", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc && node build/index.js", "test": "echo \"Error: no test specified\" && exit 1", "generate-summary": "node build/cron-summary.js" }, "keywords": [ "mcp", "news", "rss", "the-verge" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "openai": "^4.28.0", "rss-parser": "^3.13.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.5", "tsx": "^4.20.5", "typescript": "^5.7.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/manimohans/verge-news-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server