You're viewing a demo portfolio

Join the waitlist
PRSM

serpapi_google_news

Active

Tool of Serpapi

declared in 0.1.0

Search Google News for `<query>` — returns headline, source, link, date, and snippet via SerpApi. Example: serpapi_google_news({ q: "openai", gl: "us", hl: "en", _apiKey: "your-serpapi-key" })

Parameters schema

{
  "type": "object",
  "required": [
    "q",
    "_apiKey"
  ],
  "properties": {
    "q": {
      "type": "string",
      "description": "News search query, e.g. \"openai\", \"federal reserve rate\""
    },
    "gl": {
      "type": "string",
      "description": "Optional two-letter country code, e.g. \"us\", \"gb\""
    },
    "hl": {
      "type": "string",
      "description": "Optional two-letter UI language code, e.g. \"en\", \"fr\""
    },
    "_apiKey": {
      "type": "string",
      "description": "SerpApi API key (get one at serpapi.com)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Serpapi

https://github.com/pipeworx-io/mcp-serpapi

1/7 registries
View full server →
serpapi_google_news — Serpapi — PRSM MCP