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
smithery.json•744 B
{
"name": "verge-news-mcp",
"description": "MCP server for The Verge news RSS feed",
"version": "1.0.0",
"main": "build/index.js",
"scripts": {
"build": "npm install && tsc",
"start": "node build/index.js"
},
"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?"
}
}
]
}
}