You're viewing a demo portfolio

Join the waitlist
PRSM

news

Active

Tool of mcp-serper

declared in 0.1.0

Google News search via Serper: returns recent news articles (title, link, snippet, source, date) matching the query. Accepts query, result count (max 20), and optional country code (gl).

Parameters schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "gl": {
      "type": "string",
      "description": "Country code for geolocation, e.g. \"us\", \"gb\", \"de\""
    },
    "num": {
      "type": "number",
      "description": "Number of results (default 10, max 20)"
    },
    "query": {
      "type": "string",
      "description": "Search query, e.g. \"federal reserve rate decision\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own Serper API key for higher limits; omit to use the shared Pipeworx key."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-serper

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

2/7 registries
View full server →