The Verge News MCP Server

search-news

Search for news articles from The Verge by keyword

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days to look back (default: 30)
keywordYesKeyword to search for in news articles

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "days": { "description": "Number of days to look back (default: 30)", "type": "number" }, "keyword": { "description": "Keyword to search for in news articles", "type": "string" } }, "required": [ "keyword" ], "type": "object" }

You must be authenticated.

Other Tools